@eleven-am/pondsocket-client 0.0.15 → 0.0.16
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/browser/client.js +1 -0
- package/package.json +2 -2
package/browser/client.js
CHANGED
|
@@ -105,6 +105,7 @@ _PondClient_channels = new WeakMap(), _PondClient_instances = new WeakSet(), _Po
|
|
|
105
105
|
}, _PondClient_handleAcknowledge = function _PondClient_handleAcknowledge(message) {
|
|
106
106
|
var _a;
|
|
107
107
|
const channel = (_a = __classPrivateFieldGet(this, _PondClient_channels, "f")[message.channelName]) !== null && _a !== void 0 ? _a : new channel_1.Channel(__classPrivateFieldGet(this, _PondClient_instances, "m", _PondClient_createPublisher).call(this), this._connectionState, message.channelName, {});
|
|
108
|
+
__classPrivateFieldGet(this, _PondClient_channels, "f")[message.channelName] = channel;
|
|
108
109
|
channel.acknowledge(this._broadcaster);
|
|
109
110
|
}, _PondClient_init = function _PondClient_init() {
|
|
110
111
|
this._broadcaster.subscribe((message) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eleven-am/pondsocket-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"description": "PondSocket is a fast simple socket server",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"socket",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/jest": "^29.5.12",
|
|
37
37
|
"@types/websocket": "^1.0.10",
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "^7.0
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
39
39
|
"eslint-plugin-file-progress": "^1.3.0",
|
|
40
40
|
"eslint-plugin-import": "^2.29.1",
|
|
41
41
|
"jest": "^29.7.0",
|