@dpuse/dpuse-development 0.3.472 → 0.3.479

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,5 +1,5 @@
1
1
  import { PackageJson } from 'type-fest';
2
- import { ModuleConfig } from '@datapos/datapos-shared/component';
2
+ import { ModuleConfig } from '@dpuse/dpuse-shared/component';
3
3
  export declare function putState(): Promise<void>;
4
4
  export declare function uploadDirectoryToR2(sourceDirectory: string, uploadDirectory: string): Promise<void>;
5
5
  export declare function uploadModuleConfigToDO(configJSON: ModuleConfig): Promise<void>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-development",
3
- "version": "0.3.472",
4
- "description": "A collection of utilities for managing DPUse projects.",
3
+ "version": "0.3.479",
4
+ "description": "Actions for managing DPUse projects.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",
7
7
  "private": false,
@@ -41,7 +41,6 @@
41
41
  "vitest.config.ts"
42
42
  ],
43
43
  "dependencies": {
44
- "@datapos/datapos-shared": "^0.3.590",
45
44
  "acorn": "^8.16.0",
46
45
  "acorn-typescript": "^1.4.13",
47
46
  "acorn-walk": "^8.3.5",
@@ -49,6 +48,7 @@
49
48
  "valibot": "^1.3.1"
50
49
  },
51
50
  "devDependencies": {
51
+ "@dpuse/dpuse-shared": "^0.3.594",
52
52
  "@dpuse/eslint-config-dpuse": "^1.0.49",
53
53
  "@types/eslint-plugin-security": "^3.0.1",
54
54
  "@types/node": "^25.5.0",