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

Commit

Permalink
Update stompjs
Browse files Browse the repository at this point in the history
  • Loading branch information
kum-deepak committed Nov 12, 2017
1 parent 26342f8 commit 76f8de7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
19 changes: 19 additions & 0 deletions ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "index.ts",
"externals": {
"net": "net",
"events": "events",
"tty": "tty",
"util": "util",
"@stomp/stompjs": "stompjs",
"url": "url",
"crypto": "crypto",
"fs": "fs",
"websocket": "websocket"
},
"preferBuiltins": true
},
"preferBuiltins": true
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"dist": "ng-packagr -p ng-package.json",
"build": "ng build",
"test": "ng test",
"doc": "typedoc --excludePrivate --mode file --out docs/ ./index.ts",
Expand Down
10 changes: 2 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,9 @@
magic-string "^0.19.0"
source-map "^0.5.6"

"@stomp/stompjs@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@stomp/stompjs/-/stompjs-3.1.1.tgz#a1bf67dd54789887b31e7625384119c930311113"
optionalDependencies:
websocket "^1.0.24"

"@stomp/stompjs@https://github.com/stomp-js/stomp-websocket#v4":
version "3.1.2"
resolved "https://github.com/stomp-js/stomp-websocket#0263954fda6b7061c889f335d6eed488b148baa3"
version "4.0.0"
resolved "https://github.com/stomp-js/stomp-websocket#c8f4f7bbeab4f58c2c85b3222b9bc6ef2058fbc3"
optionalDependencies:
websocket "^1.0.24"

Expand Down

0 comments on commit 76f8de7

Please sign in to comment.