@datapos/datapos-development 0.3.64 → 0.3.66

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.
@@ -12,6 +12,6 @@ declare function echoScriptNotImplemented(name: string): void;
12
12
  declare function sendDeploymentNotice(): Promise<void>;
13
13
  declare function syncWithGitHub(): Promise<void>;
14
14
  declare function uploadDirectoryToR2(sourceDirectory: string, uploadDirectory: string): Promise<void>;
15
- declare function uploadModuleConfig(): Promise<void>;
15
+ declare function uploadModuleConfigToDO(): Promise<void>;
16
16
  declare function uploadModuleToR2(fromPath: string, toPath: string): Promise<void>;
17
- export { buildConfig, buildConnectorConfig, buildContextConfig, buildInformerConfig, buildPresenterConfig, buildPublicDirectoryIndex, bumpVersion, echoScriptNotImplemented, sendDeploymentNotice, syncWithGitHub, uploadDirectoryToR2, uploadModuleConfig, uploadModuleToR2 };
17
+ export { buildConfig, buildConnectorConfig, buildContextConfig, buildInformerConfig, buildPresenterConfig, buildPublicDirectoryIndex, bumpVersion, echoScriptNotImplemented, sendDeploymentNotice, syncWithGitHub, uploadDirectoryToR2, uploadModuleConfigToDO, uploadModuleToR2 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.64",
3
+ "version": "0.3.66",
4
4
  "description": "A TypeScript library of utilities for managing the Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",
@@ -26,7 +26,8 @@
26
26
  "dist"
27
27
  ],
28
28
  "devDependencies": {
29
- "@datapos/datapos-shared": "^0.3.140",
29
+ "@datapos/datapos-development": "^0.3.64",
30
+ "@datapos/datapos-shared": "^0.3.158",
30
31
  "@types/node": "^24.10.0",
31
32
  "@typescript-eslint/eslint-plugin": "^8.46.3",
32
33
  "@typescript-eslint/parser": "^8.46.3",
@@ -39,10 +40,12 @@
39
40
  "npm-check-updates": "^19.1.2",
40
41
  "prettier": "^3.6.2",
41
42
  "retire": "^5.3.0",
43
+ "ts-to-zod": "^5.0.1",
42
44
  "type-fest": "^5.2.0",
43
45
  "typescript": "^5.9.3",
44
46
  "vite": "^7.2.2",
45
- "vite-plugin-dts": "^4.5.4"
47
+ "vite-plugin-dts": "^4.5.4",
48
+ "zod": "^4.1.12"
46
49
  },
47
50
  "scripts": {
48
51
  "audit": "npm audit",