powerlines 0.46.2 → 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 CHANGED
@@ -4,9 +4,9 @@ import * as _$_stryke_types_configuration0 from "@stryke/types/configuration";
4
4
  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
- import * as _$_powerlines_plugin_tsup0 from "@powerlines/plugin-tsup";
8
7
  import * as _$_powerlines_plugin_rolldown0 from "@powerlines/plugin-rolldown";
9
8
  import * as _$_powerlines_plugin_tsdown0 from "@powerlines/plugin-tsdown";
9
+ import * as _$_powerlines_plugin_tsup0 from "@powerlines/plugin-tsup";
10
10
  import * as _$_powerlines_plugin_unbuild0 from "@powerlines/plugin-unbuild";
11
11
  import * as _$_powerlines_plugin_rollup0 from "@powerlines/plugin-rollup";
12
12
  import * as _$_farmfe_core0 from "@farmfe/core";
@@ -55,11 +55,11 @@ 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;
60
- readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
59
+ readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
61
60
  readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
62
61
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
62
+ readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
63
63
  readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
64
64
  readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
65
65
  }>) => _$_farmfe_core0.JsPlugin;
package/dist/farm.d.mts CHANGED
@@ -55,11 +55,11 @@ 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;
60
- readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
59
+ readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
61
60
  readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
62
61
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
62
+ readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
63
63
  readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
64
64
  readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
65
65
  }>) => _$_farmfe_core0.JsPlugin;
package/dist/package.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  //#region package.json
3
3
  var name = "powerlines";
4
- var version = "0.46.2";
4
+ var version = "0.46.3";
5
5
 
6
6
  //#endregion
7
7
  Object.defineProperty(exports, 'name', {
package/dist/package.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  //#region package.json
2
2
  var name = "powerlines";
3
- var version = "0.46.2";
3
+ var version = "0.46.3";
4
4
 
5
5
  //#endregion
6
6
  export { name, version };
@@ -4,9 +4,9 @@ import * as _$_stryke_types_configuration0 from "@stryke/types/configuration";
4
4
  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
- import * as _$_powerlines_plugin_tsup0 from "@powerlines/plugin-tsup";
8
7
  import * as _$_powerlines_plugin_rolldown0 from "@powerlines/plugin-rolldown";
9
8
  import * as _$_powerlines_plugin_tsdown0 from "@powerlines/plugin-tsdown";
9
+ import * as _$_powerlines_plugin_tsup0 from "@powerlines/plugin-tsup";
10
10
  import * as _$_powerlines_plugin_unbuild0 from "@powerlines/plugin-unbuild";
11
11
  import * as _$_powerlines_plugin_rollup0 from "@powerlines/plugin-rollup";
12
12
  import * as _$unloader from "unloader";
@@ -52,11 +52,11 @@ 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;
57
- readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
56
+ readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
58
57
  readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
59
58
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
59
+ readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
60
60
  readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
61
61
  readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
62
62
  }>) => _$unloader.Plugin | _$unloader.Plugin[];
@@ -52,11 +52,11 @@ 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;
57
- readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
56
+ readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
58
57
  readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
59
58
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
59
+ readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
60
60
  readonly unbuild?: _$_powerlines_plugin_unbuild0.UnbuildPluginOptions | undefined;
61
61
  readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
62
62
  }>) => _$unloader.Plugin | _$unloader.Plugin[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.46.2",
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.2",
377
- "@powerlines/engine": "^0.46.2",
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": "e2eca169a851d2b144bfc7c677e7047cedf4b6a0"
444
+ "gitHead": "9a51041e0817e438c49db05bb757b3bdbaf497ef"
445
445
  }