@powerlines/plugin-unbuild 0.5.528 → 0.5.530
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-CEYII8lu.d.cts → build-CoGDWcrY.d.cts} +2 -3
- package/dist/build-CoGDWcrY.d.cts.map +1 -0
- package/dist/{build-CEYII8lu.d.mts → build-CoGDWcrY.d.mts} +2 -3
- package/dist/build-CoGDWcrY.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 +6 -6
- package/dist/build-CEYII8lu.d.cts.map +0 -1
- package/dist/build-CEYII8lu.d.mts.map +0 -1
|
@@ -2,7 +2,6 @@ import { UnbuildOptions } from "@storm-software/unbuild/types";
|
|
|
2
2
|
|
|
3
3
|
//#region src/types/build.d.ts
|
|
4
4
|
type UnbuildOptions$1 = Partial<Omit<UnbuildOptions, "tsconfig" | "tsconfigRaw" | "assets" | "outputPath" | "mode" | "format" | "platform" | "projectRoot" | "env" | "entry" | "entryPoints">>;
|
|
5
|
-
declare type __ΩUnbuildOptions = any[];
|
|
6
5
|
//#endregion
|
|
7
|
-
export {
|
|
8
|
-
//# sourceMappingURL=build-
|
|
6
|
+
export { UnbuildOptions$1 as t };
|
|
7
|
+
//# sourceMappingURL=build-CoGDWcrY.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-CoGDWcrY.d.cts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,gBAAA,GAAiB,OAAA,CAC3B,IAAA,CACE,cAAA"}
|
|
@@ -2,7 +2,6 @@ import { UnbuildOptions } from "@storm-software/unbuild/types";
|
|
|
2
2
|
|
|
3
3
|
//#region src/types/build.d.ts
|
|
4
4
|
type UnbuildOptions$1 = Partial<Omit<UnbuildOptions, "tsconfig" | "tsconfigRaw" | "assets" | "outputPath" | "mode" | "format" | "platform" | "projectRoot" | "env" | "entry" | "entryPoints">>;
|
|
5
|
-
declare type __ΩUnbuildOptions = any[];
|
|
6
5
|
//#endregion
|
|
7
|
-
export {
|
|
8
|
-
//# sourceMappingURL=build-
|
|
6
|
+
export { UnbuildOptions$1 as t };
|
|
7
|
+
//# sourceMappingURL=build-CoGDWcrY.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-CoGDWcrY.d.mts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,gBAAA,GAAiB,OAAA,CAC3B,IAAA,CACE,cAAA"}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as resolveOptions, r as unbuildLoader, t as DEFAULT_UNBUILD_CONFIG } from "./resolve-options-D0mZJAxf.cjs";
|
|
2
|
-
import {
|
|
3
|
-
import { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig
|
|
2
|
+
import { t as UnbuildOptions } from "./build-CoGDWcrY.cjs";
|
|
3
|
+
import { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig } from "./types/plugin.cjs";
|
|
4
4
|
import { Plugin } from "powerlines";
|
|
5
5
|
|
|
6
6
|
//#region src/index.d.ts
|
|
@@ -14,5 +14,5 @@ declare module "powerlines" {
|
|
|
14
14
|
*/
|
|
15
15
|
declare const plugin: <TContext extends UnbuildPluginContext = UnbuildPluginContext>(options?: UnbuildPluginOptions) => Plugin<TContext>;
|
|
16
16
|
//#endregion
|
|
17
|
-
export { DEFAULT_UNBUILD_CONFIG, type UnbuildOptions, type UnbuildPluginContext, type UnbuildPluginOptions, type UnbuildPluginResolvedConfig, type UnbuildPluginUserConfig,
|
|
17
|
+
export { DEFAULT_UNBUILD_CONFIG, type UnbuildOptions, type UnbuildPluginContext, type UnbuildPluginOptions, type UnbuildPluginResolvedConfig, type UnbuildPluginUserConfig, plugin as default, plugin, resolveOptions, unbuildLoader };
|
|
18
18
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as resolveOptions, r as unbuildLoader, t as DEFAULT_UNBUILD_CONFIG } from "./resolve-options-D0mZJAxf.mjs";
|
|
2
|
-
import {
|
|
3
|
-
import { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig
|
|
2
|
+
import { t as UnbuildOptions } from "./build-CoGDWcrY.mjs";
|
|
3
|
+
import { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig } from "./types/plugin.mjs";
|
|
4
4
|
import { Plugin } from "powerlines";
|
|
5
5
|
|
|
6
6
|
//#region src/index.d.ts
|
|
@@ -14,5 +14,5 @@ declare module "powerlines" {
|
|
|
14
14
|
*/
|
|
15
15
|
declare const plugin: <TContext extends UnbuildPluginContext = UnbuildPluginContext>(options?: UnbuildPluginOptions) => Plugin<TContext>;
|
|
16
16
|
//#endregion
|
|
17
|
-
export { DEFAULT_UNBUILD_CONFIG, type UnbuildOptions, type UnbuildPluginContext, type UnbuildPluginOptions, type UnbuildPluginResolvedConfig, type UnbuildPluginUserConfig,
|
|
17
|
+
export { DEFAULT_UNBUILD_CONFIG, type UnbuildOptions, type UnbuildPluginContext, type UnbuildPluginOptions, type UnbuildPluginResolvedConfig, type UnbuildPluginUserConfig, plugin as default, plugin, resolveOptions, unbuildLoader };
|
|
18
18
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/types/build.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { UnbuildOptions
|
|
1
|
+
import { t as UnbuildOptions } from "../build-CoGDWcrY.cjs";
|
|
2
|
+
export { UnbuildOptions };
|
package/dist/types/build.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { UnbuildOptions
|
|
1
|
+
import { t as UnbuildOptions } from "../build-CoGDWcrY.mjs";
|
|
2
|
+
export { UnbuildOptions };
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig
|
|
3
|
-
export { UnbuildOptions, UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig
|
|
1
|
+
import { t as UnbuildOptions } from "../build-CoGDWcrY.cjs";
|
|
2
|
+
import { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig } from "./plugin.cjs";
|
|
3
|
+
export { UnbuildOptions, UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig
|
|
3
|
-
export { UnbuildOptions, UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig
|
|
1
|
+
import { t as UnbuildOptions } from "../build-CoGDWcrY.mjs";
|
|
2
|
+
import { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig } from "./plugin.mjs";
|
|
3
|
+
export { UnbuildOptions, UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as UnbuildOptions } from "../build-
|
|
1
|
+
import { t as UnbuildOptions } from "../build-CoGDWcrY.cjs";
|
|
2
2
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
3
3
|
|
|
4
4
|
//#region src/types/plugin.d.ts
|
|
@@ -10,10 +10,6 @@ interface UnbuildPluginResolvedConfig extends ResolvedConfig {
|
|
|
10
10
|
unbuild: UnbuildOptions;
|
|
11
11
|
}
|
|
12
12
|
type UnbuildPluginContext<TResolvedConfig extends UnbuildPluginResolvedConfig = UnbuildPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
13
|
-
declare type __ΩUnbuildPluginOptions = any[];
|
|
14
|
-
declare type __ΩUnbuildPluginUserConfig = any[];
|
|
15
|
-
declare type __ΩUnbuildPluginResolvedConfig = any[];
|
|
16
|
-
declare type __ΩUnbuildPluginContext = any[];
|
|
17
13
|
//#endregion
|
|
18
|
-
export { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig
|
|
14
|
+
export { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig };
|
|
19
15
|
//# sourceMappingURL=plugin.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,oBAAA,GAAuB,OAAO,CAAC,cAAA;AAAA,UAE1B,uBAAA,SAAgC,UAAU;EACzD,OAAA,GAAU,oBAAA;AAAA;AAAA,UAGK,2BAAA,SAAoC,cAAc;EACjE,OAAA,EAAS,cAAA;AAAA;AAAA,KAGC,oBAAA,yBACc,2BAAA,GACtB,2BAAA,IACA,aAAA,CAAc,eAAA
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,oBAAA,GAAuB,OAAO,CAAC,cAAA;AAAA,UAE1B,uBAAA,SAAgC,UAAU;EACzD,OAAA,GAAU,oBAAA;AAAA;AAAA,UAGK,2BAAA,SAAoC,cAAc;EACjE,OAAA,EAAS,cAAA;AAAA;AAAA,KAGC,oBAAA,yBACc,2BAAA,GACtB,2BAAA,IACA,aAAA,CAAc,eAAA"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as UnbuildOptions } from "../build-
|
|
1
|
+
import { t as UnbuildOptions } from "../build-CoGDWcrY.mjs";
|
|
2
2
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
3
3
|
|
|
4
4
|
//#region src/types/plugin.d.ts
|
|
@@ -10,10 +10,6 @@ interface UnbuildPluginResolvedConfig extends ResolvedConfig {
|
|
|
10
10
|
unbuild: UnbuildOptions;
|
|
11
11
|
}
|
|
12
12
|
type UnbuildPluginContext<TResolvedConfig extends UnbuildPluginResolvedConfig = UnbuildPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
13
|
-
declare type __ΩUnbuildPluginOptions = any[];
|
|
14
|
-
declare type __ΩUnbuildPluginUserConfig = any[];
|
|
15
|
-
declare type __ΩUnbuildPluginResolvedConfig = any[];
|
|
16
|
-
declare type __ΩUnbuildPluginContext = any[];
|
|
17
13
|
//#endregion
|
|
18
|
-
export { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig
|
|
14
|
+
export { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, UnbuildPluginUserConfig };
|
|
19
15
|
//# sourceMappingURL=plugin.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,oBAAA,GAAuB,OAAO,CAAC,cAAA;AAAA,UAE1B,uBAAA,SAAgC,UAAU;EACzD,OAAA,GAAU,oBAAA;AAAA;AAAA,UAGK,2BAAA,SAAoC,cAAc;EACjE,OAAA,EAAS,cAAA;AAAA;AAAA,KAGC,oBAAA,yBACc,2BAAA,GACtB,2BAAA,IACA,aAAA,CAAc,eAAA
|
|
1
|
+
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,oBAAA,GAAuB,OAAO,CAAC,cAAA;AAAA,UAE1B,uBAAA,SAAgC,UAAU;EACzD,OAAA,GAAU,oBAAA;AAAA;AAAA,UAGK,2BAAA,SAAoC,cAAc;EACjE,OAAA,EAAS,cAAA;AAAA;AAAA,KAGC,oBAAA,yBACc,2BAAA,GACtB,2BAAA,IACA,aAAA,CAAc,eAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-unbuild",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.530",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to build projects using Unbuild.",
|
|
6
6
|
"keywords": ["unbuild", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -69,22 +69,22 @@
|
|
|
69
69
|
"typings": "dist/index.d.mts",
|
|
70
70
|
"files": ["dist"],
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@powerlines/core": "^0.48.
|
|
73
|
-
"@powerlines/unplugin": "^0.0.
|
|
72
|
+
"@powerlines/core": "^0.48.17",
|
|
73
|
+
"@powerlines/unplugin": "^0.0.65",
|
|
74
74
|
"@stryke/helpers": "^0.10.17",
|
|
75
75
|
"@stryke/path": "^0.29.4",
|
|
76
76
|
"@stryke/type-checks": "^0.6.10",
|
|
77
77
|
"defu": "^6.1.7",
|
|
78
78
|
"esbuild": "^0.27.7",
|
|
79
|
-
"powerlines": "^0.47.
|
|
79
|
+
"powerlines": "^0.47.74",
|
|
80
80
|
"unplugin": "^3.0.0"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@storm-software/unbuild": "^0.57.
|
|
83
|
+
"@storm-software/unbuild": "^0.57.194",
|
|
84
84
|
"@types/node": "^25.9.1"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": { "@storm-software/unbuild": ">=0.57.0" },
|
|
87
87
|
"peerDependenciesMeta": { "@storm-software/unbuild": { "optional": false } },
|
|
88
88
|
"publishConfig": { "access": "public" },
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "f3fdbd0e76de7d7e057362d235875488f4ee3a04"
|
|
90
90
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-CEYII8lu.d.cts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,gBAAA,GAAiB,OAAA,CAC3B,IAAA,CACE,cAAA;AAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-CEYII8lu.d.mts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,gBAAA,GAAiB,OAAA,CAC3B,IAAA,CACE,cAAA;AAAA"}
|