powerlines 0.47.122 → 0.47.123
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 +3 -3
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.123",
|
|
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": [
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"@babel/types": "8.0.0-rc.6",
|
|
176
176
|
"@powerlines/core": "^0.48.45",
|
|
177
177
|
"@powerlines/engine": "^0.49.47",
|
|
178
|
-
"@powerlines/schema": "^0.11.
|
|
178
|
+
"@powerlines/schema": "^0.11.105",
|
|
179
179
|
"@powerlines/unplugin": "^0.0.93",
|
|
180
180
|
"@storm-software/config": "^1.137.72",
|
|
181
181
|
"@storm-software/config-tools": "^1.190.40",
|
|
@@ -193,5 +193,5 @@
|
|
|
193
193
|
"undici-types": "^7.27.0"
|
|
194
194
|
},
|
|
195
195
|
"publishConfig": { "access": "public" },
|
|
196
|
-
"gitHead": "
|
|
196
|
+
"gitHead": "f8de1000ffda8a49be7fccbb6f53890449f7bdd3"
|
|
197
197
|
}
|