@powerlines/plugin-unbuild 0.1.0 → 0.2.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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-unbuild",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to build projects using Unbuild.",
|
|
6
6
|
"repository": {
|
|
@@ -127,21 +127,21 @@
|
|
|
127
127
|
"files": ["dist/**/*"],
|
|
128
128
|
"keywords": ["unbuild", "powerlines", "storm-software", "powerlines-plugin"],
|
|
129
129
|
"dependencies": {
|
|
130
|
+
"@storm-software/unbuild": "^0.57.11",
|
|
130
131
|
"@stryke/fs": "^0.32.2",
|
|
131
132
|
"@stryke/path": "^0.16.0",
|
|
132
133
|
"@stryke/type-checks": "^0.3.10",
|
|
133
134
|
"@stryke/types": "^0.10.0",
|
|
134
135
|
"defu": "^6.1.4",
|
|
135
|
-
"@storm-software/unbuild": "^0.57.7",
|
|
136
136
|
"jiti": "^2.6.1",
|
|
137
|
-
"powerlines": "^0.
|
|
137
|
+
"powerlines": "^0.7.0",
|
|
138
138
|
"unplugin": "^2.3.10"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
|
-
"@powerlines/nx": "^0.
|
|
142
|
-
"@powerlines/plugin-plugin": "^0.
|
|
141
|
+
"@powerlines/nx": "^0.6.0",
|
|
142
|
+
"@powerlines/plugin-plugin": "^0.8.0",
|
|
143
143
|
"@types/node": "^22.18.12"
|
|
144
144
|
},
|
|
145
145
|
"publishConfig": { "access": "public" },
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "39b3b5a165f9c443558bcd792a4dc1ca456f94f2"
|
|
147
147
|
}
|