@powerlines/plugin-env 0.15.147 → 0.15.148

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.147",
3
+ "version": "0.15.148",
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": {
@@ -313,10 +313,10 @@
313
313
  "@alloy-js/typescript": "^0.22.0",
314
314
  "@babel/core": "^7.28.6",
315
315
  "@babel/types": "^7.28.6",
316
- "@powerlines/plugin-alloy": "^0.19.19",
317
- "@powerlines/plugin-automd": "^0.1.244",
318
- "@powerlines/plugin-babel": "^0.12.253",
319
- "@powerlines/plugin-plugin": "^0.12.195",
316
+ "@powerlines/plugin-alloy": "^0.19.20",
317
+ "@powerlines/plugin-automd": "^0.1.245",
318
+ "@powerlines/plugin-babel": "^0.12.254",
319
+ "@powerlines/plugin-plugin": "^0.12.196",
320
320
  "@storm-software/config-tools": "^1.189.0",
321
321
  "@stryke/capnp": "^0.12.64",
322
322
  "@stryke/env": "^0.20.56",
@@ -326,15 +326,15 @@
326
326
  "@stryke/type-checks": "^0.5.22",
327
327
  "@stryke/types": "^0.10.36",
328
328
  "automd": "^0.4.2",
329
- "powerlines": "^0.38.11"
329
+ "powerlines": "^0.38.12"
330
330
  },
331
331
  "devDependencies": {
332
- "@powerlines/deepkit": "^0.6.24",
333
- "@powerlines/plugin-deepkit": "^0.11.123",
332
+ "@powerlines/deepkit": "^0.6.25",
333
+ "@powerlines/plugin-deepkit": "^0.11.124",
334
334
  "@types/node": "^24.10.9",
335
335
  "vite": "8.0.0-beta.2"
336
336
  },
337
337
  "publishConfig": { "access": "public" },
338
338
  "types": "./dist/index.d.cts",
339
- "gitHead": "f38aa788861cbadf0aca9372e67c7a2bf58201ba"
339
+ "gitHead": "593d317569f35a77399c3c2f558bfa0103eae988"
340
340
  }