@powerlines/plugin-env 0.16.350 → 0.16.353

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 +10 -10
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.353",
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,13 +250,13 @@
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.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",
259
- "@power-plant/schema": "^0.0.22",
253
+ "@power-plant/alloy-js": "^0.0.21",
254
+ "@powerlines/core": "^0.48.70",
255
+ "@powerlines/plugin-alloy": "^0.26.242",
256
+ "@powerlines/plugin-automd": "^0.1.610",
257
+ "@powerlines/plugin-babel": "^0.13.145",
258
+ "@powerlines/plugin-plugin": "^0.12.561",
259
+ "@power-plant/schema": "^0.0.23",
260
260
  "@storm-software/config-tools": "^1.190.109",
261
261
  "@stryke/capnp": "^0.12.123",
262
262
  "@stryke/convert": "^0.7.27",
@@ -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.149"
275
275
  },
276
276
  "devDependencies": { "@types/node": "^25.9.5", "vite": "^8.1.5" },
277
277
  "publishConfig": { "access": "public" },
278
- "gitHead": "e86d6fab3bd4d2e2f9f6d05df8df7a07d399857e"
278
+ "gitHead": "b23131ed7f43f5fccd8cc60c299325a25d085edb"
279
279
  }