@powerlines/plugin-env 0.16.350 → 0.16.351

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.16.350",
3
+ "version": "0.16.351",
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"],
@@ -251,11 +251,11 @@
251
251
  "@babel/core": "^8.0.1",
252
252
  "@babel/types": "^8.0.4",
253
253
  "@power-plant/alloy-js": "^0.0.20",
254
- "@powerlines/core": "^0.48.67",
255
- "@powerlines/plugin-alloy": "^0.26.239",
256
- "@powerlines/plugin-automd": "^0.1.607",
257
- "@powerlines/plugin-babel": "^0.13.142",
258
- "@powerlines/plugin-plugin": "^0.12.558",
254
+ "@powerlines/core": "^0.48.68",
255
+ "@powerlines/plugin-alloy": "^0.26.240",
256
+ "@powerlines/plugin-automd": "^0.1.608",
257
+ "@powerlines/plugin-babel": "^0.13.143",
258
+ "@powerlines/plugin-plugin": "^0.12.559",
259
259
  "@power-plant/schema": "^0.0.22",
260
260
  "@storm-software/config-tools": "^1.190.109",
261
261
  "@stryke/capnp": "^0.12.123",
@@ -271,9 +271,9 @@
271
271
  "automd": "^0.4.3",
272
272
  "c12": "^3.3.4",
273
273
  "defu": "^6.1.7",
274
- "powerlines": "^0.47.146"
274
+ "powerlines": "^0.47.147"
275
275
  },
276
276
  "devDependencies": { "@types/node": "^25.9.5", "vite": "^8.1.5" },
277
277
  "publishConfig": { "access": "public" },
278
- "gitHead": "e86d6fab3bd4d2e2f9f6d05df8df7a07d399857e"
278
+ "gitHead": "af891c3e728ec71f441887e7f1bb92272c6823fe"
279
279
  }