@powerlines/plugin-tsup 0.12.76 → 0.12.78

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
  */
@@ -6,7 +6,6 @@ import { PluginContext } from "./context.mjs";
6
6
  import "./babel.mjs";
7
7
  import { LogLevelLabel } from "@storm-software/config-tools/types";
8
8
  import { transformAsync } from "@babel/core";
9
- import "c12";
10
9
  import { PreviewOptions } from "vite";
11
10
  import { Format } from "@storm-software/build-tools/types";
12
11
  import { StormWorkspaceConfig } from "@storm-software/config/types";
@@ -297,7 +296,7 @@ interface CommonUserConfig extends BaseConfig {
297
296
  /**
298
297
  * A list of resolvable paths to plugins used during the build process
299
298
  */
300
- plugins?: PluginConfig<PluginContext<any>>[];
299
+ plugins?: PluginConfig<any>[];
301
300
  /**
302
301
  * Environment-specific configurations
303
302
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-tsup",
3
- "version": "0.12.76",
3
+ "version": "0.12.78",
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
  }