@powerlines/plugin-env 0.14.0 → 0.14.1

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
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": {
@@ -193,10 +193,10 @@
193
193
  "@alloy-js/markdown": "^0.21.0",
194
194
  "@babel/core": "^7.28.5",
195
195
  "@babel/types": "^7.28.5",
196
- "@powerlines/alloy": "^0.12.1",
197
- "@powerlines/plugin-automd": "^0.1.98",
198
- "@powerlines/plugin-babel": "^0.12.107",
199
- "@powerlines/plugin-plugin": "^0.12.50",
196
+ "@powerlines/alloy": "^0.13.0",
197
+ "@powerlines/plugin-automd": "^0.1.99",
198
+ "@powerlines/plugin-babel": "^0.12.108",
199
+ "@powerlines/plugin-plugin": "^0.12.51",
200
200
  "@storm-software/config-tools": "^1.188.73",
201
201
  "@stryke/capnp": "^0.12.51",
202
202
  "@stryke/env": "^0.20.43",
@@ -205,16 +205,16 @@
205
205
  "@stryke/string-format": "^0.12.29",
206
206
  "@stryke/type-checks": "^0.5.14",
207
207
  "@stryke/types": "^0.10.28",
208
- "powerlines": "^0.36.3"
208
+ "powerlines": "^0.36.4"
209
209
  },
210
210
  "devDependencies": {
211
211
  "@alloy-js/babel-preset": "^0.2.1",
212
212
  "@babel/preset-typescript": "^7.28.5",
213
- "@powerlines/nx": "^0.11.29",
213
+ "@powerlines/nx": "^0.11.30",
214
214
  "@types/node": "^24.10.4",
215
215
  "typescript": "^5.9.3",
216
216
  "vite": "8.0.0-beta.2"
217
217
  },
218
218
  "publishConfig": { "access": "public" },
219
- "gitHead": "0d695fa64043ba14e7c7ae8759e9e0cf5b2a6b38"
219
+ "gitHead": "97f5ae6f9f2d25c402c3bd69a6f2167cb11969f6"
220
220
  }