jamespot-react-core 1.3.64 → 1.3.66
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/build/app.bundle.js +1099 -1098
- package/build/app.bundle.js.map +1 -1
- package/build/src/redux/store.d.ts +6 -6
- package/package.json +4 -4
|
@@ -164,8 +164,8 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
164
164
|
extensions: {
|
|
165
165
|
[x: string]: any;
|
|
166
166
|
};
|
|
167
|
-
}, import("
|
|
168
|
-
dispatch: import("
|
|
167
|
+
}, import("redux").UnknownAction, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{
|
|
168
|
+
dispatch: import("redux-thunk").ThunkDispatch<{
|
|
169
169
|
entities: {
|
|
170
170
|
applications: import("@reduxjs/toolkit").EntityState<ApplicationType, string>;
|
|
171
171
|
models: import("@reduxjs/toolkit").EntityState<ModelType<string>, string>;
|
|
@@ -258,11 +258,11 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
258
258
|
};
|
|
259
259
|
}, {
|
|
260
260
|
jApi: import("jamespot-user-api").JamespotUserApi;
|
|
261
|
-
}, import("
|
|
262
|
-
}>, import("
|
|
261
|
+
}, import("redux").UnknownAction>;
|
|
262
|
+
}>, import("redux").StoreEnhancer]>>;
|
|
263
263
|
export type AppDispatch = ReturnType<typeof createStore>['dispatch'];
|
|
264
264
|
export type RootState = ReturnType<ReturnType<typeof createStore>['getState']>;
|
|
265
|
-
export declare const useAppDispatch: () => import("
|
|
265
|
+
export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<{
|
|
266
266
|
entities: {
|
|
267
267
|
applications: import("@reduxjs/toolkit").EntityState<ApplicationType, string>;
|
|
268
268
|
models: import("@reduxjs/toolkit").EntityState<ModelType<string>, string>;
|
|
@@ -355,6 +355,6 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
355
355
|
};
|
|
356
356
|
}, {
|
|
357
357
|
jApi: import("jamespot-user-api").JamespotUserApi;
|
|
358
|
-
}, import("
|
|
358
|
+
}, import("redux").UnknownAction> & import("redux").Dispatch<import("redux").UnknownAction>;
|
|
359
359
|
export declare const useAppSelector: TypedUseSelectorHook<RootState>;
|
|
360
360
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.66",
|
|
4
4
|
"description": "Jamespot React Core",
|
|
5
5
|
"main": "./build/app.bundle.js",
|
|
6
6
|
"types": "./build/src/App.d.ts",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"fork-ts-checker-webpack-plugin": "^9.1.0",
|
|
39
39
|
"history": "^5.3.0",
|
|
40
40
|
"husky": "^9.1.7",
|
|
41
|
-
"jamespot-front-business": "^1.3.
|
|
42
|
-
"jamespot-react-components": "^1.3.
|
|
43
|
-
"jamespot-user-api": "^1.3.
|
|
41
|
+
"jamespot-front-business": "^1.3.66",
|
|
42
|
+
"jamespot-react-components": "^1.3.65",
|
|
43
|
+
"jamespot-user-api": "^1.3.66",
|
|
44
44
|
"jest": "^30.2.0",
|
|
45
45
|
"jest-environment-jsdom": "^30.2.0",
|
|
46
46
|
"knip": "^5.82.1",
|