@ngxs/store
Advanced tools
Comparing version 18.1.4 to 18.1.5-dev.master-aa4dd85
@@ -340,3 +340,3 @@ import * as i0 from '@angular/core'; | ||
*/ | ||
invokeActions(action: any): rxjs.Observable<[void | Promise<void> | rxjs.Observable<unknown>]>; | ||
private invokeActions; | ||
private addToStatesMap; | ||
@@ -753,2 +753,4 @@ private addRuntimeInfoToMeta; | ||
export { Action, type ActionCompletion, type ActionContext, type ActionDef, type ActionMap, ActionStatus, type ActionType, Actions, type NgxsAfterBootstrap, NgxsConfig, NgxsDevelopmentModule, type NgxsDevelopmentOptions, type NgxsExecutionStrategy, NgxsModule, type NgxsModuleOptions, type NgxsOnChanges, type NgxsOnInit, NgxsSimpleChange, NgxsUnhandledActionsLogger, type NgxsUnhandledErrorContext, NgxsUnhandledErrorHandler, NoopNgxsExecutionStrategy, type PropertySelectors, Select, Selector, type SelectorMap, SelectorOptions, State, type StateContext, Store, type TypedSelector, createDispatchMap, createModelSelector, createPickSelector, createPropertySelectors, createSelectMap, createSelector, dispatch, ofAction, ofActionCanceled, ofActionCompleted, ofActionDispatched, ofActionErrored, ofActionSuccessful, provideStates, provideStore, select, withNgxsDevelopmentOptions, withNgxsPlugin, withNgxsPreboot, NgxsFeatureModule as ɵNgxsFeatureModule, NgxsRootModule as ɵNgxsRootModule, type ɵSelectorDef, type ɵSelectorFunc, type ɵSelectorReturnType, type ɵStateSelector }; | ||
declare function ɵprovideNgxsInternalStateTokens(): i0.EnvironmentProviders; | ||
export { Action, type ActionCompletion, type ActionContext, type ActionDef, type ActionMap, ActionStatus, type ActionType, Actions, type NgxsAfterBootstrap, NgxsConfig, NgxsDevelopmentModule, type NgxsDevelopmentOptions, type NgxsExecutionStrategy, NgxsModule, type NgxsModuleOptions, type NgxsOnChanges, type NgxsOnInit, NgxsSimpleChange, NgxsUnhandledActionsLogger, type NgxsUnhandledErrorContext, NgxsUnhandledErrorHandler, NoopNgxsExecutionStrategy, type PropertySelectors, Select, Selector, type SelectorMap, SelectorOptions, State, type StateContext, Store, type TypedSelector, createDispatchMap, createModelSelector, createPickSelector, createPropertySelectors, createSelectMap, createSelector, dispatch, ofAction, ofActionCanceled, ofActionCompleted, ofActionDispatched, ofActionErrored, ofActionSuccessful, provideStates, provideStore, select, withNgxsDevelopmentOptions, withNgxsPlugin, withNgxsPreboot, NgxsFeatureModule as ɵNgxsFeatureModule, NgxsRootModule as ɵNgxsRootModule, type ɵSelectorDef, type ɵSelectorFunc, type ɵSelectorReturnType, type ɵStateSelector, ɵprovideNgxsInternalStateTokens }; |
@@ -124,3 +124,2 @@ import * as i0 from '@angular/core'; | ||
declare function defaultEqualityCheck(a: any, b: any): boolean; | ||
/** | ||
@@ -132,3 +131,3 @@ * Memoize a function on its last inputs only. | ||
*/ | ||
declare function ɵmemoize<T extends (...args: any[]) => any>(func: T, equalityCheck?: typeof defaultEqualityCheck): T; | ||
declare function ɵmemoize<T extends (...args: any[]) => any>(func: T, equalityCheck?: (value1: any, value2: any) => boolean): T; | ||
@@ -135,0 +134,0 @@ declare class ɵInitialState { |
{ | ||
"name": "@ngxs/store", | ||
"version": "18.1.4", | ||
"version": "18.1.5-dev.master-aa4dd85", | ||
"license": "MIT", | ||
@@ -35,2 +35,8 @@ "sideEffects": false, | ||
}, | ||
"./operators": { | ||
"types": "./operators/index.d.ts", | ||
"esm2022": "./esm2022/operators/ngxs-store-operators.mjs", | ||
"esm": "./esm2022/operators/ngxs-store-operators.mjs", | ||
"default": "./fesm2022/ngxs-store-operators.mjs" | ||
}, | ||
"./plugins": { | ||
@@ -42,8 +48,2 @@ "types": "./plugins/index.d.ts", | ||
}, | ||
"./operators": { | ||
"types": "./operators/index.d.ts", | ||
"esm2022": "./esm2022/operators/ngxs-store-operators.mjs", | ||
"esm": "./esm2022/operators/ngxs-store-operators.mjs", | ||
"default": "./fesm2022/ngxs-store-operators.mjs" | ||
}, | ||
"./internals/testing": { | ||
@@ -102,2 +102,2 @@ "types": "./internals/testing/index.d.ts", | ||
} | ||
} | ||
} |
{ | ||
"@ngxs/store": "18.1.4" | ||
"@ngxs/store": "18.1.5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1023720
8445
184
1