powerlines 0.47.119 → 0.47.121
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 +6 -6
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.121",
|
|
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": [
|
|
@@ -173,10 +173,10 @@
|
|
|
173
173
|
"files": ["dist", "files"],
|
|
174
174
|
"dependencies": {
|
|
175
175
|
"@babel/types": "8.0.0-rc.6",
|
|
176
|
-
"@powerlines/core": "^0.48.
|
|
177
|
-
"@powerlines/engine": "^0.49.
|
|
178
|
-
"@powerlines/schema": "^0.11.
|
|
179
|
-
"@powerlines/unplugin": "^0.0.
|
|
176
|
+
"@powerlines/core": "^0.48.45",
|
|
177
|
+
"@powerlines/engine": "^0.49.47",
|
|
178
|
+
"@powerlines/schema": "^0.11.103",
|
|
179
|
+
"@powerlines/unplugin": "^0.0.93",
|
|
180
180
|
"@storm-software/config": "^1.137.72",
|
|
181
181
|
"@storm-software/config-tools": "^1.190.40",
|
|
182
182
|
"@stryke/convert": "^0.7.15",
|
|
@@ -193,5 +193,5 @@
|
|
|
193
193
|
"undici-types": "^7.27.0"
|
|
194
194
|
},
|
|
195
195
|
"publishConfig": { "access": "public" },
|
|
196
|
-
"gitHead": "
|
|
196
|
+
"gitHead": "bdfa278eecd08da55ded957cf92b0c705fb1cfd9"
|
|
197
197
|
}
|