@powerlines/plugin-env 0.16.65 → 0.16.66

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.16.65",
3
+ "version": "0.16.66",
4
4
  "private": false,
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
  "keywords": ["dotenv", "powerlines", "storm-software", "powerlines-plugin"],
@@ -306,7 +306,7 @@
306
306
  "@alloy-js/typescript": "0.23.0-dev.4",
307
307
  "@babel/core": "^7.29.0",
308
308
  "@babel/types": "^7.29.0",
309
- "@powerlines/plugin-alloy": "^0.25.30",
309
+ "@powerlines/plugin-alloy": "^0.25.31",
310
310
  "@powerlines/plugin-automd": "^0.1.346",
311
311
  "@powerlines/plugin-babel": "^0.12.349",
312
312
  "@powerlines/plugin-plugin": "^0.12.297",
@@ -347,5 +347,5 @@
347
347
  "rc9": "2.1.2",
348
348
  "tinyexec": "1.0.2"
349
349
  },
350
- "gitHead": "c13dc78b9ef6d6418df534f4ea7181162d06ff1d"
350
+ "gitHead": "0398cc144640f51f1ff5b6f7c548728d47c571d3"
351
351
  }