@powerlines/plugin-alloy 0.25.62 → 0.25.63
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-alloy",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.63",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing various Alloy framework components and helper utilities.",
|
|
6
6
|
"repository": {
|
|
@@ -809,8 +809,8 @@
|
|
|
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.
|
|
812
|
+
"@powerlines/deepkit": "^0.6.155",
|
|
813
|
+
"@powerlines/plugin-babel": "^0.12.374",
|
|
814
814
|
"@storm-software/config-tools": "^1.189.46",
|
|
815
815
|
"@stryke/capnp": "^0.12.89",
|
|
816
816
|
"@stryke/convert": "^0.6.56",
|
|
@@ -823,14 +823,14 @@
|
|
|
823
823
|
"@stryke/types": "^0.11.1",
|
|
824
824
|
"@stryke/unique-id": "^0.3.74",
|
|
825
825
|
"defu": "^6.1.4",
|
|
826
|
-
"powerlines": "^0.42.
|
|
826
|
+
"powerlines": "^0.42.17",
|
|
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.327",
|
|
832
832
|
"@types/node": "^25.5.0"
|
|
833
833
|
},
|
|
834
834
|
"publishConfig": { "access": "public" },
|
|
835
|
-
"gitHead": "
|
|
835
|
+
"gitHead": "eb9b2f3872a25a93d62a1c93c7a0af5fb600a999"
|
|
836
836
|
}
|