@ws-ui/store 0.2.5 → 0.2.7

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.
@@ -121,6 +121,5 @@ export declare const addBreakpointDecoration: import("@reduxjs/toolkit").ActionC
121
121
  reason: string;
122
122
  type: EDebuggerErrorType;
123
123
  }> | undefined;
124
- override?: boolean | undefined;
125
124
  }, string>;
126
125
  export default stateSlice;
@@ -225,6 +225,5 @@ export interface IDebuggerMeta {
225
225
  export type ISetDebuggerMetaAction = PayloadAction<{
226
226
  state: EDebuggerState;
227
227
  error?: IDebuggerError;
228
- override?: boolean;
229
228
  }>;
230
229
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/store",
3
3
  "private": false,
4
- "version": "0.2.5",
4
+ "version": "0.2.7",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@ws-ui/icons": "^0.0.22",
32
- "@ws-ui/shared": "^0.2.4",
32
+ "@ws-ui/shared": "^0.2.7",
33
33
  "lodash": "^4.17.21",
34
34
  "minimatch": "^5.1.0",
35
35
  "react": "^17.0.2",