@powerlines/plugin-env 0.13.98 → 0.13.99

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.13.98",
3
+ "version": "0.13.99",
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": {
@@ -192,7 +192,7 @@
192
192
  "@alloy-js/markdown": "^0.21.0",
193
193
  "@babel/core": "^7.28.5",
194
194
  "@babel/types": "^7.28.5",
195
- "@powerlines/alloy": "^0.11.101",
195
+ "@powerlines/alloy": "^0.11.102",
196
196
  "@powerlines/plugin-babel": "^0.12.101",
197
197
  "@powerlines/plugin-plugin": "^0.12.44",
198
198
  "@storm-software/config-tools": "^1.188.73",
@@ -214,5 +214,5 @@
214
214
  "vite": "8.0.0-beta.2"
215
215
  },
216
216
  "publishConfig": { "access": "public" },
217
- "gitHead": "b2222b4984e94db4850cdeda830206c8f1946395"
217
+ "gitHead": "2f0ec16cbf83221dde440cd38765491c048b4509"
218
218
  }