@powerlines/plugin-deepkit 0.6.1 → 0.8.0

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 (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-deepkit",
3
- "version": "0.6.1",
3
+ "version": "0.8.0",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -127,6 +127,7 @@
127
127
  "files": ["dist/**/*"],
128
128
  "keywords": ["deepkit", "powerlines", "storm-software", "powerlines-plugin"],
129
129
  "dependencies": {
130
+ "@powerlines/deepkit": "^0.2.0",
130
131
  "@storm-software/config-tools": "^1.188.11",
131
132
  "@stryke/fs": "^0.32.2",
132
133
  "@stryke/path": "^0.16.0",
@@ -135,11 +136,11 @@
135
136
  "chalk": "^5.6.2",
136
137
  "defu": "^6.1.4",
137
138
  "jiti": "^2.6.1",
138
- "powerlines": "^0.7.1",
139
+ "powerlines": "^0.9.0",
139
140
  "typescript": "^5.9.3",
140
141
  "unplugin": "^2.3.10"
141
142
  },
142
- "devDependencies": { "@powerlines/nx": "^0.6.1", "@types/node": "^22.18.12" },
143
+ "devDependencies": { "@powerlines/nx": "^0.8.0", "@types/node": "^22.18.12" },
143
144
  "publishConfig": { "access": "public" },
144
- "gitHead": "0e181730de1a48ab982b8eb133b36fc5c8be40be"
145
+ "gitHead": "d4026ac70ec0b73c99c5ef7b5122a380c7e9badc"
145
146
  }