@powerlines/plugin-env 0.13.73 → 0.13.74

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.
@@ -306,7 +306,7 @@ interface CommonUserConfig extends BaseConfig {
306
306
  /**
307
307
  * A list of resolvable paths to plugins used during the build process
308
308
  */
309
- plugins?: PluginConfig<PluginContext<any>>[];
309
+ plugins?: PluginConfig<any>[];
310
310
  /**
311
311
  * Environment-specific configurations
312
312
  */
@@ -307,7 +307,7 @@ interface CommonUserConfig extends BaseConfig {
307
307
  /**
308
308
  * A list of resolvable paths to plugins used during the build process
309
309
  */
310
- plugins?: PluginConfig<PluginContext<any>>[];
310
+ plugins?: PluginConfig<any>[];
311
311
  /**
312
312
  * Environment-specific configurations
313
313
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.13.73",
3
+ "version": "0.13.74",
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": {
@@ -192,9 +192,9 @@
192
192
  "@alloy-js/markdown": "^0.21.0",
193
193
  "@babel/core": "^7.28.5",
194
194
  "@babel/types": "^7.28.5",
195
- "@powerlines/alloy": "^0.11.76",
196
- "@powerlines/plugin-babel": "^0.12.76",
197
- "@powerlines/plugin-plugin": "^0.12.19",
195
+ "@powerlines/alloy": "^0.11.77",
196
+ "@powerlines/plugin-babel": "^0.12.77",
197
+ "@powerlines/plugin-plugin": "^0.12.20",
198
198
  "@storm-software/config-tools": "^1.188.65",
199
199
  "@stryke/capnp": "^0.12.45",
200
200
  "@stryke/env": "^0.20.37",
@@ -203,16 +203,16 @@
203
203
  "@stryke/string-format": "^0.12.24",
204
204
  "@stryke/type-checks": "^0.5.9",
205
205
  "@stryke/types": "^0.10.23",
206
- "powerlines": "^0.31.4"
206
+ "powerlines": "^0.31.5"
207
207
  },
208
208
  "devDependencies": {
209
209
  "@alloy-js/babel-preset": "^0.2.1",
210
210
  "@babel/preset-typescript": "^7.28.5",
211
- "@powerlines/nx": "^0.10.67",
211
+ "@powerlines/nx": "^0.10.68",
212
212
  "@types/node": "^24.10.4",
213
213
  "typescript": "^5.9.3",
214
214
  "vite": "8.0.0-beta.2"
215
215
  },
216
216
  "publishConfig": { "access": "public" },
217
- "gitHead": "2be7f48c0af42eabb937080f6c98b01ab8184e57"
217
+ "gitHead": "7ad7c79f886d8479c02ce627d0e206f57000e602"
218
218
  }