powerlines 0.46.1 → 0.46.3
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/farm.d.cts +5 -5
- package/dist/farm.d.mts +3 -3
- package/dist/package.cjs +1 -1
- package/dist/package.mjs +1 -1
- package/dist/unloader.d.cts +5 -5
- package/dist/unloader.d.mts +3 -3
- package/package.json +4 -4
package/dist/farm.d.cts
CHANGED
|
@@ -5,10 +5,10 @@ import * as _$compatx from "compatx";
|
|
|
5
5
|
import * as _$_powerlines_plugin_vite0 from "@powerlines/plugin-vite";
|
|
6
6
|
import * as _$_powerlines_plugin_webpack0 from "@powerlines/plugin-webpack";
|
|
7
7
|
import * as _$_powerlines_plugin_rolldown0 from "@powerlines/plugin-rolldown";
|
|
8
|
-
import * as _$_powerlines_plugin_rollup0 from "@powerlines/plugin-rollup";
|
|
9
|
-
import * as _$_powerlines_plugin_unbuild0 from "@powerlines/plugin-unbuild";
|
|
10
8
|
import * as _$_powerlines_plugin_tsdown0 from "@powerlines/plugin-tsdown";
|
|
11
9
|
import * as _$_powerlines_plugin_tsup0 from "@powerlines/plugin-tsup";
|
|
10
|
+
import * as _$_powerlines_plugin_unbuild0 from "@powerlines/plugin-unbuild";
|
|
11
|
+
import * as _$_powerlines_plugin_rollup0 from "@powerlines/plugin-rollup";
|
|
12
12
|
import * as _$_farmfe_core0 from "@farmfe/core";
|
|
13
13
|
|
|
14
14
|
//#region src/farm.d.ts
|
|
@@ -55,13 +55,13 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
|
|
|
55
55
|
readonly tsconfig?: string | undefined;
|
|
56
56
|
readonly tsconfigRaw?: _$_powerlines_core0.TSConfig | undefined;
|
|
57
57
|
readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
|
|
58
|
-
readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
|
|
59
58
|
readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
|
|
59
|
+
readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
|
|
60
60
|
readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
|
|
61
|
-
readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
|
|
62
|
-
readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
|
|
63
61
|
readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
|
|
64
62
|
readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
|
|
63
|
+
readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
|
|
64
|
+
readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
|
|
65
65
|
}>) => _$_farmfe_core0.JsPlugin;
|
|
66
66
|
//#endregion
|
|
67
67
|
export { unplugin as farm, unplugin };
|
package/dist/farm.d.mts
CHANGED
|
@@ -55,13 +55,13 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
|
|
|
55
55
|
readonly tsconfig?: string | undefined;
|
|
56
56
|
readonly tsconfigRaw?: _$_powerlines_core0.TSConfig | undefined;
|
|
57
57
|
readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
|
|
58
|
-
readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
|
|
59
58
|
readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
|
|
59
|
+
readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
|
|
60
60
|
readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
|
|
61
|
-
readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
|
|
62
|
-
readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
|
|
63
61
|
readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
|
|
64
62
|
readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
|
|
63
|
+
readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
|
|
64
|
+
readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
|
|
65
65
|
}>) => _$_farmfe_core0.JsPlugin;
|
|
66
66
|
//#endregion
|
|
67
67
|
export { unplugin as farm, unplugin };
|
package/dist/package.cjs
CHANGED
package/dist/package.mjs
CHANGED
package/dist/unloader.d.cts
CHANGED
|
@@ -5,10 +5,10 @@ import * as _$compatx from "compatx";
|
|
|
5
5
|
import * as _$_powerlines_plugin_vite0 from "@powerlines/plugin-vite";
|
|
6
6
|
import * as _$_powerlines_plugin_webpack0 from "@powerlines/plugin-webpack";
|
|
7
7
|
import * as _$_powerlines_plugin_rolldown0 from "@powerlines/plugin-rolldown";
|
|
8
|
-
import * as _$_powerlines_plugin_rollup0 from "@powerlines/plugin-rollup";
|
|
9
|
-
import * as _$_powerlines_plugin_unbuild0 from "@powerlines/plugin-unbuild";
|
|
10
8
|
import * as _$_powerlines_plugin_tsdown0 from "@powerlines/plugin-tsdown";
|
|
11
9
|
import * as _$_powerlines_plugin_tsup0 from "@powerlines/plugin-tsup";
|
|
10
|
+
import * as _$_powerlines_plugin_unbuild0 from "@powerlines/plugin-unbuild";
|
|
11
|
+
import * as _$_powerlines_plugin_rollup0 from "@powerlines/plugin-rollup";
|
|
12
12
|
import * as _$unloader from "unloader";
|
|
13
13
|
|
|
14
14
|
//#region src/unloader.d.ts
|
|
@@ -52,13 +52,13 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
|
|
|
52
52
|
readonly tsconfig?: string | undefined;
|
|
53
53
|
readonly tsconfigRaw?: _$_powerlines_core0.TSConfig | undefined;
|
|
54
54
|
readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
|
|
55
|
-
readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
|
|
56
55
|
readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
|
|
56
|
+
readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
|
|
57
57
|
readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
|
|
58
|
-
readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
|
|
59
|
-
readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
|
|
60
58
|
readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
|
|
61
59
|
readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
|
|
60
|
+
readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
|
|
61
|
+
readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
|
|
62
62
|
}>) => _$unloader.Plugin | _$unloader.Plugin[];
|
|
63
63
|
//#endregion
|
|
64
64
|
export { unplugin as unloader, unplugin };
|
package/dist/unloader.d.mts
CHANGED
|
@@ -52,13 +52,13 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
|
|
|
52
52
|
readonly tsconfig?: string | undefined;
|
|
53
53
|
readonly tsconfigRaw?: _$_powerlines_core0.TSConfig | undefined;
|
|
54
54
|
readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
|
|
55
|
-
readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
|
|
56
55
|
readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
|
|
56
|
+
readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
|
|
57
57
|
readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
|
|
58
|
-
readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
|
|
59
|
-
readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
|
|
60
58
|
readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
|
|
61
59
|
readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
|
|
60
|
+
readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
|
|
61
|
+
readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
|
|
62
62
|
}>) => _$unloader.Plugin | _$unloader.Plugin[];
|
|
63
63
|
//#endregion
|
|
64
64
|
export { unplugin as unloader, unplugin };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerlines",
|
|
3
|
-
"version": "0.46.
|
|
3
|
+
"version": "0.46.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The \"framework framework\" that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
|
|
6
6
|
"keywords": [
|
|
@@ -373,8 +373,8 @@
|
|
|
373
373
|
"files": ["dist/**/*", "files/**/*", "schemas/**/*"],
|
|
374
374
|
"dependencies": {
|
|
375
375
|
"@babel/types": "8.0.0-rc.4",
|
|
376
|
-
"@powerlines/core": "^0.46.
|
|
377
|
-
"@powerlines/engine": "^0.46.
|
|
376
|
+
"@powerlines/core": "^0.46.3",
|
|
377
|
+
"@powerlines/engine": "^0.46.3",
|
|
378
378
|
"@storm-software/config": "^1.137.34",
|
|
379
379
|
"@storm-software/config-tools": "^1.190.1",
|
|
380
380
|
"@stryke/fs": "^0.33.70",
|
|
@@ -441,5 +441,5 @@
|
|
|
441
441
|
},
|
|
442
442
|
"publishConfig": { "access": "public" },
|
|
443
443
|
"bin": { "powerlines": "./bin/bin.mjs" },
|
|
444
|
-
"gitHead": "
|
|
444
|
+
"gitHead": "9a51041e0817e438c49db05bb757b3bdbaf497ef"
|
|
445
445
|
}
|