@powerlines/plugin-rollup 0.7.72 → 0.7.73

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.
@@ -6,6 +6,7 @@ import { TSConfig } from "./tsconfig.mjs";
6
6
  import { PluginContext } from "./context.mjs";
7
7
  import { LogLevelLabel } from "@storm-software/config-tools/types";
8
8
  import { transformAsync } from "@babel/core";
9
+ import "c12";
9
10
  import { PreviewOptions } from "vite";
10
11
  import { MaybePromise } from "@stryke/types/base";
11
12
  import { Format } from "@storm-software/build-tools/types";
@@ -178,7 +178,7 @@ type PluginHooks<TContext extends PluginContext = PluginContext> = { [TKey in ke
178
178
  }) => MaybePromise<string | ExternalIdResult | null | undefined>, "id">;
179
179
  };
180
180
  type PluginBuildPlugins<TContext extends PluginContext = PluginContext> = { [TBuildVariant in UnpluginBuildVariant]?: BuildPlugin<TContext, TBuildVariant> };
181
- interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginContext<ResolvedConfig>> extends Partial<PluginHooks<TContext>>, PluginBuildPlugins<TContext> {
181
+ interface Plugin<TContext extends PluginContext<ResolvedConfig> = PluginContext<ResolvedConfig>> extends Partial<PluginHooks<TContext>>, PluginBuildPlugins<TContext> {
182
182
  /**
183
183
  * The name of the plugin, for use in deduplication, error messages and logs.
184
184
  */
@@ -178,7 +178,7 @@ type PluginHooks<TContext extends PluginContext = PluginContext> = { [TKey in ke
178
178
  }) => MaybePromise<string | ExternalIdResult | null | undefined>, "id">;
179
179
  };
180
180
  type PluginBuildPlugins<TContext extends PluginContext = PluginContext> = { [TBuildVariant in UnpluginBuildVariant]?: BuildPlugin<TContext, TBuildVariant> };
181
- interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginContext<ResolvedConfig>> extends Partial<PluginHooks<TContext>>, PluginBuildPlugins<TContext> {
181
+ interface Plugin<TContext extends PluginContext<ResolvedConfig> = PluginContext<ResolvedConfig>> extends Partial<PluginHooks<TContext>>, PluginBuildPlugins<TContext> {
182
182
  /**
183
183
  * The name of the plugin, for use in deduplication, error messages and logs.
184
184
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-rollup",
3
- "version": "0.7.72",
3
+ "version": "0.7.73",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -152,15 +152,15 @@
152
152
  "@stryke/types": "^0.10.23",
153
153
  "defu": "^6.1.4",
154
154
  "jiti": "^2.6.1",
155
- "powerlines": "^0.31.0",
155
+ "powerlines": "^0.31.1",
156
156
  "rollup": "^4.53.3",
157
157
  "unplugin": "3.0.0-beta.3"
158
158
  },
159
159
  "devDependencies": {
160
- "@powerlines/nx": "^0.10.63",
161
- "@powerlines/plugin-plugin": "^0.12.15",
162
- "@types/node": "^24.10.2"
160
+ "@powerlines/nx": "^0.10.64",
161
+ "@powerlines/plugin-plugin": "^0.12.16",
162
+ "@types/node": "^24.10.4"
163
163
  },
164
164
  "publishConfig": { "access": "public" },
165
- "gitHead": "2a4c29a361c5702474c60ee5f06a3e4e87d23c35"
165
+ "gitHead": "970018c8e5c0c11f91527bdf8981930d6e05fcb2"
166
166
  }