@powerlines/plugin-deepkit 0.7.0 → 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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-deepkit",
|
|
3
|
-
"version": "0.
|
|
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,12 +136,11 @@
|
|
|
135
136
|
"chalk": "^5.6.2",
|
|
136
137
|
"defu": "^6.1.4",
|
|
137
138
|
"jiti": "^2.6.1",
|
|
138
|
-
"powerlines": "^0.
|
|
139
|
-
"@powerlines/deepkit": "^0.1.0",
|
|
139
|
+
"powerlines": "^0.9.0",
|
|
140
140
|
"typescript": "^5.9.3",
|
|
141
141
|
"unplugin": "^2.3.10"
|
|
142
142
|
},
|
|
143
|
-
"devDependencies": { "@powerlines/nx": "^0.
|
|
143
|
+
"devDependencies": { "@powerlines/nx": "^0.8.0", "@types/node": "^22.18.12" },
|
|
144
144
|
"publishConfig": { "access": "public" },
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "d4026ac70ec0b73c99c5ef7b5122a380c7e9badc"
|
|
146
146
|
}
|