@ngxs/devtools-plugin 19.0.0-dev.master-f0409e4 → 19.0.0-dev.master-6b0346e

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -110,4 +110,5 @@ declare class NgxsReduxDevtoolsPlugin implements NgxsPlugin {
110
110
  static ɵprov: i0.ɵɵInjectableDeclaration<NgxsReduxDevtoolsPlugin>;
111
111
  }
112
112
 
113
- export { NGXS_DEVTOOLS_OPTIONS, type NgxsDevtoolsAction, type NgxsDevtoolsExtension, type NgxsDevtoolsOptions, NgxsReduxDevtoolsPlugin, NgxsReduxDevtoolsPluginModule, withNgxsReduxDevtoolsPlugin };
113
+ export { NGXS_DEVTOOLS_OPTIONS, NgxsReduxDevtoolsPlugin, NgxsReduxDevtoolsPluginModule, withNgxsReduxDevtoolsPlugin };
114
+ export type { NgxsDevtoolsAction, NgxsDevtoolsExtension, NgxsDevtoolsOptions };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ngxs/devtools-plugin",
3
3
  "description": "redux devtools plugin for @ngxs/store",
4
- "version": "19.0.0-dev.master-f0409e4",
4
+ "version": "19.0.0-dev.master-6b0346e",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
7
7
  "@angular/core": ">=19.0.0 <20.0.0",