powerlines 0.36.14 → 0.36.16
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.36.
|
|
3
|
+
"version": "0.36.16",
|
|
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": {
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
"@stryke/string-format": "^0.12.29",
|
|
588
588
|
"@stryke/type-checks": "^0.5.14",
|
|
589
589
|
"@stryke/unique-id": "^0.3.37",
|
|
590
|
-
"@typescript-eslint/utils": "^8.
|
|
590
|
+
"@typescript-eslint/utils": "^8.51.0",
|
|
591
591
|
"babel-dead-code-elimination": "^1.0.11",
|
|
592
592
|
"babel-plugin-parameter-decorator": "^1.0.16",
|
|
593
593
|
"bundle-require": "^5.1.0",
|
|
@@ -631,5 +631,5 @@
|
|
|
631
631
|
"undici-types": "^7.16.0"
|
|
632
632
|
},
|
|
633
633
|
"publishConfig": { "access": "public" },
|
|
634
|
-
"gitHead": "
|
|
634
|
+
"gitHead": "d81b9da2628c49a75e654462be7062599d2c6441"
|
|
635
635
|
}
|