@ngxs/store 21.0.0-dev.master-416d6de → 22.0.0

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
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { ModuleWithProviders, Signal, EnvironmentProviders, Type } from '@angular/core';
3
- import { ɵActionOptions as _ActionOptions, StateToken, ɵSharedSelectorOptions as _SharedSelectorOptions, ɵStateClass as _StateClass, ɵStoreOptions as _StoreOptions, ɵPlainObjectOf as _PlainObjectOf, ɵActionHandlerMetaData as _ActionHandlerMetaData, ɵStateClassInternal as _StateClassInternal } from '@ngxs/store/internals';
3
+ import { ɵSharedSelectorOptions as _SharedSelectorOptions, ɵStateClass as _StateClass, ɵActionOptions as _ActionOptions, StateToken, ɵStoreOptions as _StoreOptions, ɵPlainObjectOf as _PlainObjectOf, ɵActionHandlerMetaData as _ActionHandlerMetaData, ɵStateClassInternal as _StateClassInternal } from '@ngxs/store/internals';
4
4
  export { ɵActionOptions as ActionOptions, StateToken } from '@ngxs/store/internals';
5
5
  import { Observable, Subscription, OperatorFunction } from 'rxjs';
6
6
  import { StateOperator } from '@ngxs/store/operators';
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, Signal } from '@angular/core';
3
- import { Observable, BehaviorSubject, Subject, MonoTypeOperatorFunction } from 'rxjs';
3
+ import { BehaviorSubject, Subject, MonoTypeOperatorFunction, Observable } from 'rxjs';
4
4
 
5
5
  declare class StateToken<T = void> {
6
6
  private readonly _name;
@@ -1,6 +1,6 @@
1
1
  import { NgxsModuleOptions, Store } from '@ngxs/store';
2
2
  import * as i0 from '@angular/core';
3
- import { EnvironmentProviders, ModuleWithProviders } from '@angular/core';
3
+ import { ModuleWithProviders, EnvironmentProviders } from '@angular/core';
4
4
  import { TestBedStatic } from '@angular/core/testing';
5
5
  import { ɵStateClass as _StateClass } from '@ngxs/store/internals';
6
6
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@ngxs/store",
3
- "version": "21.0.0-dev.master-416d6de",
3
+ "version": "22.0.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
7
- "@angular/core": ">=21.0.0 <22.0.0",
7
+ "@angular/core": ">=22.0.0 <23.0.0",
8
8
  "rxjs": ">=7.0.0"
9
9
  },
10
10
  "schematics": "./schematics/collection.json",
@@ -18,22 +18,22 @@
18
18
  "types": "./index.d.ts",
19
19
  "default": "./fesm2022/ngxs-store.mjs"
20
20
  },
21
- "./internals": {
22
- "types": "./internals/index.d.ts",
23
- "default": "./fesm2022/ngxs-store-internals.mjs"
24
- },
25
21
  "./experimental": {
26
22
  "types": "./experimental/index.d.ts",
27
23
  "default": "./fesm2022/ngxs-store-experimental.mjs"
28
24
  },
29
- "./operators": {
30
- "types": "./operators/index.d.ts",
31
- "default": "./fesm2022/ngxs-store-operators.mjs"
25
+ "./internals": {
26
+ "types": "./internals/index.d.ts",
27
+ "default": "./fesm2022/ngxs-store-internals.mjs"
32
28
  },
33
29
  "./plugins": {
34
30
  "types": "./plugins/index.d.ts",
35
31
  "default": "./fesm2022/ngxs-store-plugins.mjs"
36
32
  },
33
+ "./operators": {
34
+ "types": "./operators/index.d.ts",
35
+ "default": "./fesm2022/ngxs-store-operators.mjs"
36
+ },
37
37
  "./internals/testing": {
38
38
  "types": "./internals/testing/index.d.ts",
39
39
  "default": "./fesm2022/ngxs-store-internals-testing.mjs"
@@ -61,18 +61,9 @@
61
61
  ],
62
62
  "author": "Austin McDaniel",
63
63
  "contributors": [
64
- {
65
- "name": "Danny Blue"
66
- },
67
- {
68
- "name": "Leon Radley"
69
- },
70
64
  {
71
65
  "name": "Mark Whitfeld"
72
66
  },
73
- {
74
- "name": "Maxim Ivanov"
75
- },
76
67
  {
77
68
  "name": "Artur Androsovych"
78
69
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "@ngxs/store": "21.0.0"
2
+ "@ngxs/store": "22.0.0"
3
3
  }