powerlines 0.47.7 → 0.47.9
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 +5 -5
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.9",
|
|
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,9 +120,9 @@
|
|
|
120
120
|
"files": ["dist", "files"],
|
|
121
121
|
"dependencies": {
|
|
122
122
|
"@babel/types": "8.0.0-rc.5",
|
|
123
|
-
"@powerlines/core": "^0.9.
|
|
124
|
-
"@powerlines/engine": "^0.9.
|
|
125
|
-
"@powerlines/unplugin": "^0.0.
|
|
123
|
+
"@powerlines/core": "^0.9.4",
|
|
124
|
+
"@powerlines/engine": "^0.9.4",
|
|
125
|
+
"@powerlines/unplugin": "^0.0.5",
|
|
126
126
|
"@storm-software/config": "^1.137.35",
|
|
127
127
|
"@storm-software/config-tools": "^1.190.2",
|
|
128
128
|
"@stryke/fs": "^0.33.75",
|
|
@@ -140,5 +140,5 @@
|
|
|
140
140
|
},
|
|
141
141
|
"publishConfig": { "access": "public" },
|
|
142
142
|
"bin": { "powerlines": "./bin/bin.mjs" },
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "d4a8d246daab3521b23879104d876fabbdbfecc7"
|
|
144
144
|
}
|