@powerlines/plugin-env 0.15.137 → 0.15.139

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.15.137",
3
+ "version": "0.15.139",
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": {
@@ -369,10 +369,10 @@
369
369
  "@alloy-js/typescript": "^0.22.0",
370
370
  "@babel/core": "^7.28.6",
371
371
  "@babel/types": "^7.28.6",
372
- "@powerlines/plugin-alloy": "^0.19.9",
373
- "@powerlines/plugin-automd": "^0.1.234",
374
- "@powerlines/plugin-babel": "^0.12.243",
375
- "@powerlines/plugin-plugin": "^0.12.185",
372
+ "@powerlines/plugin-alloy": "^0.19.11",
373
+ "@powerlines/plugin-automd": "^0.1.236",
374
+ "@powerlines/plugin-babel": "^0.12.245",
375
+ "@powerlines/plugin-plugin": "^0.12.187",
376
376
  "@storm-software/config-tools": "^1.189.0",
377
377
  "@stryke/capnp": "^0.12.64",
378
378
  "@stryke/env": "^0.20.56",
@@ -382,15 +382,15 @@
382
382
  "@stryke/type-checks": "^0.5.22",
383
383
  "@stryke/types": "^0.10.36",
384
384
  "automd": "^0.4.2",
385
- "powerlines": "^0.38.1"
385
+ "powerlines": "^0.38.3"
386
386
  },
387
387
  "devDependencies": {
388
- "@powerlines/deepkit": "^0.6.14",
389
- "@powerlines/plugin-deepkit": "^0.11.113",
388
+ "@powerlines/deepkit": "^0.6.16",
389
+ "@powerlines/plugin-deepkit": "^0.11.115",
390
390
  "@types/node": "^24.10.9",
391
391
  "vite": "8.0.0-beta.2"
392
392
  },
393
393
  "publishConfig": { "access": "public" },
394
394
  "types": "./dist/index.d.cts",
395
- "gitHead": "2a4d9ef63cc29e4551fa9f680ea63874c7f48d2d"
395
+ "gitHead": "a5c1d0cb405fe1441c68a370c1923f3d0c658de0"
396
396
  }