@powerlines/plugin-env 0.16.343 → 0.16.345

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 +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.16.343",
3
+ "version": "0.16.345",
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"],
@@ -248,31 +248,31 @@
248
248
  "@alloy-js/json": "^0.23.0",
249
249
  "@alloy-js/markdown": "^0.23.0",
250
250
  "@alloy-js/typescript": "^0.23.0",
251
- "@babel/core": "8.0.0-rc.6",
252
- "@babel/types": "8.0.0-rc.6",
253
- "@powerlines/core": "^0.48.60",
254
- "@powerlines/plugin-alloy": "0.26.232",
255
- "@powerlines/plugin-automd": "0.1.600",
256
- "@powerlines/plugin-babel": "0.13.135",
257
- "@powerlines/plugin-plugin": "0.12.551",
258
- "@powerlines/schema": "0.11.121",
259
- "@storm-software/config-tools": "^1.190.69",
260
- "@stryke/capnp": "^0.12.112",
261
- "@stryke/convert": "^0.7.16",
262
- "@stryke/env": "^0.20.103",
263
- "@stryke/fs": "^0.33.86",
264
- "@stryke/helpers": "^0.10.25",
265
- "@stryke/json": "^0.15.9",
266
- "@stryke/path": "^0.29.12",
267
- "@stryke/string-format": "^0.17.27",
268
- "@stryke/type-checks": "^0.6.18",
269
- "@stryke/types": "^0.12.13",
251
+ "@babel/core": "^8.0.1",
252
+ "@babel/types": "^8.0.0",
253
+ "@powerlines/core": "0.48.62",
254
+ "@powerlines/plugin-alloy": "0.26.234",
255
+ "@powerlines/plugin-automd": "0.1.602",
256
+ "@powerlines/plugin-babel": "0.13.137",
257
+ "@powerlines/plugin-plugin": "0.12.553",
258
+ "@powerlines/schema": "0.11.123",
259
+ "@storm-software/config-tools": "^1.190.89",
260
+ "@stryke/capnp": "^0.12.122",
261
+ "@stryke/convert": "^0.7.26",
262
+ "@stryke/env": "^0.20.113",
263
+ "@stryke/fs": "^0.33.96",
264
+ "@stryke/helpers": "^0.10.35",
265
+ "@stryke/json": "^0.15.19",
266
+ "@stryke/path": "^0.29.22",
267
+ "@stryke/string-format": "^0.17.37",
268
+ "@stryke/type-checks": "^0.6.28",
269
+ "@stryke/types": "^0.12.23",
270
270
  "automd": "^0.4.3",
271
271
  "c12": "^3.3.4",
272
272
  "defu": "^6.1.7",
273
- "powerlines": "0.47.139"
273
+ "powerlines": "0.47.141"
274
274
  },
275
- "devDependencies": { "@types/node": "^25.9.3", "vite": "^8.0.16" },
275
+ "devDependencies": { "@types/node": "^25.9.4", "vite": "^8.1.3" },
276
276
  "publishConfig": { "access": "public" },
277
- "gitHead": "e4d0789c94042b880b0fd0a56f6fdfb3c815953c"
277
+ "gitHead": "c2c932341c73ce708ac8e69c0d6c692ea41b4675"
278
278
  }