@overmap-ai/core 1.0.58-map-images.3 → 1.0.58-map-images.4
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.
|
@@ -39,6 +39,6 @@ export declare const mapImageSlice: import("@reduxjs/toolkit").Slice<MapImageSli
|
|
|
39
39
|
export declare const setMapImage: import("@reduxjs/toolkit").ActionCreatorWithPayload<MapImage, "mapImages/setMapImage">, setMapImages: import("@reduxjs/toolkit").ActionCreatorWithPayload<MapImage[], "mapImages/setMapImages">, addMapImage: import("@reduxjs/toolkit").ActionCreatorWithPayload<MapImage, "mapImages/addMapImage">, addMapImages: import("@reduxjs/toolkit").ActionCreatorWithPayload<MapImage[], "mapImages/addMapImages">, updateMapImage: import("@reduxjs/toolkit").ActionCreatorWithPayload<MapImage, "mapImages/updateMapImage">, updateMapImages: import("@reduxjs/toolkit").ActionCreatorWithPayload<MapImage[], "mapImages/updateMapImages">, deleteMapImage: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "mapImages/deleteMapImage">, deleteMapImages: import("@reduxjs/toolkit").ActionCreatorWithPayload<string[], "mapImages/deleteMapImages">;
|
|
40
40
|
export declare const selectMapImageMapping: (state: RootState) => Record<string, Stored<MapImage>>;
|
|
41
41
|
export declare const selectMapImages: (state: RootState) => Stored<MapImage>[];
|
|
42
|
-
export declare const selectMapImageById: (args:
|
|
42
|
+
export declare const selectMapImageById: (args: string) => (state: RootState) => Stored<MapImage> | undefined;
|
|
43
43
|
export declare const selectMapImagesOfProject: (args: number) => (state: RootState) => Stored<MapImage>[];
|
|
44
44
|
export declare const mapImageReducer: Reducer<MapImageSliceState>;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Core functionality for Overmap",
|
|
4
4
|
"author": "Wôrdn Inc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
|
-
"version": "1.0.58-map-images.
|
|
6
|
+
"version": "1.0.58-map-images.4",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/overmap-core.umd.cjs",
|
|
9
9
|
"module": "dist/overmap-core.js",
|