@powerlines/plugin-tsup 0.12.33 → 0.12.35

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.
@@ -1,6 +1,6 @@
1
1
  export { createTsupPlugin } from './unplugin.cjs';
2
2
  import 'esbuild';
3
- import '../index-CG_72yg1.cjs';
3
+ import '../index-CXI94I6d.cjs';
4
4
  import '@storm-software/tsup/types';
5
5
  import '@storm-software/build-tools/types';
6
6
  import '@storm-software/config-tools/types';
@@ -1,6 +1,6 @@
1
1
  export { createTsupPlugin } from './unplugin.js';
2
2
  import 'esbuild';
3
- import '../index-CG_72yg1.js';
3
+ import '../index-CXI94I6d.js';
4
4
  import '@storm-software/tsup/types';
5
5
  import '@storm-software/build-tools/types';
6
6
  import '@storm-software/config-tools/types';
@@ -1,5 +1,5 @@
1
1
  import * as esbuild from 'esbuild';
2
- import { T as TsupPluginContext } from '../index-CG_72yg1.cjs';
2
+ import { T as TsupPluginContext } from '../index-CXI94I6d.cjs';
3
3
  import '@storm-software/tsup/types';
4
4
  import '@storm-software/build-tools/types';
5
5
  import '@storm-software/config-tools/types';
@@ -1,5 +1,5 @@
1
1
  import * as esbuild from 'esbuild';
2
- import { T as TsupPluginContext } from '../index-CG_72yg1.js';
2
+ import { T as TsupPluginContext } from '../index-CXI94I6d.js';
3
3
  import '@storm-software/tsup/types';
4
4
  import '@storm-software/build-tools/types';
5
5
  import '@storm-software/config-tools/types';
@@ -1188,6 +1188,12 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
1188
1188
  * @returns A logger function
1189
1189
  */
1190
1190
  extendLog: (name: string) => LogFn;
1191
+ /**
1192
+ * Generates a checksum representing the current context state
1193
+ *
1194
+ * @returns A promise that resolves to a string representing the checksum
1195
+ */
1196
+ generateChecksum: () => Promise<string>;
1191
1197
  }
1192
1198
  type Context<TResolvedConfig extends ResolvedConfig = ResolvedConfig> = Omit<UnresolvedContext<TResolvedConfig>, "config"> & {
1193
1199
  /**
@@ -1188,6 +1188,12 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
1188
1188
  * @returns A logger function
1189
1189
  */
1190
1190
  extendLog: (name: string) => LogFn;
1191
+ /**
1192
+ * Generates a checksum representing the current context state
1193
+ *
1194
+ * @returns A promise that resolves to a string representing the checksum
1195
+ */
1196
+ generateChecksum: () => Promise<string>;
1191
1197
  }
1192
1198
  type Context<TResolvedConfig extends ResolvedConfig = ResolvedConfig> = Omit<UnresolvedContext<TResolvedConfig>, "config"> & {
1193
1199
  /**
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { T as TsupPluginContext, a as TsupPluginOptions, P as Plugin } from './index-CG_72yg1.cjs';
2
- export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from './index-CG_72yg1.cjs';
1
+ import { T as TsupPluginContext, a as TsupPluginOptions, P as Plugin } from './index-CXI94I6d.cjs';
2
+ export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from './index-CXI94I6d.cjs';
3
3
  export { createTsupPlugin } from './helpers/unplugin.cjs';
4
4
  import '@storm-software/tsup/types';
5
5
  import '@storm-software/build-tools/types';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { T as TsupPluginContext, a as TsupPluginOptions, P as Plugin } from './index-CG_72yg1.js';
2
- export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from './index-CG_72yg1.js';
1
+ import { T as TsupPluginContext, a as TsupPluginOptions, P as Plugin } from './index-CXI94I6d.js';
2
+ export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from './index-CXI94I6d.js';
3
3
  export { createTsupPlugin } from './helpers/unplugin.js';
4
4
  import '@storm-software/tsup/types';
5
5
  import '@storm-software/build-tools/types';
@@ -1,4 +1,4 @@
1
- export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from '../index-CG_72yg1.cjs';
1
+ export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from '../index-CXI94I6d.cjs';
2
2
  import '@storm-software/tsup/types';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
@@ -1,4 +1,4 @@
1
- export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from '../index-CG_72yg1.js';
1
+ export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from '../index-CXI94I6d.js';
2
2
  import '@storm-software/tsup/types';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
@@ -1,4 +1,4 @@
1
- export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from '../index-CG_72yg1.cjs';
1
+ export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from '../index-CXI94I6d.cjs';
2
2
  import '@storm-software/tsup/types';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
@@ -1,4 +1,4 @@
1
- export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from '../index-CG_72yg1.js';
1
+ export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from '../index-CXI94I6d.js';
2
2
  import '@storm-software/tsup/types';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-tsup",
3
- "version": "0.12.33",
3
+ "version": "0.12.35",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -127,18 +127,18 @@
127
127
  "files": ["dist/**/*"],
128
128
  "keywords": ["tsup", "powerlines", "storm-software", "powerlines-plugin"],
129
129
  "dependencies": {
130
- "@storm-software/tsup": "^0.2.45",
130
+ "@storm-software/tsup": "^0.2.46",
131
131
  "@stryke/path": "^0.19.2",
132
132
  "@stryke/type-checks": "^0.3.12",
133
133
  "@stryke/types": "^0.10.2",
134
134
  "defu": "^6.1.4",
135
- "powerlines": "^0.23.7"
135
+ "powerlines": "^0.23.9"
136
136
  },
137
137
  "devDependencies": {
138
- "@powerlines/nx": "^0.10.24",
139
- "@powerlines/plugin-plugin": "^0.11.32",
138
+ "@powerlines/nx": "^0.10.26",
139
+ "@powerlines/plugin-plugin": "^0.11.34",
140
140
  "@types/node": "^24.10.1"
141
141
  },
142
142
  "publishConfig": { "access": "public" },
143
- "gitHead": "76575e78b1db97f4786341913ad2ec42ec1de504"
143
+ "gitHead": "d217b583335e4615b4e28fba7325f51fbd78a3f6"
144
144
  }