powerlines 0.23.5 → 0.23.6
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/package.json +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerlines",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.6",
|
|
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": {
|
|
@@ -538,12 +538,11 @@
|
|
|
538
538
|
"jest-worker": "^30.2.0",
|
|
539
539
|
"jiti": "^2.6.1",
|
|
540
540
|
"magic-string": "^0.30.21",
|
|
541
|
-
"nanotar": "^0.2.0",
|
|
542
|
-
"oxc-parser": "^0.95.0",
|
|
543
541
|
"prettier": "^3.6.2",
|
|
544
542
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
545
543
|
"ts-morph": "^27.0.2",
|
|
546
544
|
"unimport": "^5.5.0",
|
|
545
|
+
"memfs": "^4.51.0",
|
|
547
546
|
"unionfs": "^4.6.0",
|
|
548
547
|
"unplugin": "^2.3.10",
|
|
549
548
|
"unstorage": "^1.17.2",
|
|
@@ -562,11 +561,10 @@
|
|
|
562
561
|
"@types/node": "^24.10.1",
|
|
563
562
|
"@types/semver": "^7.7.1",
|
|
564
563
|
"eslint": "^9.39.1",
|
|
565
|
-
"memfs": "^4.51.0",
|
|
566
564
|
"minimatch": "^10.1.1",
|
|
567
565
|
"tsup": "8.4.0",
|
|
568
566
|
"typescript": "^5.9.3"
|
|
569
567
|
},
|
|
570
568
|
"publishConfig": { "access": "public" },
|
|
571
|
-
"gitHead": "
|
|
569
|
+
"gitHead": "2913d05aa8b2c037dea4882b7f5448073e731430"
|
|
572
570
|
}
|