@powerlines/plugin-tsup 0.12.530 → 0.12.531
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/{build-CxtvGdh5.d.cts → build-BvcFYjeF.d.cts} +2 -3
- package/dist/build-BvcFYjeF.d.cts.map +1 -0
- package/dist/{build-CxtvGdh5.d.mts → build-BvcFYjeF.d.mts} +2 -3
- package/dist/build-BvcFYjeF.d.mts.map +1 -0
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/types/build.d.cts +2 -2
- package/dist/types/build.d.mts +2 -2
- package/dist/types/index.d.cts +3 -3
- package/dist/types/index.d.mts +3 -3
- package/dist/types/plugin.d.cts +2 -6
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +2 -6
- package/dist/types/plugin.d.mts.map +1 -1
- package/package.json +7 -7
- package/dist/build-CxtvGdh5.d.cts.map +0 -1
- package/dist/build-CxtvGdh5.d.mts.map +0 -1
|
@@ -2,7 +2,6 @@ import { BuildOptions } from "@storm-software/tsup/types";
|
|
|
2
2
|
|
|
3
3
|
//#region src/types/build.d.ts
|
|
4
4
|
type TsupOptions = Partial<Omit<BuildOptions, "userOptions" | "tsconfig" | "tsconfigRaw" | "assets" | "outputPath" | "mode" | "format" | "platform" | "projectRoot" | "clean" | "env" | "entry" | "entryPoints" | "external" | "noExternal" | "skipNodeModulesBundle">>;
|
|
5
|
-
declare type __ΩTsupOptions = any[];
|
|
6
5
|
//#endregion
|
|
7
|
-
export {
|
|
8
|
-
//# sourceMappingURL=build-
|
|
6
|
+
export { TsupOptions as t };
|
|
7
|
+
//# sourceMappingURL=build-BvcFYjeF.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-BvcFYjeF.d.cts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,WAAA,GAAc,OAAA,CACxB,IAAA,CACE,YAAA"}
|
|
@@ -2,7 +2,6 @@ import { BuildOptions } from "@storm-software/tsup/types";
|
|
|
2
2
|
|
|
3
3
|
//#region src/types/build.d.ts
|
|
4
4
|
type TsupOptions = Partial<Omit<BuildOptions, "userOptions" | "tsconfig" | "tsconfigRaw" | "assets" | "outputPath" | "mode" | "format" | "platform" | "projectRoot" | "clean" | "env" | "entry" | "entryPoints" | "external" | "noExternal" | "skipNodeModulesBundle">>;
|
|
5
|
-
declare type __ΩTsupOptions = any[];
|
|
6
5
|
//#endregion
|
|
7
|
-
export {
|
|
8
|
-
//# sourceMappingURL=build-
|
|
6
|
+
export { TsupOptions as t };
|
|
7
|
+
//# sourceMappingURL=build-BvcFYjeF.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-BvcFYjeF.d.mts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,WAAA,GAAc,OAAA,CACxB,IAAA,CACE,YAAA"}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig
|
|
1
|
+
import { t as TsupOptions } from "./build-BvcFYjeF.cjs";
|
|
2
|
+
import { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig } from "./types/plugin.cjs";
|
|
3
3
|
import { Plugin } from "powerlines";
|
|
4
4
|
|
|
5
5
|
//#region src/index.d.ts
|
|
@@ -13,5 +13,5 @@ declare module "powerlines" {
|
|
|
13
13
|
*/
|
|
14
14
|
declare const plugin: <TContext extends TsupPluginContext = TsupPluginContext>(options?: TsupPluginOptions) => Plugin<TContext>;
|
|
15
15
|
//#endregion
|
|
16
|
-
export { type TsupOptions, type TsupPluginContext, type TsupPluginOptions, type TsupPluginResolvedConfig, type TsupPluginUserConfig,
|
|
16
|
+
export { type TsupOptions, type TsupPluginContext, type TsupPluginOptions, type TsupPluginResolvedConfig, type TsupPluginUserConfig, plugin as default, plugin };
|
|
17
17
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig
|
|
1
|
+
import { t as TsupOptions } from "./build-BvcFYjeF.mjs";
|
|
2
|
+
import { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig } from "./types/plugin.mjs";
|
|
3
3
|
import { Plugin } from "powerlines";
|
|
4
4
|
|
|
5
5
|
//#region src/index.d.ts
|
|
@@ -13,5 +13,5 @@ declare module "powerlines" {
|
|
|
13
13
|
*/
|
|
14
14
|
declare const plugin: <TContext extends TsupPluginContext = TsupPluginContext>(options?: TsupPluginOptions) => Plugin<TContext>;
|
|
15
15
|
//#endregion
|
|
16
|
-
export { type TsupOptions, type TsupPluginContext, type TsupPluginOptions, type TsupPluginResolvedConfig, type TsupPluginUserConfig,
|
|
16
|
+
export { type TsupOptions, type TsupPluginContext, type TsupPluginOptions, type TsupPluginResolvedConfig, type TsupPluginUserConfig, plugin as default, plugin };
|
|
17
17
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/types/build.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { TsupOptions
|
|
1
|
+
import { t as TsupOptions } from "../build-BvcFYjeF.cjs";
|
|
2
|
+
export { TsupOptions };
|
package/dist/types/build.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { TsupOptions
|
|
1
|
+
import { t as TsupOptions } from "../build-BvcFYjeF.mjs";
|
|
2
|
+
export { TsupOptions };
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig
|
|
3
|
-
export { TsupOptions, TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig
|
|
1
|
+
import { t as TsupOptions } from "../build-BvcFYjeF.cjs";
|
|
2
|
+
import { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig } from "./plugin.cjs";
|
|
3
|
+
export { TsupOptions, TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig
|
|
3
|
-
export { TsupOptions, TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig
|
|
1
|
+
import { t as TsupOptions } from "../build-BvcFYjeF.mjs";
|
|
2
|
+
import { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig } from "./plugin.mjs";
|
|
3
|
+
export { TsupOptions, TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as TsupOptions } from "../build-
|
|
1
|
+
import { t as TsupOptions } from "../build-BvcFYjeF.cjs";
|
|
2
2
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
3
3
|
|
|
4
4
|
//#region src/types/plugin.d.ts
|
|
@@ -10,10 +10,6 @@ interface TsupPluginResolvedConfig extends ResolvedConfig {
|
|
|
10
10
|
tsup: TsupOptions;
|
|
11
11
|
}
|
|
12
12
|
type TsupPluginContext<TResolvedConfig extends TsupPluginResolvedConfig = TsupPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
13
|
-
declare type __ΩTsupPluginOptions = any[];
|
|
14
|
-
declare type __ΩTsupPluginUserConfig = any[];
|
|
15
|
-
declare type __ΩTsupPluginResolvedConfig = any[];
|
|
16
|
-
declare type __ΩTsupPluginContext = any[];
|
|
17
13
|
//#endregion
|
|
18
|
-
export { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig
|
|
14
|
+
export { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig };
|
|
19
15
|
//# sourceMappingURL=plugin.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,iBAAA,GAAoB,OAAO,CAAC,WAAA;AAAA,UAEvB,oBAAA,SAA6B,UAAU;EACtD,IAAA,GAAO,iBAAA;AAAA;AAAA,UAGQ,wBAAA,SAAiC,cAAc;EAC9D,IAAA,EAAM,WAAA;AAAA;AAAA,KAGI,iBAAA,yBACc,wBAAA,GAA2B,wBAAA,IACjD,aAAA,CAAc,eAAA
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,iBAAA,GAAoB,OAAO,CAAC,WAAA;AAAA,UAEvB,oBAAA,SAA6B,UAAU;EACtD,IAAA,GAAO,iBAAA;AAAA;AAAA,UAGQ,wBAAA,SAAiC,cAAc;EAC9D,IAAA,EAAM,WAAA;AAAA;AAAA,KAGI,iBAAA,yBACc,wBAAA,GAA2B,wBAAA,IACjD,aAAA,CAAc,eAAA"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as TsupOptions } from "../build-
|
|
1
|
+
import { t as TsupOptions } from "../build-BvcFYjeF.mjs";
|
|
2
2
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
3
3
|
|
|
4
4
|
//#region src/types/plugin.d.ts
|
|
@@ -10,10 +10,6 @@ interface TsupPluginResolvedConfig extends ResolvedConfig {
|
|
|
10
10
|
tsup: TsupOptions;
|
|
11
11
|
}
|
|
12
12
|
type TsupPluginContext<TResolvedConfig extends TsupPluginResolvedConfig = TsupPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
13
|
-
declare type __ΩTsupPluginOptions = any[];
|
|
14
|
-
declare type __ΩTsupPluginUserConfig = any[];
|
|
15
|
-
declare type __ΩTsupPluginResolvedConfig = any[];
|
|
16
|
-
declare type __ΩTsupPluginContext = any[];
|
|
17
13
|
//#endregion
|
|
18
|
-
export { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig
|
|
14
|
+
export { TsupPluginContext, TsupPluginOptions, TsupPluginResolvedConfig, TsupPluginUserConfig };
|
|
19
15
|
//# sourceMappingURL=plugin.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,iBAAA,GAAoB,OAAO,CAAC,WAAA;AAAA,UAEvB,oBAAA,SAA6B,UAAU;EACtD,IAAA,GAAO,iBAAA;AAAA;AAAA,UAGQ,wBAAA,SAAiC,cAAc;EAC9D,IAAA,EAAM,WAAA;AAAA;AAAA,KAGI,iBAAA,yBACc,wBAAA,GAA2B,wBAAA,IACjD,aAAA,CAAc,eAAA
|
|
1
|
+
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,iBAAA,GAAoB,OAAO,CAAC,WAAA;AAAA,UAEvB,oBAAA,SAA6B,UAAU;EACtD,IAAA,GAAO,iBAAA;AAAA;AAAA,UAGQ,wBAAA,SAAiC,cAAc;EAC9D,IAAA,EAAM,WAAA;AAAA;AAAA,KAGI,iBAAA,yBACc,wBAAA,GAA2B,wBAAA,IACjD,aAAA,CAAc,eAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-tsup",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.531",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"keywords": ["tsup", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -73,20 +73,20 @@
|
|
|
73
73
|
"typings": "dist/index.d.mts",
|
|
74
74
|
"files": ["dist"],
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@powerlines/core": "^0.48.
|
|
77
|
-
"@powerlines/unplugin": "^0.0.
|
|
78
|
-
"@storm-software/build-tools": "^0.158.
|
|
76
|
+
"@powerlines/core": "^0.48.17",
|
|
77
|
+
"@powerlines/unplugin": "^0.0.65",
|
|
78
|
+
"@storm-software/build-tools": "^0.158.193",
|
|
79
79
|
"@stryke/convert": "^0.7.8",
|
|
80
80
|
"@stryke/helpers": "^0.10.17",
|
|
81
81
|
"@stryke/path": "^0.29.4",
|
|
82
82
|
"@stryke/type-checks": "^0.6.10",
|
|
83
83
|
"@stryke/types": "^0.12.5",
|
|
84
84
|
"defu": "^6.1.7",
|
|
85
|
-
"powerlines": "^0.47.
|
|
85
|
+
"powerlines": "^0.47.74",
|
|
86
86
|
"unplugin": "^3.0.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@storm-software/tsup": "^0.2.
|
|
89
|
+
"@storm-software/tsup": "^0.2.191",
|
|
90
90
|
"@types/node": "^25.9.1",
|
|
91
91
|
"tsup": "8.4.0"
|
|
92
92
|
},
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"tsup": { "optional": false }
|
|
97
97
|
},
|
|
98
98
|
"publishConfig": { "access": "public" },
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "f3fdbd0e76de7d7e057362d235875488f4ee3a04"
|
|
100
100
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-CxtvGdh5.d.cts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,WAAA,GAAc,OAAA,CACxB,IAAA,CACE,YAAA;AAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-CxtvGdh5.d.mts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,WAAA,GAAc,OAAA,CACxB,IAAA,CACE,YAAA;AAAA"}
|