@overmap-ai/core 1.0.46-project-attachments.8 → 1.0.46-project-attachments.9
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.
|
@@ -31,6 +31,7 @@ export declare const setDocuments: import("@reduxjs/toolkit").ActionCreatorWithP
|
|
|
31
31
|
export declare const selectDocumentsMapping: AppSelector<Record<string, Stored<ProjectDocument>>>;
|
|
32
32
|
export declare const selectDocuments: AppSelector<Stored<ProjectDocument>[]>;
|
|
33
33
|
export declare const selectDocument: (args: string) => (state: RootState) => Stored<ProjectDocument> | undefined;
|
|
34
|
+
export declare const selectAncestorIdsOfDocument: (args: string) => (state: RootState) => string[];
|
|
34
35
|
export declare const selectRootDocuments: ((state: import("redux").EmptyObject & {
|
|
35
36
|
versioning: import('../slices/versioningSlice').VersioningState;
|
|
36
37
|
fileReducer: import('..').FileState;
|
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.46-project-attachments.
|
|
6
|
+
"version": "1.0.46-project-attachments.9",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/overmap-core.umd.cjs",
|
|
9
9
|
"module": "dist/overmap-core.js",
|