@powerlines/plugin-env 0.15.156 → 0.15.157

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.156",
3
+ "version": "0.15.157",
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": {
@@ -305,10 +305,10 @@
305
305
  "@alloy-js/typescript": "^0.22.0",
306
306
  "@babel/core": "^7.28.6",
307
307
  "@babel/types": "^7.28.6",
308
- "@powerlines/plugin-alloy": "^0.19.28",
309
- "@powerlines/plugin-automd": "^0.1.250",
310
- "@powerlines/plugin-babel": "^0.12.259",
311
- "@powerlines/plugin-plugin": "^0.12.201",
308
+ "@powerlines/plugin-alloy": "^0.19.29",
309
+ "@powerlines/plugin-automd": "^0.1.251",
310
+ "@powerlines/plugin-babel": "^0.12.260",
311
+ "@powerlines/plugin-plugin": "^0.12.202",
312
312
  "@storm-software/config-tools": "^1.189.0",
313
313
  "@stryke/capnp": "^0.12.64",
314
314
  "@stryke/env": "^0.20.56",
@@ -318,15 +318,15 @@
318
318
  "@stryke/type-checks": "^0.5.22",
319
319
  "@stryke/types": "^0.10.36",
320
320
  "automd": "^0.4.3",
321
- "powerlines": "^0.38.17"
321
+ "powerlines": "^0.38.18"
322
322
  },
323
323
  "devDependencies": {
324
- "@powerlines/deepkit": "^0.6.30",
325
- "@powerlines/plugin-deepkit": "^0.11.129",
324
+ "@powerlines/deepkit": "^0.6.31",
325
+ "@powerlines/plugin-deepkit": "^0.11.130",
326
326
  "@types/node": "^24.10.9",
327
327
  "vite": "8.0.0-beta.2"
328
328
  },
329
329
  "publishConfig": { "access": "public" },
330
330
  "types": "./dist/index.d.cts",
331
- "gitHead": "a05050df10e580c04a4dd6c795d7ef29ff6eb0cf"
331
+ "gitHead": "e29af8437f93d198bc9f140cd38a6a06b1634508"
332
332
  }