@ngxs/store 19.0.0-dev.master-bb752a4 → 19.0.0-dev.master-ee2db76

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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, OnDestroy, Signal } from '@angular/core';
2
+ import { InjectionToken, Signal } from '@angular/core';
3
3
  import { ReplaySubject, Subject, BehaviorSubject, MonoTypeOperatorFunction } from 'rxjs';
4
4
 
5
5
  declare class StateToken<T = void> {
@@ -194,10 +194,9 @@ declare function ɵwrapObserverCalls<TValue>(invokeFn: (fn: () => void) => void)
194
194
  * BehaviorSubject of the entire state.
195
195
  * @ignore
196
196
  */
197
- declare class ɵStateStream extends ɵOrderedBehaviorSubject<ɵPlainObject> implements OnDestroy {
197
+ declare class ɵStateStream extends ɵOrderedBehaviorSubject<ɵPlainObject> {
198
198
  readonly state: Signal<ɵPlainObject>;
199
199
  constructor();
200
- ngOnDestroy(): void;
201
200
  static ɵfac: i0.ɵɵFactoryDeclaration<ɵStateStream, never>;
202
201
  static ɵprov: i0.ɵɵInjectableDeclaration<ɵStateStream>;
203
202
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngxs/store",
3
- "version": "19.0.0-dev.master-bb752a4",
3
+ "version": "19.0.0-dev.master-ee2db76",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {