@ngxs/store
Advanced tools
Comparing version 18.1.3 to 18.1.4-dev.master-e347595
@@ -397,2 +397,3 @@ import * as i0 from '@angular/core'; | ||
type ActionOrArrayOfActions<T> = T extends (infer U)[] ? NonNullable<U>[] : NonNullable<T>; | ||
declare class Store { | ||
@@ -412,5 +413,5 @@ private _stateStream; | ||
/** | ||
* Dispatches event(s). | ||
* Dispatches action(s). | ||
*/ | ||
dispatch(actionOrActions: any | any[]): Observable<void>; | ||
dispatch<T>(actionOrActions: ActionOrArrayOfActions<T>): Observable<void>; | ||
/** | ||
@@ -417,0 +418,0 @@ * Selects a slice of data from the store. |
{ | ||
"name": "@ngxs/store", | ||
"version": "18.1.3", | ||
"version": "18.1.4-dev.master-e347595", | ||
"license": "MIT", | ||
@@ -35,2 +35,8 @@ "sideEffects": false, | ||
}, | ||
"./plugins": { | ||
"types": "./plugins/index.d.ts", | ||
"esm2022": "./esm2022/plugins/ngxs-store-plugins.mjs", | ||
"esm": "./esm2022/plugins/ngxs-store-plugins.mjs", | ||
"default": "./fesm2022/ngxs-store-plugins.mjs" | ||
}, | ||
"./operators": { | ||
@@ -42,8 +48,2 @@ "types": "./operators/index.d.ts", | ||
}, | ||
"./plugins": { | ||
"types": "./plugins/index.d.ts", | ||
"esm2022": "./esm2022/plugins/ngxs-store-plugins.mjs", | ||
"esm": "./esm2022/plugins/ngxs-store-plugins.mjs", | ||
"default": "./fesm2022/ngxs-store-plugins.mjs" | ||
}, | ||
"./internals/testing": { | ||
@@ -102,2 +102,2 @@ "types": "./internals/testing/index.d.ts", | ||
} | ||
} | ||
} |
{ | ||
"@ngxs/store": "18.1.3" | ||
"@ngxs/store": "18.1.4" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1015249
8404
183
1