@powerlines/plugin-env 0.16.356 → 0.16.358

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.16.356",
3
+ "version": "0.16.358",
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"],
@@ -250,14 +250,14 @@
250
250
  "@alloy-js/typescript": "^0.24.0",
251
251
  "@babel/core": "^8.0.1",
252
252
  "@babel/types": "^8.0.4",
253
- "@power-plant/alloy-js": "^0.0.26",
254
- "@power-plant/schema": "^0.0.28",
255
- "@powerlines/core": "^0.48.73",
256
- "@powerlines/plugin-alloy": "^0.26.245",
257
- "@powerlines/plugin-automd": "^0.1.613",
258
- "@powerlines/plugin-babel": "^0.13.148",
259
- "@powerlines/plugin-plugin": "^0.12.564",
260
- "@powerlines/plugin-power-plant": "^0.1.8",
253
+ "@power-plant/alloy-js": "^0.0.29",
254
+ "@power-plant/schema": "^0.0.31",
255
+ "@powerlines/core": "^0.48.75",
256
+ "@powerlines/plugin-alloy": "^0.26.247",
257
+ "@powerlines/plugin-automd": "^0.1.615",
258
+ "@powerlines/plugin-babel": "^0.13.150",
259
+ "@powerlines/plugin-plugin": "^0.12.566",
260
+ "@powerlines/plugin-power-plant": "^0.1.10",
261
261
  "@storm-software/config-tools": "^1.190.109",
262
262
  "@stryke/capnp": "^0.12.123",
263
263
  "@stryke/convert": "^0.7.27",
@@ -272,9 +272,9 @@
272
272
  "automd": "^0.4.3",
273
273
  "c12": "^3.3.4",
274
274
  "defu": "^6.1.7",
275
- "powerlines": "^0.47.152"
275
+ "powerlines": "^0.47.154"
276
276
  },
277
277
  "devDependencies": { "@types/node": "^25.9.5", "vite": "^8.1.5" },
278
278
  "publishConfig": { "access": "public" },
279
- "gitHead": "3e4e7c47c3c0e6ec6f3b7bd38dcbbde96404b3f4"
279
+ "gitHead": "abf29d71c4399767c84c1571fa39fb291ed39e60"
280
280
  }