@powerlines/plugin-alloy 0.25.39 → 0.25.41
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-alloy",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.41",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing various Alloy framework components and helper utilities.",
|
|
6
6
|
"repository": {
|
|
@@ -809,28 +809,28 @@
|
|
|
809
809
|
"@alloy-js/json": "0.23.0-dev.2",
|
|
810
810
|
"@alloy-js/markdown": "0.23.0-dev.1",
|
|
811
811
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
812
|
-
"@powerlines/deepkit": "^0.6.
|
|
813
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
814
|
-
"@storm-software/config-tools": "1.189.
|
|
815
|
-
"@stryke/capnp": "^0.12.
|
|
812
|
+
"@powerlines/deepkit": "^0.6.134",
|
|
813
|
+
"@powerlines/plugin-babel": "^0.12.357",
|
|
814
|
+
"@storm-software/config-tools": "^1.189.31",
|
|
815
|
+
"@stryke/capnp": "^0.12.87",
|
|
816
816
|
"@stryke/convert": "^0.6.54",
|
|
817
|
-
"@stryke/fs": "^0.33.
|
|
817
|
+
"@stryke/fs": "^0.33.61",
|
|
818
818
|
"@stryke/helpers": "^0.10.4",
|
|
819
819
|
"@stryke/json": "^0.14.8",
|
|
820
820
|
"@stryke/path": "^0.27.0",
|
|
821
821
|
"@stryke/string-format": "^0.17.4",
|
|
822
822
|
"@stryke/type-checks": "^0.5.39",
|
|
823
823
|
"@stryke/types": "^0.10.53",
|
|
824
|
-
"@stryke/unique-id": "^0.3.
|
|
824
|
+
"@stryke/unique-id": "^0.3.72",
|
|
825
825
|
"defu": "^6.1.4",
|
|
826
|
-
"powerlines": "^0.41.
|
|
826
|
+
"powerlines": "^0.41.20",
|
|
827
827
|
"prettier": "^3.8.1",
|
|
828
828
|
"unctx": "^2.5.0"
|
|
829
829
|
},
|
|
830
830
|
"devDependencies": {
|
|
831
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
831
|
+
"@powerlines/plugin-plugin": "^0.12.306",
|
|
832
832
|
"@types/node": "^25.5.0"
|
|
833
833
|
},
|
|
834
834
|
"publishConfig": { "access": "public" },
|
|
835
|
-
"gitHead": "
|
|
835
|
+
"gitHead": "35de1fedab5f201f37c40614247597978a213844"
|
|
836
836
|
}
|