@overmap-ai/core 1.0.57-export-overmap-reducer.2 → 1.0.57-export-overmap-reducer.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.
- package/dist/contexts/sdk/sdk.d.ts +3 -3
- package/dist/overmap-core.js +0 -1
- package/dist/overmap-core.js.map +1 -1
- package/dist/overmap-core.umd.cjs +0 -1
- package/dist/overmap-core.umd.cjs.map +1 -1
- package/dist/store/slices/categorySlice.d.ts +1 -34
- package/dist/store/slices/documentSlice.d.ts +1 -34
- package/dist/store/slices/formRevisionSlice.d.ts +1 -34
- package/dist/store/slices/issueSlice.d.ts +1 -34
- package/dist/store/slices/projectFileSlice.d.ts +1 -34
- package/dist/store/slices/workspaceSlice.d.ts +1 -34
- package/dist/store/store.d.ts +1 -32
- package/dist/typings/models/store.d.ts +2 -5
- package/package.json +1 -1
|
@@ -16649,7 +16649,6 @@ var __publicField = (obj, key, value) => {
|
|
|
16649
16649
|
exports2.outboxReducer = outboxReducer;
|
|
16650
16650
|
exports2.outboxSlice = outboxSlice;
|
|
16651
16651
|
exports2.overmapEnhancer = overmapEnhancer;
|
|
16652
|
-
exports2.overmapReducer = overmapReducer;
|
|
16653
16652
|
exports2.overmapReducers = overmapReducers;
|
|
16654
16653
|
exports2.overmapRootReducer = overmapRootReducer;
|
|
16655
16654
|
exports2.patchCategory = patchCategory;
|