@powerlines/plugin-tsdown 0.1.19 → 0.1.21

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
  */
@@ -296,7 +296,7 @@ interface CommonUserConfig extends BaseConfig {
296
296
  /**
297
297
  * A list of resolvable paths to plugins used during the build process
298
298
  */
299
- plugins?: PluginConfig<PluginContext<any>>[];
299
+ plugins?: PluginConfig<any>[];
300
300
  /**
301
301
  * Environment-specific configurations
302
302
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-tsdown",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -150,13 +150,13 @@
150
150
  "@stryke/type-checks": "^0.5.9",
151
151
  "@stryke/types": "^0.10.23",
152
152
  "defu": "^6.1.4",
153
- "powerlines": "^0.31.4"
153
+ "powerlines": "^0.31.6"
154
154
  },
155
155
  "devDependencies": {
156
- "@powerlines/nx": "^0.10.67",
157
- "@powerlines/plugin-plugin": "^0.12.19",
156
+ "@powerlines/nx": "^0.11.0",
157
+ "@powerlines/plugin-plugin": "^0.12.21",
158
158
  "@types/node": "^24.10.4"
159
159
  },
160
160
  "publishConfig": { "access": "public" },
161
- "gitHead": "2be7f48c0af42eabb937080f6c98b01ab8184e57"
161
+ "gitHead": "a7da8c6e6ecb00c6bd05fa6b6525ec369d58b0c4"
162
162
  }