@power-plant/alloy-js 0.0.23 → 0.0.25

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-plant/alloy-js",
3
- "version": "0.0.23",
3
+ "version": "0.0.25",
4
4
  "private": false,
5
5
  "description": "A Power Plant generator for using Alloy JS to generate source code.",
6
6
  "keywords": [
@@ -883,9 +883,9 @@
883
883
  "@alloy-js/json": "^0.24.0",
884
884
  "@alloy-js/markdown": "^0.24.0",
885
885
  "@alloy-js/typescript": "^0.24.0",
886
- "@power-plant/core": "^0.0.26",
887
- "@power-plant/schema": "^0.0.25",
888
- "@power-plant/noop-output": "^0.0.5",
886
+ "@power-plant/core": "^0.0.28",
887
+ "@power-plant/schema": "^0.0.27",
888
+ "@power-plant/noop-output": "^0.0.7",
889
889
  "@stryke/convert": "^0.7.27",
890
890
  "@stryke/helpers": "^0.10.36",
891
891
  "@stryke/path": "^0.29.23",
@@ -899,13 +899,13 @@
899
899
  "@alloy-js/babel-preset": "^0.3.0",
900
900
  "@babel/core": "^8.0.1",
901
901
  "@babel/preset-typescript": "^8.0.1",
902
- "@powerlines/plugin-babel": "^0.13.145",
903
- "@powerlines/plugin-tsdown": "^0.1.550",
902
+ "@powerlines/plugin-babel": "^0.13.146",
903
+ "@powerlines/plugin-tsdown": "^0.1.551",
904
904
  "@types/node": "^25.9.5",
905
- "powerlines": "^0.47.149"
905
+ "powerlines": "^0.47.150"
906
906
  },
907
907
  "peerDependencies": { "@alloy-js/babel-preset": ">=0.3.0" },
908
908
  "peerDependenciesMeta": { "@alloy-js/babel-preset": { "optional": false } },
909
909
  "publishConfig": { "access": "public" },
910
- "gitHead": "912dc0dddcd04e268dd977d47e92f33df24b6a33"
910
+ "gitHead": "bffc1c94df9b5df1a071759e31324755b7c93a73"
911
911
  }