powerlines 0.31.2 → 0.31.3
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/nuxt.cjs +1 -1
- package/dist/nuxt.js +1 -1
- package/package.json +4 -4
package/dist/nuxt.cjs
CHANGED
package/dist/nuxt.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerlines",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The \"any framework\" framework that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
|
|
6
6
|
"repository": {
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
"tsup": "8.4.0",
|
|
516
516
|
"unbuild": "^3.5.0",
|
|
517
517
|
"unloader": "^0.5.0",
|
|
518
|
-
"vite": "^
|
|
518
|
+
"vite": "^8.0.0-beta.2",
|
|
519
519
|
"webpack": "^5.101.3",
|
|
520
520
|
"webpack-cli": "^6.0.1"
|
|
521
521
|
},
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
"ts-morph": "^27.0.2",
|
|
610
610
|
"unimport": "^5.6.0",
|
|
611
611
|
"unplugin": "3.0.0-beta.3",
|
|
612
|
-
"vite": "8.0.0-beta.
|
|
612
|
+
"vite": "8.0.0-beta.2"
|
|
613
613
|
},
|
|
614
614
|
"devDependencies": {
|
|
615
615
|
"@microsoft/tsdoc": "^0.15.1",
|
|
@@ -631,5 +631,5 @@
|
|
|
631
631
|
"undici-types": "^7.16.0"
|
|
632
632
|
},
|
|
633
633
|
"publishConfig": { "access": "public" },
|
|
634
|
-
"gitHead": "
|
|
634
|
+
"gitHead": "289cb434f51a739778cf6e9893663e4af0f0fdc0"
|
|
635
635
|
}
|