Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 76f8de7

Browse files
committed
Update stompjs
1 parent 26342f8 commit 76f8de7

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

ng-package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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",

yarn.lock

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,9 @@
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

0 commit comments

Comments
 (0)