@powerlines/plugin-env 0.16.330 → 0.16.331

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.16.330",
3
+ "version": "0.16.331",
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"],
@@ -250,12 +250,12 @@
250
250
  "@alloy-js/typescript": "^0.23.0",
251
251
  "@babel/core": "8.0.0-rc.6",
252
252
  "@babel/types": "8.0.0-rc.6",
253
- "@powerlines/core": "0.48.48",
254
- "@powerlines/plugin-alloy": "0.26.219",
255
- "@powerlines/plugin-automd": "0.1.587",
256
- "@powerlines/plugin-babel": "0.13.122",
257
- "@powerlines/plugin-plugin": "0.12.538",
258
- "@powerlines/schema": "0.11.108",
253
+ "@powerlines/core": "0.48.49",
254
+ "@powerlines/plugin-alloy": "0.26.220",
255
+ "@powerlines/plugin-automd": "0.1.588",
256
+ "@powerlines/plugin-babel": "0.13.123",
257
+ "@powerlines/plugin-plugin": "0.12.539",
258
+ "@powerlines/schema": "0.11.109",
259
259
  "@storm-software/config-tools": "^1.190.40",
260
260
  "@stryke/capnp": "^0.12.111",
261
261
  "@stryke/convert": "^0.7.15",
@@ -270,9 +270,9 @@
270
270
  "automd": "^0.4.3",
271
271
  "c12": "^3.3.4",
272
272
  "defu": "^6.1.7",
273
- "powerlines": "0.47.126"
273
+ "powerlines": "0.47.127"
274
274
  },
275
275
  "devDependencies": { "@types/node": "^25.9.1", "vite": "^8.0.16" },
276
276
  "publishConfig": { "access": "public" },
277
- "gitHead": "3d69d66bdb43fcddc6181fc9dc979645c2f1cf1e"
277
+ "gitHead": "157c1b4b9897ac88c7b753b0d5a01de30088f169"
278
278
  }