@powerlines/plugin-tsup 0.12.28 → 0.12.29
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.
- package/dist/helpers/index.d.cts +1 -1
- package/dist/helpers/index.d.ts +1 -1
- package/dist/helpers/unplugin.d.cts +1 -1
- package/dist/helpers/unplugin.d.ts +1 -1
- package/dist/{index-DSKbsI8R.d.cts → index-BJTInyc2.d.cts} +5 -1
- package/dist/{index-DSKbsI8R.d.ts → index-BJTInyc2.d.ts} +5 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/package.json +7 -7
package/dist/helpers/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { createTsupPlugin } from './unplugin.cjs';
|
|
2
2
|
import 'esbuild';
|
|
3
|
-
import '../index-
|
|
3
|
+
import '../index-BJTInyc2.cjs';
|
|
4
4
|
import '@storm-software/tsup/types';
|
|
5
5
|
import '@storm-software/build-tools/types';
|
|
6
6
|
import '@storm-software/config-tools/types';
|
package/dist/helpers/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as esbuild from 'esbuild';
|
|
2
|
-
import { T as TsupPluginContext } from '../index-
|
|
2
|
+
import { T as TsupPluginContext } from '../index-BJTInyc2.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-
|
|
2
|
+
import { T as TsupPluginContext } from '../index-BJTInyc2.js';
|
|
3
3
|
import '@storm-software/tsup/types';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
|
@@ -1429,5 +1429,9 @@ type TsupPluginOptions = Partial<TsupBuildConfig>;
|
|
|
1429
1429
|
type TsupPluginUserConfig = TsupUserConfig;
|
|
1430
1430
|
type TsupPluginResolvedConfig = TsupResolvedConfig;
|
|
1431
1431
|
type TsupPluginContext<TResolvedConfig extends TsupPluginResolvedConfig = TsupPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1432
|
+
declare type __ΩTsupPluginOptions = any[];
|
|
1433
|
+
declare type __ΩTsupPluginUserConfig = any[];
|
|
1434
|
+
declare type __ΩTsupPluginResolvedConfig = any[];
|
|
1435
|
+
declare type __ΩTsupPluginContext = any[];
|
|
1432
1436
|
|
|
1433
|
-
export type { Plugin as P, TsupPluginContext as T, TsupPluginOptions as a, TsupPluginUserConfig as b, TsupPluginResolvedConfig as c };
|
|
1437
|
+
export type { Plugin as P, TsupPluginContext as T, __ΩTsupPluginOptions as _, TsupPluginOptions as a, TsupPluginUserConfig as b, TsupPluginResolvedConfig as c, __ΩTsupPluginUserConfig as d, __ΩTsupPluginResolvedConfig as e, __ΩTsupPluginContext as f };
|
|
@@ -1429,5 +1429,9 @@ type TsupPluginOptions = Partial<TsupBuildConfig>;
|
|
|
1429
1429
|
type TsupPluginUserConfig = TsupUserConfig;
|
|
1430
1430
|
type TsupPluginResolvedConfig = TsupResolvedConfig;
|
|
1431
1431
|
type TsupPluginContext<TResolvedConfig extends TsupPluginResolvedConfig = TsupPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1432
|
+
declare type __ΩTsupPluginOptions = any[];
|
|
1433
|
+
declare type __ΩTsupPluginUserConfig = any[];
|
|
1434
|
+
declare type __ΩTsupPluginResolvedConfig = any[];
|
|
1435
|
+
declare type __ΩTsupPluginContext = any[];
|
|
1432
1436
|
|
|
1433
|
-
export type { Plugin as P, TsupPluginContext as T, TsupPluginOptions as a, TsupPluginUserConfig as b, TsupPluginResolvedConfig as c };
|
|
1437
|
+
export type { Plugin as P, TsupPluginContext as T, __ΩTsupPluginOptions as _, TsupPluginOptions as a, TsupPluginUserConfig as b, TsupPluginResolvedConfig as c, __ΩTsupPluginUserConfig as d, __ΩTsupPluginResolvedConfig as e, __ΩTsupPluginContext as f };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TsupPluginContext, a as TsupPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig } from './index-
|
|
1
|
+
import { T as TsupPluginContext, a as TsupPluginOptions, P as Plugin } from './index-BJTInyc2.cjs';
|
|
2
|
+
export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from './index-BJTInyc2.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-
|
|
2
|
-
export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig } from './index-
|
|
1
|
+
import { T as TsupPluginContext, a as TsupPluginOptions, P as Plugin } from './index-BJTInyc2.js';
|
|
2
|
+
export { c as TsupPluginResolvedConfig, b as TsupPluginUserConfig, f as __ΩTsupPluginContext, _ as __ΩTsupPluginOptions, e as __ΩTsupPluginResolvedConfig, d as __ΩTsupPluginUserConfig } from './index-BJTInyc2.js';
|
|
3
3
|
export { createTsupPlugin } from './helpers/unplugin.js';
|
|
4
4
|
import '@storm-software/tsup/types';
|
|
5
5
|
import '@storm-software/build-tools/types';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig } from '../index-
|
|
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-BJTInyc2.cjs';
|
|
2
2
|
import '@storm-software/tsup/types';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig } from '../index-
|
|
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-BJTInyc2.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/dist/types/plugin.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig } from '../index-
|
|
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-BJTInyc2.cjs';
|
|
2
2
|
import '@storm-software/tsup/types';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { T as TsupPluginContext, a as TsupPluginOptions, c as TsupPluginResolvedConfig, b as TsupPluginUserConfig } from '../index-
|
|
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-BJTInyc2.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.
|
|
3
|
+
"version": "0.12.29",
|
|
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.
|
|
130
|
+
"@storm-software/tsup": "^0.2.40",
|
|
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.
|
|
135
|
+
"powerlines": "^0.23.3"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
|
-
"@powerlines/nx": "^0.10.
|
|
139
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
140
|
-
"@types/node": "^
|
|
138
|
+
"@powerlines/nx": "^0.10.20",
|
|
139
|
+
"@powerlines/plugin-plugin": "^0.11.28",
|
|
140
|
+
"@types/node": "^24.10.1"
|
|
141
141
|
},
|
|
142
142
|
"publishConfig": { "access": "public" },
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
|
|
144
144
|
}
|