@ws-ui/store 1.11.2 → 1.11.3

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.
@@ -3,4 +3,3 @@ export default _default;
3
3
  export * from './reducer';
4
4
  export * from './thunks';
5
5
  export * from './types';
6
- export * from './utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ws-ui/store",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@reduxjs/toolkit": "^1.7.1",
24
- "@ws-ui/icons": "1.11.2",
25
- "@ws-ui/shared": "1.11.2",
24
+ "@ws-ui/icons": "1.11.3",
25
+ "@ws-ui/shared": "1.11.3",
26
26
  "lodash": "^4.17.21",
27
27
  "minimatch": "^10.0.1",
28
28
  "react": "^17.0.2",
@@ -1,6 +0,0 @@
1
- import { ISharedDatasourcesState } from './index';
2
- export declare const QODLY_NAMESPACE = "Qodly";
3
- export declare const LOCATION_DATASOURCE_ID = "Location";
4
- export declare const USER_LANGUAGE_DATASOURCE_ID = "UserLanguage";
5
- export declare const TITLE_DATASOURCE_ID = "Title";
6
- export declare const SHARED_USER_NAMESPACE: ISharedDatasourcesState['sources'];