@powerlines/plugin-alloy 0.26.31 → 0.26.32

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.26.31",
3
+ "version": "0.26.32",
4
4
  "type": "module",
5
5
  "description": "A package containing various Alloy framework components and helper utilities.",
6
6
  "repository": {
@@ -907,8 +907,8 @@
907
907
  "@alloy-js/json": "0.23.0-dev.2",
908
908
  "@alloy-js/markdown": "0.23.0-dev.1",
909
909
  "@alloy-js/typescript": "0.23.0-dev.4",
910
- "@powerlines/deepkit": "^0.8.15",
911
- "@powerlines/plugin-babel": "^0.12.407",
910
+ "@powerlines/deepkit": "^0.8.16",
911
+ "@powerlines/plugin-babel": "^0.12.408",
912
912
  "@storm-software/config-tools": "^1.189.77",
913
913
  "@stryke/capnp": "^0.12.92",
914
914
  "@stryke/convert": "^0.6.58",
@@ -921,14 +921,14 @@
921
921
  "@stryke/types": "^0.11.3",
922
922
  "@stryke/unique-id": "^0.3.77",
923
923
  "defu": "^6.1.7",
924
- "powerlines": "^0.43.12",
924
+ "powerlines": "^0.43.13",
925
925
  "prettier": "^3.8.3",
926
926
  "unctx": "^2.5.0"
927
927
  },
928
928
  "devDependencies": {
929
- "@powerlines/plugin-plugin": "^0.12.364",
929
+ "@powerlines/plugin-plugin": "^0.12.365",
930
930
  "@types/node": "^25.6.0"
931
931
  },
932
932
  "publishConfig": { "access": "public" },
933
- "gitHead": "38520490a931e823de74962179f663502a83c4ea"
933
+ "gitHead": "0c2f5f829943ca0b5927d7c337bb5ef55df985ed"
934
934
  }