@ngxs/store 19.0.0-dev.master-179a5bb → 19.0.0-dev.master-66f9d76

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/index.d.ts CHANGED
@@ -275,7 +275,7 @@ declare function SelectorOptions(options: _SharedSelectorOptions): ClassDecorato
275
275
  /**
276
276
  * Status of a dispatched action
277
277
  */
278
- declare const enum ActionStatus {
278
+ declare enum ActionStatus {
279
279
  Dispatched = "DISPATCHED",
280
280
  Successful = "SUCCESSFUL",
281
281
  Canceled = "CANCELED",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngxs/store",
3
- "version": "19.0.0-dev.master-179a5bb",
3
+ "version": "19.0.0-dev.master-66f9d76",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {