@overmap-ai/core 1.0.53-component-asset-renames.3 → 1.0.53-component-asset-renames.5
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/forms/builder/constants.d.ts +1 -1
- package/dist/forms/builder/hooks.d.ts +1 -1
- package/dist/overmap-core.js +3 -3
- package/dist/overmap-core.js.map +1 -1
- package/dist/overmap-core.umd.cjs +3 -3
- package/dist/overmap-core.umd.cjs.map +1 -1
- package/dist/store/slices/assetSlice.d.ts +1 -1
- package/package.json +1 -1
|
@@ -56,7 +56,7 @@ export declare const selectAssetAttachmentMapping: (state: RootState) => Record<
|
|
|
56
56
|
export declare const selectAssetAttachments: Selector<Stored<AssetAttachment>[]>;
|
|
57
57
|
export declare const selectAssetAttachment: SelectorWithArgs<string, Stored<AssetAttachment>>;
|
|
58
58
|
export declare const selectAttachmentsOfAsset: (args: string) => (state: RootState) => Stored<AssetAttachment>[];
|
|
59
|
-
export declare const
|
|
59
|
+
export declare const selectAttachmentsOfAssetByType: (args: string) => (state: RootState) => {
|
|
60
60
|
fileAttachments: Stored<AssetAttachment>[];
|
|
61
61
|
imageAttachments: Stored<AssetAttachment>[];
|
|
62
62
|
};
|
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.53-component-asset-renames.
|
|
6
|
+
"version": "1.0.53-component-asset-renames.5",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/overmap-core.umd.cjs",
|
|
9
9
|
"module": "dist/overmap-core.js",
|