@ngxs/store 3.8.2-dev.master-ba23aab → 3.8.2-dev.master-296071a

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngxs/store",
3
- "version": "3.8.2-dev.master-ba23aab",
3
+ "version": "3.8.2-dev.master-296071a",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -101,7 +101,7 @@ const pluginData = new Map([
101
101
  [
102
102
  lib_config_1.LIBRARIES.WEBSOCKET,
103
103
  {
104
- module: 'NgxsWebsocketPluginModule',
104
+ module: 'NgxsWebSocketPluginModule',
105
105
  standalone: 'withNgxsWebSocketPlugin'
106
106
  }
107
107
  ]