@ngxs/websocket-plugin 20.1.0 → 21.0.0-dev.master-05cbecf
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.
|
@@ -198,10 +198,10 @@ class WebSocketHandler {
|
|
|
198
198
|
this._socket = null;
|
|
199
199
|
this._socketClosed$.next();
|
|
200
200
|
}
|
|
201
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
202
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
201
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: WebSocketHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
202
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: WebSocketHandler, providedIn: 'root' });
|
|
203
203
|
}
|
|
204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: WebSocketHandler, decorators: [{
|
|
205
205
|
type: Injectable,
|
|
206
206
|
args: [{ providedIn: 'root' }]
|
|
207
207
|
}], ctorParameters: () => [] });
|
|
@@ -244,11 +244,11 @@ class NgxsWebSocketPluginModule {
|
|
|
244
244
|
providers: ɵgetProviders(options)
|
|
245
245
|
};
|
|
246
246
|
}
|
|
247
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
248
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
249
|
-
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
247
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NgxsWebSocketPluginModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
248
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.2", ngImport: i0, type: NgxsWebSocketPluginModule });
|
|
249
|
+
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NgxsWebSocketPluginModule });
|
|
250
250
|
}
|
|
251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NgxsWebSocketPluginModule, decorators: [{
|
|
252
252
|
type: NgModule
|
|
253
253
|
}] });
|
|
254
254
|
function withNgxsWebSocketPlugin(options) {
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ngxs/websocket-plugin",
|
|
3
3
|
"description": "WebSocket plugin for @ngxs/store",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "21.0.0-dev.master-05cbecf",
|
|
5
5
|
"sideEffects": true,
|
|
6
6
|
"peerDependencies": {
|
|
7
|
-
"@
|
|
8
|
-
"@
|
|
7
|
+
"@angular/core": ">=21.0.0 <22.0.0",
|
|
8
|
+
"@ngxs/store": "^21.0.0 || ^21.0.0-dev",
|
|
9
9
|
"rxjs": ">=7.0.0"
|
|
10
10
|
},
|
|
11
11
|
"module": "fesm2022/ngxs-websocket-plugin.mjs",
|
|
@@ -66,4 +66,4 @@
|
|
|
66
66
|
"type": "opencollective",
|
|
67
67
|
"url": "https://opencollective.com/ngxs"
|
|
68
68
|
}
|
|
69
|
-
}
|
|
69
|
+
}
|