@powerlines/plugin-unbuild 0.5.56 → 0.5.57
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/index-BgAdqTbb.d.mts +1 -0
- package/dist/index-CEgs-Dz2.d.cts +1 -0
- package/dist/index.cjs +1 -7
- package/dist/index.d.cts +7 -26
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +12 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -0
- package/dist/plugin-Bvn-he2n.mjs +1 -0
- package/dist/plugin-CgpHQ6ZD.d.cts +1653 -0
- package/dist/plugin-CgpHQ6ZD.d.cts.map +1 -0
- package/dist/plugin-e6LPFTic.d.mts +1654 -0
- package/dist/plugin-e6LPFTic.d.mts.map +1 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.d.cts +3 -23
- package/dist/types/index.d.mts +3 -0
- package/dist/types/index.mjs +1 -0
- package/dist/types/plugin.cjs +1 -1
- package/dist/types/plugin.d.cts +2 -23
- package/dist/types/plugin.d.mts +2 -0
- package/dist/types/plugin.mjs +1 -0
- package/dist/types-B7VYa_Pp.mjs +1 -0
- package/dist/types-DHkg7xmX.cjs +0 -0
- package/package.json +51 -33
- package/dist/index-CswcA74A.d.cts +0 -1564
- package/dist/index-CswcA74A.d.ts +0 -1564
- package/dist/index.d.ts +0 -31
- package/dist/index.js +0 -7
- package/dist/types/index.d.ts +0 -23
- package/dist/types/index.js +0 -1
- package/dist/types/plugin.d.ts +0 -23
- /package/dist/{types/plugin.js → plugin-DHXHjv16.cjs} +0 -0
package/dist/index.d.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { U as UnbuildPluginContext, a as UnbuildPluginOptions, P as Plugin } from './index-CswcA74A.js';
|
|
2
|
-
export { b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from './index-CswcA74A.js';
|
|
3
|
-
import '@storm-software/unbuild/types';
|
|
4
|
-
import '@stryke/env/get-env-paths';
|
|
5
|
-
import '@stryke/http/fetch';
|
|
6
|
-
import '@stryke/types/base';
|
|
7
|
-
import '@stryke/types/package-json';
|
|
8
|
-
import 'jiti';
|
|
9
|
-
import 'magic-string';
|
|
10
|
-
import 'oxc-parser';
|
|
11
|
-
import 'semver';
|
|
12
|
-
import 'ts-morph';
|
|
13
|
-
import 'undici';
|
|
14
|
-
import 'unplugin';
|
|
15
|
-
import '@storm-software/build-tools/types';
|
|
16
|
-
import '@storm-software/config-tools/types';
|
|
17
|
-
import '@storm-software/config/types';
|
|
18
|
-
import '@stryke/types/configuration';
|
|
19
|
-
import '@stryke/types/file';
|
|
20
|
-
import 'vite';
|
|
21
|
-
import '@stryke/fs/resolve';
|
|
22
|
-
import '@stryke/types/array';
|
|
23
|
-
import '@stryke/types/tsconfig';
|
|
24
|
-
import 'typescript';
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* A Powerlines plugin to build projects using Unbuild.
|
|
28
|
-
*/
|
|
29
|
-
declare const plugin: <TContext extends UnbuildPluginContext = UnbuildPluginContext>(options?: UnbuildPluginOptions) => Plugin<TContext>;
|
|
30
|
-
|
|
31
|
-
export { UnbuildPluginContext, UnbuildPluginOptions, plugin as default, plugin };
|
package/dist/index.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import {build}from'@storm-software/unbuild';import {extractUnbuildConfig,DEFAULT_UNBUILD_CONFIG}from'powerlines/lib/build/unbuild';export*from'./types';/*****************************************
|
|
2
|
-
*
|
|
3
|
-
* ⚡ Built by Storm Software
|
|
4
|
-
*
|
|
5
|
-
*****************************************/
|
|
6
|
-
|
|
7
|
-
var o=Object.defineProperty;var n=(i,t)=>o(i,"name",{value:t,configurable:true});const e=n((i={})=>({name:"unbuild",config(){return {output:{format:["esm"]},build:{...DEFAULT_UNBUILD_CONFIG,...i,variant:"unbuild"}}},async build(){await build(extractUnbuildConfig(this));}}),"plugin");var c=e;export{c as default,e as plugin};
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export { U as UnbuildPluginContext, a as UnbuildPluginOptions, b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from '../index-CswcA74A.js';
|
|
2
|
-
import '@storm-software/unbuild/types';
|
|
3
|
-
import '@stryke/env/get-env-paths';
|
|
4
|
-
import '@stryke/http/fetch';
|
|
5
|
-
import '@stryke/types/base';
|
|
6
|
-
import '@stryke/types/package-json';
|
|
7
|
-
import 'jiti';
|
|
8
|
-
import 'magic-string';
|
|
9
|
-
import 'oxc-parser';
|
|
10
|
-
import 'semver';
|
|
11
|
-
import 'ts-morph';
|
|
12
|
-
import 'undici';
|
|
13
|
-
import 'unplugin';
|
|
14
|
-
import '@storm-software/build-tools/types';
|
|
15
|
-
import '@storm-software/config-tools/types';
|
|
16
|
-
import '@storm-software/config/types';
|
|
17
|
-
import '@stryke/types/configuration';
|
|
18
|
-
import '@stryke/types/file';
|
|
19
|
-
import 'vite';
|
|
20
|
-
import '@stryke/fs/resolve';
|
|
21
|
-
import '@stryke/types/array';
|
|
22
|
-
import '@stryke/types/tsconfig';
|
|
23
|
-
import 'typescript';
|
package/dist/types/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export*from'./plugin';
|
package/dist/types/plugin.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export { U as UnbuildPluginContext, a as UnbuildPluginOptions, b as UnbuildPluginResolvedConfig, d as __ΩUnbuildPluginContext, _ as __ΩUnbuildPluginOptions, c as __ΩUnbuildPluginResolvedConfig } from '../index-CswcA74A.js';
|
|
2
|
-
import '@storm-software/unbuild/types';
|
|
3
|
-
import '@stryke/env/get-env-paths';
|
|
4
|
-
import '@stryke/http/fetch';
|
|
5
|
-
import '@stryke/types/base';
|
|
6
|
-
import '@stryke/types/package-json';
|
|
7
|
-
import 'jiti';
|
|
8
|
-
import 'magic-string';
|
|
9
|
-
import 'oxc-parser';
|
|
10
|
-
import 'semver';
|
|
11
|
-
import 'ts-morph';
|
|
12
|
-
import 'undici';
|
|
13
|
-
import 'unplugin';
|
|
14
|
-
import '@storm-software/build-tools/types';
|
|
15
|
-
import '@storm-software/config-tools/types';
|
|
16
|
-
import '@storm-software/config/types';
|
|
17
|
-
import '@stryke/types/configuration';
|
|
18
|
-
import '@stryke/types/file';
|
|
19
|
-
import 'vite';
|
|
20
|
-
import '@stryke/fs/resolve';
|
|
21
|
-
import '@stryke/types/array';
|
|
22
|
-
import '@stryke/types/tsconfig';
|
|
23
|
-
import 'typescript';
|
|
File without changes
|