@powerlines/plugin-alloy 0.26.299 → 0.26.300

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.26.299",
3
+ "version": "0.26.300",
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",
@@ -326,5 +326,5 @@
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": "32b51a0044bc3c90c2d4d807e940e1ed08054045"
329
+ "gitHead": "eabc3209995d53da66ca2eb5e83596634a3a9964"
330
330
  }