powerlines 0.36.10 → 0.36.11
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 +2 -2
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.36.
|
|
3
|
+
"version": "0.36.11",
|
|
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": {
|
|
@@ -630,5 +630,5 @@
|
|
|
630
630
|
"undici-types": "^7.16.0"
|
|
631
631
|
},
|
|
632
632
|
"publishConfig": { "access": "public" },
|
|
633
|
-
"gitHead": "
|
|
633
|
+
"gitHead": "298fe30390297c676ffd571284b2b62f10d8ecc9"
|
|
634
634
|
}
|