@powerlines/plugin-unbuild 0.5.76 → 0.5.77

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.
@@ -295,7 +295,7 @@ interface CommonUserConfig extends BaseConfig {
295
295
  /**
296
296
  * A list of resolvable paths to plugins used during the build process
297
297
  */
298
- plugins?: PluginConfig<PluginContext<any>>[];
298
+ plugins?: PluginConfig<any>[];
299
299
  /**
300
300
  * Environment-specific configurations
301
301
  */
@@ -295,7 +295,7 @@ interface CommonUserConfig extends BaseConfig {
295
295
  /**
296
296
  * A list of resolvable paths to plugins used during the build process
297
297
  */
298
- plugins?: PluginConfig<PluginContext<any>>[];
298
+ plugins?: PluginConfig<any>[];
299
299
  /**
300
300
  * Environment-specific configurations
301
301
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-unbuild",
3
- "version": "0.5.76",
3
+ "version": "0.5.77",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to build projects using Unbuild.",
6
6
  "repository": {
@@ -152,14 +152,14 @@
152
152
  "@stryke/types": "^0.10.23",
153
153
  "defu": "^6.1.4",
154
154
  "jiti": "^2.6.1",
155
- "powerlines": "^0.31.4",
155
+ "powerlines": "^0.31.5",
156
156
  "unplugin": "3.0.0-beta.3"
157
157
  },
158
158
  "devDependencies": {
159
- "@powerlines/nx": "^0.10.67",
160
- "@powerlines/plugin-plugin": "^0.12.19",
159
+ "@powerlines/nx": "^0.10.68",
160
+ "@powerlines/plugin-plugin": "^0.12.20",
161
161
  "@types/node": "^24.10.4"
162
162
  },
163
163
  "publishConfig": { "access": "public" },
164
- "gitHead": "2be7f48c0af42eabb937080f6c98b01ab8184e57"
164
+ "gitHead": "7ad7c79f886d8479c02ce627d0e206f57000e602"
165
165
  }