@powerlines/plugin-env 0.16.293 → 0.16.295

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 +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.16.293",
3
+ "version": "0.16.295",
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"],
@@ -362,27 +362,27 @@
362
362
  "@alloy-js/typescript": "^0.23.0",
363
363
  "@babel/core": "8.0.0-rc.6",
364
364
  "@babel/types": "8.0.0-rc.6",
365
- "@powerlines/core": "0.48.29",
366
- "@powerlines/plugin-alloy": "0.26.182",
367
- "@powerlines/plugin-automd": "0.1.551",
368
- "@powerlines/plugin-babel": "0.13.86",
369
- "@powerlines/plugin-plugin": "0.12.502",
370
- "@powerlines/schema": "0.11.73",
365
+ "@powerlines/core": "^0.48.30",
366
+ "@powerlines/plugin-alloy": "0.26.184",
367
+ "@powerlines/plugin-automd": "0.1.553",
368
+ "@powerlines/plugin-babel": "0.13.88",
369
+ "@powerlines/plugin-plugin": "0.12.504",
370
+ "@powerlines/schema": "0.11.75",
371
371
  "@storm-software/config-tools": "^1.190.37",
372
- "@stryke/capnp": "^0.12.106",
373
- "@stryke/convert": "^0.7.11",
374
- "@stryke/env": "^0.20.97",
375
- "@stryke/fs": "^0.33.80",
376
- "@stryke/helpers": "^0.10.20",
377
- "@stryke/json": "^0.15.4",
378
- "@stryke/path": "^0.29.7",
379
- "@stryke/string-format": "^0.17.22",
380
- "@stryke/type-checks": "^0.6.13",
381
- "@stryke/types": "^0.12.8",
372
+ "@stryke/capnp": "^0.12.107",
373
+ "@stryke/convert": "^0.7.12",
374
+ "@stryke/env": "^0.20.98",
375
+ "@stryke/fs": "^0.33.81",
376
+ "@stryke/helpers": "^0.10.21",
377
+ "@stryke/json": "^0.15.5",
378
+ "@stryke/path": "^0.29.8",
379
+ "@stryke/string-format": "^0.17.23",
380
+ "@stryke/type-checks": "^0.6.14",
381
+ "@stryke/types": "^0.12.9",
382
382
  "automd": "^0.4.3",
383
383
  "c12": "^3.3.4",
384
384
  "defu": "^6.1.7",
385
- "powerlines": "0.47.90"
385
+ "powerlines": "0.47.92"
386
386
  },
387
387
  "devDependencies": { "@types/node": "^25.9.1", "vite": "^8.0.14" },
388
388
  "publishConfig": { "access": "public" },
@@ -399,5 +399,5 @@
399
399
  "tinyrainbow": "3.1.0",
400
400
  "vitest": "4.1.7"
401
401
  },
402
- "gitHead": "a673a3bb6463e3e010ae5edbb63891961751b4d5"
402
+ "gitHead": "16ecf46c38b1905cec6ecae31726564cc208be99"
403
403
  }