@ws-ui/store 0.2.27 → 0.2.29
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.
- package/dist/index.cjs.js +34 -34
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3566 -3528
- package/dist/index.es.js.map +1 -1
- package/dist/modules/explorer/thunks.d.ts +4 -0
- package/package.json +2 -2
|
@@ -161,6 +161,10 @@ export declare const createNewNode: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
161
161
|
path: string;
|
|
162
162
|
parentNode: ITreeItem;
|
|
163
163
|
}, {}>;
|
|
164
|
+
export declare const fetchHTTPHandlers: import("@reduxjs/toolkit").AsyncThunk<void, void, {
|
|
165
|
+
state: AppState;
|
|
166
|
+
rejectValue: string;
|
|
167
|
+
}>;
|
|
164
168
|
export declare const openFile: import("@reduxjs/toolkit").AsyncThunk<ITab<any, Partial<{
|
|
165
169
|
initialLineInfo: {
|
|
166
170
|
line: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ws-ui/store",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.29",
|
|
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.28",
|
|
32
|
-
"@ws-ui/shared": "^0.2.
|
|
32
|
+
"@ws-ui/shared": "^0.2.22",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
34
34
|
"minimatch": "^5.1.0",
|
|
35
35
|
"react": "^17.0.2",
|