@powerlines/plugin-env 0.14.2 → 0.14.3

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for injecting static .env configuration values to the code so that they're accessible at runtime.",
6
6
  "repository": {
@@ -193,7 +193,7 @@
193
193
  "@alloy-js/markdown": "^0.21.0",
194
194
  "@babel/core": "^7.28.5",
195
195
  "@babel/types": "^7.28.5",
196
- "@powerlines/alloy": "^0.13.1",
196
+ "@powerlines/alloy": "^0.13.2",
197
197
  "@powerlines/plugin-automd": "^0.1.100",
198
198
  "@powerlines/plugin-babel": "^0.12.109",
199
199
  "@powerlines/plugin-plugin": "^0.12.52",
@@ -216,5 +216,5 @@
216
216
  "vite": "8.0.0-beta.2"
217
217
  },
218
218
  "publishConfig": { "access": "public" },
219
- "gitHead": "c41f638b197fc405bae6c2f6e47d7d6c36e52ac6"
219
+ "gitHead": "360ad1df5e4b67f22d9beacededece25dc5145db"
220
220
  }