powerlines 0.47.20 → 0.47.22
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 +8 -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.22",
|
|
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": [
|
|
@@ -120,11 +120,11 @@
|
|
|
120
120
|
"files": ["dist", "files"],
|
|
121
121
|
"dependencies": {
|
|
122
122
|
"@babel/types": "8.0.0-rc.5",
|
|
123
|
-
"@powerlines/core": "^0.
|
|
124
|
-
"@powerlines/engine": "^0.
|
|
125
|
-
"@powerlines/unplugin": "^0.0.
|
|
126
|
-
"@storm-software/config": "^1.137.
|
|
127
|
-
"@storm-software/config-tools": "^1.190.
|
|
123
|
+
"@powerlines/core": "^0.15.3",
|
|
124
|
+
"@powerlines/engine": "^0.15.3",
|
|
125
|
+
"@powerlines/unplugin": "^0.0.18",
|
|
126
|
+
"@storm-software/config": "^1.137.52",
|
|
127
|
+
"@storm-software/config-tools": "^1.190.20",
|
|
128
128
|
"@stryke/fs": "^0.33.76",
|
|
129
129
|
"@stryke/convert": "^0.7.7",
|
|
130
130
|
"@stryke/env": "^0.20.93",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"unplugin": "^3.0.0"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
|
-
"@storm-software/testing-tools": "^1.119.
|
|
135
|
+
"@storm-software/testing-tools": "^1.119.173",
|
|
136
136
|
"@stryke/types": "^0.12.4",
|
|
137
137
|
"@types/node": "^25.8.0",
|
|
138
138
|
"typescript": "^6.0.3",
|
|
@@ -140,5 +140,5 @@
|
|
|
140
140
|
},
|
|
141
141
|
"publishConfig": { "access": "public" },
|
|
142
142
|
"bin": { "powerlines": "./bin/bin.mjs" },
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "c4aaa370bc05ef2f3813ab165af0ae347657c63d"
|
|
144
144
|
}
|