@ngxs/store 3.8.2-dev.master-c3e578d → 3.8.2-dev.master-03cae49

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-c3e578d",
3
+ "version": "3.8.2-dev.master-03cae49",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
package/src/symbols.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { InjectionToken, Type } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import { StateOperator } from '@ngxs/store/operators';
4
- import { ɵPlainObject, ɵSharedSelectorOptions, ɵStateClass } from '@ngxs/store/internals';
4
+ import { ɵSharedSelectorOptions, ɵStateClass } from '@ngxs/store/internals';
5
5
  import { NgxsExecutionStrategy } from './execution/symbols';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare const ROOT_STATE_TOKEN: InjectionToken<ɵStateClass[]>;
@@ -42,13 +42,6 @@ export declare class NgxsConfig {
42
42
  * (default: null)
43
43
  */
44
44
  executionStrategy: Type<NgxsExecutionStrategy>;
45
- /**
46
- * Defining the default state before module initialization
47
- * This is convenient if we need to create a define our own set of states.
48
- * @deprecated will be removed after v4
49
- * (default: {})
50
- */
51
- defaultsState: ɵPlainObject;
52
45
  /**
53
46
  * Defining shared selector options
54
47
  */