@overmap-ai/core 1.0.48-bulk-form-submission.0 → 1.0.48-bulk-form-submission.1

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.
@@ -62,7 +62,7 @@ export declare const selectFormRevisions: ((state: import("redux").EmptyObject &
62
62
  }> & {
63
63
  clearCache: () => void;
64
64
  };
65
- export declare const selectUserFormRevision: SelectorWithArgs<string, Stored<UserFormRevision>>;
65
+ export declare const selectFormRevision: SelectorWithArgs<string, Stored<UserFormRevision>>;
66
66
  export declare const _selectLatestFormRevision: (formRevisions: FormRevisionState["formRevisions"], formId: string) => Stored<UserFormRevision>;
67
67
  export declare const selectLatestFormRevisionOfForm: SelectorWithArgs<string, Stored<UserFormRevision>>;
68
68
  export declare const selectFormRevisionsOfForm: SelectorWithArgs<string, Stored<UserFormRevision>[]>;
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.48-bulk-form-submission.0",
6
+ "version": "1.0.48-bulk-form-submission.1",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",