This repository was archived by the owner on Jan 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-8
lines changed Expand file tree Collapse file tree 3 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " ./node_modules/ng-packagr/ng-package.schema.json" ,
3+ "lib" : {
4+ "entryFile" : " index.ts" ,
5+ "externals" : {
6+ "net" : " net" ,
7+ "events" : " events" ,
8+ "tty" : " tty" ,
9+ "util" : " util" ,
10+ "@stomp/stompjs" : " stompjs" ,
11+ "url" : " url" ,
12+ "crypto" : " crypto" ,
13+ "fs" : " fs" ,
14+ "websocket" : " websocket"
15+ },
16+ "preferBuiltins" : true
17+ },
18+ "preferBuiltins" : true
19+ }
Original file line number Diff line number Diff line change 44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve" ,
7+ "dist" : " ng-packagr -p ng-package.json" ,
78 "build" : " ng build" ,
89 "test" : " ng test" ,
910 "doc" : " typedoc --excludePrivate --mode file --out docs/ ./index.ts" ,
Original file line number Diff line number Diff line change 117117 magic-string "^0.19.0"
118118 source-map "^0.5.6"
119119
120- " @stomp/stompjs@^3.1.1 " :
121- version "3.1.1"
122- resolved "https://registry.yarnpkg.com/@stomp/stompjs/-/stompjs-3.1.1.tgz#a1bf67dd54789887b31e7625384119c930311113"
123- optionalDependencies :
124- websocket "^1.0.24"
125-
126120" @stomp/stompjs@https://github.com/stomp-js/stomp-websocket#v4 " :
127- version "3.1.2 "
128- resolved "https://github.com/stomp-js/stomp-websocket#0263954fda6b7061c889f335d6eed488b148baa3 "
121+ version "4.0.0 "
122+ resolved "https://github.com/stomp-js/stomp-websocket#c8f4f7bbeab4f58c2c85b3222b9bc6ef2058fbc3 "
129123 optionalDependencies :
130124 websocket "^1.0.24"
131125
You can’t perform that action at this time.
0 commit comments