powerlines 0.47.201 → 0.47.203
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/dist/package.cjs +1 -1
- package/dist/package.mjs +1 -1
- package/package.json +7 -8
package/dist/package.cjs
CHANGED
package/dist/package.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerlines",
|
|
3
|
-
"version": "0.47.
|
|
3
|
+
"version": "0.47.203",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The \"framework framework\" that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
|
|
6
6
|
"keywords": [
|
|
@@ -177,14 +177,13 @@
|
|
|
177
177
|
"main": "./dist/index.cjs",
|
|
178
178
|
"module": "./dist/index.mjs",
|
|
179
179
|
"types": "./dist/index.d.cts",
|
|
180
|
-
"
|
|
181
|
-
"files": ["dist", "bin", "files"],
|
|
180
|
+
"files": ["dist", "files"],
|
|
182
181
|
"dependencies": {
|
|
183
182
|
"@babel/types": "^8.0.4",
|
|
184
|
-
"@power-plant/schema": "^0.0.
|
|
185
|
-
"@powerlines/core": "^0.48.
|
|
186
|
-
"@powerlines/engine": "^0.49.
|
|
187
|
-
"@powerlines/unplugin": "^0.0.
|
|
183
|
+
"@power-plant/schema": "^0.0.84",
|
|
184
|
+
"@powerlines/core": "^0.48.122",
|
|
185
|
+
"@powerlines/engine": "^0.49.124",
|
|
186
|
+
"@powerlines/unplugin": "^0.0.170",
|
|
188
187
|
"@storm-software/config": "^1.138.68",
|
|
189
188
|
"@storm-software/config-tools": "^1.190.132",
|
|
190
189
|
"@stryke/convert": "^0.7.39",
|
|
@@ -208,5 +207,5 @@
|
|
|
208
207
|
"undici-types": "^7.29.0"
|
|
209
208
|
},
|
|
210
209
|
"publishConfig": { "access": "public" },
|
|
211
|
-
"gitHead": "
|
|
210
|
+
"gitHead": "32b51a0044bc3c90c2d4d807e940e1ed08054045"
|
|
212
211
|
}
|