@powerlines/plugin-alloy 0.26.29 → 0.26.30
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 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-alloy",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.30",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing various Alloy framework components and helper utilities.",
|
|
6
6
|
"repository": {
|
|
@@ -902,14 +902,13 @@
|
|
|
902
902
|
"files": ["dist/**/*"],
|
|
903
903
|
"keywords": ["alloy-js", "powerlines", "storm-software", "powerlines-plugin"],
|
|
904
904
|
"dependencies": {
|
|
905
|
-
"@babel/preset-typescript": "8.0.0-rc.3",
|
|
906
905
|
"@alloy-js/babel-preset": "^0.2.1",
|
|
907
906
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
908
907
|
"@alloy-js/json": "0.23.0-dev.2",
|
|
909
908
|
"@alloy-js/markdown": "0.23.0-dev.1",
|
|
910
909
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
911
|
-
"@powerlines/deepkit": "^0.8.
|
|
912
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
910
|
+
"@powerlines/deepkit": "^0.8.14",
|
|
911
|
+
"@powerlines/plugin-babel": "^0.12.406",
|
|
913
912
|
"@storm-software/config-tools": "^1.189.77",
|
|
914
913
|
"@stryke/capnp": "^0.12.92",
|
|
915
914
|
"@stryke/convert": "^0.6.58",
|
|
@@ -922,14 +921,14 @@
|
|
|
922
921
|
"@stryke/types": "^0.11.3",
|
|
923
922
|
"@stryke/unique-id": "^0.3.77",
|
|
924
923
|
"defu": "^6.1.7",
|
|
925
|
-
"powerlines": "^0.43.
|
|
924
|
+
"powerlines": "^0.43.11",
|
|
926
925
|
"prettier": "^3.8.3",
|
|
927
926
|
"unctx": "^2.5.0"
|
|
928
927
|
},
|
|
929
928
|
"devDependencies": {
|
|
930
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
929
|
+
"@powerlines/plugin-plugin": "^0.12.363",
|
|
931
930
|
"@types/node": "^25.6.0"
|
|
932
931
|
},
|
|
933
932
|
"publishConfig": { "access": "public" },
|
|
934
|
-
"gitHead": "
|
|
933
|
+
"gitHead": "6b78d31f98cb071ea12c8f80802b33be0ba8a3da"
|
|
935
934
|
}
|