powerlines 0.37.16 → 0.37.17
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 +3 -3
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.37.
|
|
3
|
+
"version": "0.37.17",
|
|
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": {
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
"@types/babel__traverse": "^7.28.0",
|
|
652
652
|
"@types/bun": "^1.3.5",
|
|
653
653
|
"@types/diff-match-patch": "^1.0.36",
|
|
654
|
-
"@types/node": "^24.10.
|
|
654
|
+
"@types/node": "^24.10.7",
|
|
655
655
|
"@types/semver": "^7.7.1",
|
|
656
656
|
"bun-types-no-globals": "^1.3.4",
|
|
657
657
|
"eslint": "^9.39.2",
|
|
@@ -662,5 +662,5 @@
|
|
|
662
662
|
"undici-types": "^7.18.2"
|
|
663
663
|
},
|
|
664
664
|
"publishConfig": { "access": "public" },
|
|
665
|
-
"gitHead": "
|
|
665
|
+
"gitHead": "a79fd1544ec0410f9b6a2122bddf0edf2bf2e4c2"
|
|
666
666
|
}
|