powerlines 0.24.1 → 0.24.2
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerlines",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.2",
|
|
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": {
|
|
@@ -513,17 +513,17 @@
|
|
|
513
513
|
"@storm-software/esbuild": "^0.53.48",
|
|
514
514
|
"@storm-software/tsup": "^0.2.46",
|
|
515
515
|
"@storm-software/unbuild": "^0.57.48",
|
|
516
|
-
"@stryke/capnp": "^0.12.
|
|
516
|
+
"@stryke/capnp": "^0.12.25",
|
|
517
517
|
"@stryke/convert": "^0.6.5",
|
|
518
|
-
"@stryke/env": "^0.20.
|
|
519
|
-
"@stryke/fs": "^0.33.
|
|
520
|
-
"@stryke/hash": "^0.12.
|
|
518
|
+
"@stryke/env": "^0.20.18",
|
|
519
|
+
"@stryke/fs": "^0.33.1",
|
|
520
|
+
"@stryke/hash": "^0.12.7",
|
|
521
521
|
"@stryke/helpers": "^0.9.7",
|
|
522
522
|
"@stryke/json": "^0.9.8",
|
|
523
523
|
"@stryke/path": "^0.20.0",
|
|
524
524
|
"@stryke/string-format": "^0.12.5",
|
|
525
525
|
"@stryke/type-checks": "^0.3.15",
|
|
526
|
-
"@stryke/unique-id": "^0.3.
|
|
526
|
+
"@stryke/unique-id": "^0.3.12",
|
|
527
527
|
"@typescript-eslint/utils": "^8.47.0",
|
|
528
528
|
"babel-dead-code-elimination": "^1.0.10",
|
|
529
529
|
"babel-plugin-parameter-decorator": "^1.0.16",
|
|
@@ -568,5 +568,5 @@
|
|
|
568
568
|
"typescript": "^5.9.3"
|
|
569
569
|
},
|
|
570
570
|
"publishConfig": { "access": "public" },
|
|
571
|
-
"gitHead": "
|
|
571
|
+
"gitHead": "c48cb70531cf391e7bd950459d4f319f58e52f5b"
|
|
572
572
|
}
|