@datapos/datapos-development 0.3.232 → 0.3.241

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,16 +1,11 @@
1
1
  /**
2
2
  * Development operations.
3
3
  */
4
- declare function buildConfig(): Promise<void>;
5
- declare function buildConnectorConfig(): Promise<void>;
6
- declare function buildContextConfig(): Promise<void>;
7
- declare function buildPresenterConfig(): Promise<void>;
8
4
  declare function buildPublicDirectoryIndex(id: string): Promise<void>;
9
- declare function sendDeploymentNotice(): Promise<void>;
10
5
  declare function uploadDirectoryToR2(sourceDirectory: string, uploadDirectory: string): Promise<void>;
11
6
  declare function uploadModuleConfigToDO(): Promise<void>;
12
7
  declare function uploadModuleToR2(uploadDirectoryPath: string): Promise<void>;
13
- export { buildConfig, buildConnectorConfig, buildContextConfig, buildPresenterConfig, buildPublicDirectoryIndex, sendDeploymentNotice, uploadDirectoryToR2, uploadModuleConfigToDO, uploadModuleToR2 };
8
+ export { buildPublicDirectoryIndex, uploadDirectoryToR2, uploadModuleConfigToDO, uploadModuleToR2 };
14
9
  export { buildProject, releaseProject, syncProjectWithGitHub, testProject } from './operations/manageProject';
15
10
  export { auditDependencies } from './operations/auditDependencies';
16
11
  export { checkDependencies } from './operations/checkDependencies';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.232",
3
+ "version": "0.3.241",
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>",
@@ -54,7 +54,7 @@
54
54
  "rollup-plugin-visualizer": "^6.0.5",
55
55
  "type-fest": "^5.2.0",
56
56
  "typescript": "^5.9.3",
57
- "vite": "^7.2.4",
57
+ "vite": "^7.2.6",
58
58
  "vite-plugin-dts": "^4.5.4",
59
59
  "vitest": "^4.0.14"
60
60
  },