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