@powerlines/plugin-env 0.15.150 → 0.15.151

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 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.15.150",
3
+ "version": "0.15.151",
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": {
@@ -298,6 +298,8 @@
298
298
  "typings": "dist/index.d.mts",
299
299
  "files": ["dist/**/*"],
300
300
  "keywords": ["dotenv", "powerlines", "storm-software", "powerlines-plugin"],
301
+ "peerDependencies": { "@powerlines/plugin-alloy": "*" },
302
+ "peerDependenciesMeta": { "@powerlines/plugin-alloy": { "optional": false } },
301
303
  "dependencies": {
302
304
  "@alloy-js/core": "^0.22.0",
303
305
  "@alloy-js/json": "^0.22.0",
@@ -305,10 +307,9 @@
305
307
  "@alloy-js/typescript": "^0.22.0",
306
308
  "@babel/core": "^7.28.6",
307
309
  "@babel/types": "^7.28.6",
308
- "@powerlines/plugin-alloy": "^0.19.22",
309
- "@powerlines/plugin-automd": "^0.1.246",
310
- "@powerlines/plugin-babel": "^0.12.255",
311
- "@powerlines/plugin-plugin": "^0.12.197",
310
+ "@powerlines/plugin-automd": "^0.1.247",
311
+ "@powerlines/plugin-babel": "^0.12.256",
312
+ "@powerlines/plugin-plugin": "^0.12.198",
312
313
  "@storm-software/config-tools": "^1.189.0",
313
314
  "@stryke/capnp": "^0.12.64",
314
315
  "@stryke/env": "^0.20.56",
@@ -318,15 +319,15 @@
318
319
  "@stryke/type-checks": "^0.5.22",
319
320
  "@stryke/types": "^0.10.36",
320
321
  "automd": "^0.4.2",
321
- "powerlines": "^0.38.13"
322
+ "powerlines": "^0.38.14"
322
323
  },
323
324
  "devDependencies": {
324
- "@powerlines/deepkit": "^0.6.26",
325
- "@powerlines/plugin-deepkit": "^0.11.125",
325
+ "@powerlines/deepkit": "^0.6.27",
326
+ "@powerlines/plugin-deepkit": "^0.11.126",
326
327
  "@types/node": "^24.10.9",
327
328
  "vite": "8.0.0-beta.2"
328
329
  },
329
330
  "publishConfig": { "access": "public" },
330
331
  "types": "./dist/index.d.cts",
331
- "gitHead": "b2ecfb2756a1137c3006b09c1e8f8a60a346d1ad"
332
+ "gitHead": "1acb301f822c9c1e37ac7dfeed3c2253b1f16b3e"
332
333
  }