@powerlines/plugin-alloy 0.26.308 → 0.26.309

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.26.308",
3
+ "version": "0.26.309",
4
4
  "description": "A Powerlines plugin to generate project code using Alloy JS via Power Plant.",
5
5
  "keywords": ["alloy-js", "powerlines", "powerlines-plugin"],
6
6
  "homepage": "https://stormsoftware.com",
@@ -302,11 +302,11 @@
302
302
  "@alloy-js/core": "^0.24.1",
303
303
  "@alloy-js/typescript": "^0.24.0",
304
304
  "@babel/preset-typescript": "^8.0.1",
305
- "@power-plant/alloy-js": "^0.0.86",
306
- "@power-plant/core": "^0.0.89",
307
- "@power-plant/schema": "^0.0.87",
308
- "@powerlines/plugin-babel": "^0.13.207",
309
- "@powerlines/plugin-power-plant": "^0.1.67",
305
+ "@power-plant/alloy-js": "^0.0.87",
306
+ "@power-plant/core": "^0.0.90",
307
+ "@power-plant/schema": "^0.0.88",
308
+ "@powerlines/plugin-babel": "^0.13.208",
309
+ "@powerlines/plugin-power-plant": "^0.1.68",
310
310
  "@storm-software/config-tools": "^1.190.133",
311
311
  "@stryke/capnp": "^0.12.137",
312
312
  "@stryke/convert": "^0.7.39",
@@ -316,15 +316,15 @@
316
316
  "@stryke/string-format": "^0.17.50",
317
317
  "@stryke/type-checks": "^0.6.41",
318
318
  "defu": "^6.1.7",
319
- "powerlines": "^0.47.210"
319
+ "powerlines": "^0.47.211"
320
320
  },
321
321
  "devDependencies": {
322
322
  "@alloy-js/babel-preset": "^0.3.0",
323
- "@powerlines/plugin-plugin": "^0.12.623",
323
+ "@powerlines/plugin-plugin": "^0.12.624",
324
324
  "@types/node": "^25.9.5"
325
325
  },
326
326
  "peerDependencies": { "@alloy-js/babel-preset": ">=0.3.0" },
327
327
  "peerDependenciesMeta": { "@alloy-js/babel-preset": { "optional": false } },
328
328
  "publishConfig": { "access": "public" },
329
- "gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
329
+ "gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
330
330
  }