@powerlines/plugin-unbuild 0.5.47 → 0.5.48

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.
@@ -1470,7 +1470,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
1470
1470
  * @param other - The other plugin to compare against.
1471
1471
  * @returns `true` if the two plugins are the same, `false` otherwise.
1472
1472
  */
1473
- dedupe?: false | ((other: Plugin<any>) => boolean);
1473
+ dedupe?: false | ((other: Plugin<TContext>) => boolean);
1474
1474
  /**
1475
1475
  * A list of pre-requisite plugins that must be loaded before this plugin can be used.
1476
1476
  */
@@ -1481,7 +1481,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
1481
1481
  * @param environment - The environment to check.
1482
1482
  * @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
1483
1483
  */
1484
- applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<any>>;
1484
+ applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<TContext>>;
1485
1485
  }
1486
1486
 
1487
1487
  type UnbuildPluginOptions = Partial<UnbuildBuildConfig>;
@@ -1470,7 +1470,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
1470
1470
  * @param other - The other plugin to compare against.
1471
1471
  * @returns `true` if the two plugins are the same, `false` otherwise.
1472
1472
  */
1473
- dedupe?: false | ((other: Plugin<any>) => boolean);
1473
+ dedupe?: false | ((other: Plugin<TContext>) => boolean);
1474
1474
  /**
1475
1475
  * A list of pre-requisite plugins that must be loaded before this plugin can be used.
1476
1476
  */
@@ -1481,7 +1481,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
1481
1481
  * @param environment - The environment to check.
1482
1482
  * @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
1483
1483
  */
1484
- applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<any>>;
1484
+ applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<TContext>>;
1485
1485
  }
1486
1486
 
1487
1487
  type UnbuildPluginOptions = Partial<UnbuildBuildConfig>;
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { U as UnbuildPluginContext, a as UnbuildPluginOptions, P as Plugin } from './index-CgFp5sT0.cjs';
2
- export { b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from './index-CgFp5sT0.cjs';
1
+ import { U as UnbuildPluginContext, a as UnbuildPluginOptions, P as Plugin } from './index-Coxv5Qa_.cjs';
2
+ export { b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from './index-Coxv5Qa_.cjs';
3
3
  import '@storm-software/unbuild/types';
4
4
  import '@stryke/env/get-env-paths';
5
5
  import '@stryke/types/base';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { U as UnbuildPluginContext, a as UnbuildPluginOptions, P as Plugin } from './index-CgFp5sT0.js';
2
- export { b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from './index-CgFp5sT0.js';
1
+ import { U as UnbuildPluginContext, a as UnbuildPluginOptions, P as Plugin } from './index-Coxv5Qa_.js';
2
+ export { b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from './index-Coxv5Qa_.js';
3
3
  import '@storm-software/unbuild/types';
4
4
  import '@stryke/env/get-env-paths';
5
5
  import '@stryke/types/base';
@@ -1,4 +1,4 @@
1
- export { U as UnbuildPluginContext, a as UnbuildPluginOptions, b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from '../index-CgFp5sT0.cjs';
1
+ export { U as UnbuildPluginContext, a as UnbuildPluginOptions, b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from '../index-Coxv5Qa_.cjs';
2
2
  import '@storm-software/unbuild/types';
3
3
  import '@stryke/env/get-env-paths';
4
4
  import '@stryke/types/base';
@@ -1,4 +1,4 @@
1
- export { U as UnbuildPluginContext, a as UnbuildPluginOptions, b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from '../index-CgFp5sT0.js';
1
+ export { U as UnbuildPluginContext, a as UnbuildPluginOptions, b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from '../index-Coxv5Qa_.js';
2
2
  import '@storm-software/unbuild/types';
3
3
  import '@stryke/env/get-env-paths';
4
4
  import '@stryke/types/base';
@@ -1,4 +1,4 @@
1
- export { U as UnbuildPluginContext, a as UnbuildPluginOptions, b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from '../index-CgFp5sT0.cjs';
1
+ export { U as UnbuildPluginContext, a as UnbuildPluginOptions, b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from '../index-Coxv5Qa_.cjs';
2
2
  import '@storm-software/unbuild/types';
3
3
  import '@stryke/env/get-env-paths';
4
4
  import '@stryke/types/base';
@@ -1,4 +1,4 @@
1
- export { U as UnbuildPluginContext, a as UnbuildPluginOptions, b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from '../index-CgFp5sT0.js';
1
+ export { U as UnbuildPluginContext, a as UnbuildPluginOptions, b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from '../index-Coxv5Qa_.js';
2
2
  import '@storm-software/unbuild/types';
3
3
  import '@stryke/env/get-env-paths';
4
4
  import '@stryke/types/base';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-unbuild",
3
- "version": "0.5.47",
3
+ "version": "0.5.48",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to build projects using Unbuild.",
6
6
  "repository": {
@@ -127,21 +127,21 @@
127
127
  "files": ["dist/**/*"],
128
128
  "keywords": ["unbuild", "powerlines", "storm-software", "powerlines-plugin"],
129
129
  "dependencies": {
130
- "@storm-software/unbuild": "^0.57.48",
130
+ "@storm-software/unbuild": "^0.57.49",
131
131
  "@stryke/fs": "^0.33.4",
132
132
  "@stryke/path": "^0.21.2",
133
133
  "@stryke/type-checks": "^0.3.18",
134
134
  "@stryke/types": "^0.10.8",
135
135
  "defu": "^6.1.4",
136
136
  "jiti": "^2.6.1",
137
- "powerlines": "^0.25.0",
137
+ "powerlines": "^0.25.1",
138
138
  "unplugin": "^2.3.11"
139
139
  },
140
140
  "devDependencies": {
141
- "@powerlines/nx": "^0.10.38",
142
- "@powerlines/plugin-plugin": "^0.11.46",
141
+ "@powerlines/nx": "^0.10.39",
142
+ "@powerlines/plugin-plugin": "^0.11.47",
143
143
  "@types/node": "^24.10.1"
144
144
  },
145
145
  "publishConfig": { "access": "public" },
146
- "gitHead": "acb1d0727c31f10519b7a59d73d245e6949414d3"
146
+ "gitHead": "de1daa466d1524b287e2748490c1e56ab9002b07"
147
147
  }