@overmap-ai/core 1.0.63-form-submission-drafts.3 → 1.0.63-form-submission-drafts.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.
|
@@ -51,6 +51,7 @@ export declare const selectIssueMapping: (state: OvermapRootState) => Record<str
|
|
|
51
51
|
export declare const selectRecentIssueIds: (state: OvermapRootState) => RecentIssueId[];
|
|
52
52
|
export declare const selectIssue: OvermapSelectorWithArgs<string, Stored<Issue> | undefined>;
|
|
53
53
|
export declare const searchIssues: OvermapSelectorWithArgs<SearchArgs, SearchResult<Stored<Issue>>[]>;
|
|
54
|
+
export declare const selectIssuesByIds: (args: string[]) => (state: OvermapRootState) => Stored<Issue>[];
|
|
54
55
|
export declare const selectRecentIssuesAsSearchResults: OvermapSelector<SearchableRecentResult<Stored<Issue>>[]>;
|
|
55
56
|
export declare const issueReducer: Reducer<IssueState>;
|
|
56
57
|
export {};
|
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.63-form-submission-drafts.
|
|
6
|
+
"version": "1.0.63-form-submission-drafts.4",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/overmap-core.umd.cjs",
|
|
9
9
|
"module": "dist/overmap-core.js",
|