@datapos/datapos-development 0.3.243 → 0.3.244

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.
@@ -1,7 +1,8 @@
1
1
  /**
2
2
  * Utilities.
3
3
  */
4
+ declare function putState(): Promise<void>;
4
5
  declare function uploadDirectoryToR2(sourceDirectory: string, uploadDirectory: string): Promise<void>;
5
6
  declare function uploadModuleConfigToDO(): Promise<void>;
6
7
  declare function uploadModuleToR2(uploadDirectoryPath: string): Promise<void>;
7
- export { uploadDirectoryToR2, uploadModuleConfigToDO, uploadModuleToR2 };
8
+ export { putState, uploadDirectoryToR2, uploadModuleConfigToDO, uploadModuleToR2 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.243",
3
+ "version": "0.3.244",
4
4
  "description": "A library of utilities for managing the Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",