@furystack/websocket-api 8.0.1 → 8.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/helpers.js CHANGED
@@ -12,6 +12,7 @@ const websocket_api_settings_1 = require("./websocket-api-settings");
12
12
  * actions: [...my custom actions]
13
13
  * })
14
14
  * ````
15
+ *
15
16
  * @param injector The injector instance
16
17
  * @param settings The Settings object for the WebSocket API
17
18
  */
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.js","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":";;;AACA,mDAA8C;AAC9C,qEAA+D;AAE/D;;;;;;;;;;;GAWG;AACI,MAAM,aAAa,GAAG,CAAC,QAAkB,EAAE,QAAwC,EAAE,EAAE;IAC5F,MAAM,CAAC,GAAG,IAAI,6CAAoB,EAAE,CAAA;IACpC,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAA;IAC1B,QAAQ,CAAC,mBAAmB,CAAC,CAAC,EAAE,6CAAoB,CAAC,CAAA;IACrD,QAAQ,CAAC,WAAW,CAAC,4BAAY,CAAC,CAAA;AACpC,CAAC,CAAA;AALY,QAAA,aAAa,iBAKzB"}
1
+ {"version":3,"file":"helpers.js","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":";;;AACA,mDAA8C;AAC9C,qEAA+D;AAE/D;;;;;;;;;;;;GAYG;AACI,MAAM,aAAa,GAAG,CAAC,QAAkB,EAAE,QAAwC,EAAE,EAAE;IAC5F,MAAM,CAAC,GAAG,IAAI,6CAAoB,EAAE,CAAA;IACpC,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAA;IAC1B,QAAQ,CAAC,mBAAmB,CAAC,CAAC,EAAE,6CAAoB,CAAC,CAAA;IACrD,QAAQ,CAAC,WAAW,CAAC,4BAAY,CAAC,CAAA;AACpC,CAAC,CAAA;AALY,QAAA,aAAa,iBAKzB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/websocket-api",
3
- "version": "8.0.1",
3
+ "version": "8.0.4",
4
4
  "description": "HTTP Api FuryStack package",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "homepage": "https://github.com/furystack/furystack",
28
28
  "dependencies": {
29
- "@furystack/core": "^11.0.1",
30
- "@furystack/inject": "^6.0.1",
31
- "@furystack/logging": "^3.0.1",
32
- "@furystack/rest-service": "^6.0.1",
33
- "@furystack/utils": "^3.0.1",
29
+ "@furystack/core": "^11.0.3",
30
+ "@furystack/inject": "^6.0.3",
31
+ "@furystack/logging": "^3.0.3",
32
+ "@furystack/rest-service": "^6.0.4",
33
+ "@furystack/utils": "^3.0.3",
34
34
  "tslib": "^2.4.0",
35
35
  "ws": "^8.6.0"
36
36
  },
package/src/helpers.ts CHANGED
@@ -11,6 +11,7 @@ import { WebSocketApiSettings } from './websocket-api-settings'
11
11
  * actions: [...my custom actions]
12
12
  * })
13
13
  * ````
14
+ *
14
15
  * @param injector The injector instance
15
16
  * @param settings The Settings object for the WebSocket API
16
17
  */
@@ -9,6 +9,7 @@ import { WebSocketApiSettings } from './websocket-api-settings';
9
9
  * actions: [...my custom actions]
10
10
  * })
11
11
  * ````
12
+ *
12
13
  * @param injector The injector instance
13
14
  * @param settings The Settings object for the WebSocket API
14
15
  */
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAE5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAE/D;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,aAAa,aAAc,QAAQ,+DAK/C,CAAA"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAE5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAE/D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa,aAAc,QAAQ,+DAK/C,CAAA"}