@dpuse/dpuse-development 0.3.482 → 0.3.484

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -102,6 +102,7 @@ We use the `npm` packages [license-report](https://www.npmjs.com/package/license
102
102
  <!-- DEPENDENCY_LICENSES_START -->
103
103
  |Name|Type|Installed|Latest|Latest Released|Deps|Document|
104
104
  |:-|:-|:-:|:-:|:-|-:|:-|
105
+ |@dpuse/dpuse-shared|MIT|0.3.594 ⚠️|0.3.595|this month: 2026-03-23|0|[LICENSE](https://raw.githubusercontent.com/dpuse/dpuse-shared/main/LICENSE)|
105
106
  |acorn|MIT|8.16.0|8.16.0|1 month ago: 2026-02-19|0|⚠️ No license file|
106
107
  |acorn-typescript|MIT|1.4.13|1.4.13|26 months ago: 2024-01-03❗|1|[LICENSE](https://raw.githubusercontent.com/TyrealHu/acorn-typescript/master/LICENSE)|
107
108
  |acorn-walk|MIT|8.3.5|8.3.5|1 month ago: 2026-02-19|1|⚠️ No license file|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-development",
3
- "version": "0.3.482",
3
+ "version": "0.3.484",
4
4
  "description": "Actions for managing DPUse projects.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",
@@ -41,6 +41,7 @@
41
41
  "vitest.config.ts"
42
42
  ],
43
43
  "dependencies": {
44
+ "@dpuse/dpuse-shared": "^0.3.594",
44
45
  "acorn": "^8.16.0",
45
46
  "acorn-typescript": "^1.4.13",
46
47
  "acorn-walk": "^8.3.5",
@@ -48,7 +49,6 @@
48
49
  "valibot": "^1.3.1"
49
50
  },
50
51
  "devDependencies": {
51
- "@dpuse/dpuse-shared": "^0.3.594",
52
52
  "@dpuse/eslint-config-dpuse": "^1.0.55",
53
53
  "@types/eslint-plugin-security": "^3.0.1",
54
54
  "@types/node": "^25.5.0",