powerlines 0.46.2 → 0.46.4

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,11 +4,11 @@ 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";
8
+ import * as _$_powerlines_plugin_rollup0 from "@powerlines/plugin-rollup";
9
9
  import * as _$_powerlines_plugin_tsdown0 from "@powerlines/plugin-tsdown";
10
+ import * as _$_powerlines_plugin_tsup0 from "@powerlines/plugin-tsup";
10
11
  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
@@ -57,11 +57,11 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
57
57
  readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
58
58
  readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
59
59
  readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
60
- readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
61
60
  readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
61
+ readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
62
62
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
63
+ readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
63
64
  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
@@ -57,11 +57,11 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
57
57
  readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
58
58
  readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
59
59
  readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
60
- readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
61
60
  readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
61
+ readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
62
62
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
63
+ readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
63
64
  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
@@ -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.4";
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.4";
4
4
 
5
5
  //#endregion
6
6
  export { name, version };
@@ -4,11 +4,11 @@ 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";
8
+ import * as _$_powerlines_plugin_rollup0 from "@powerlines/plugin-rollup";
9
9
  import * as _$_powerlines_plugin_tsdown0 from "@powerlines/plugin-tsdown";
10
+ import * as _$_powerlines_plugin_tsup0 from "@powerlines/plugin-tsup";
10
11
  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
@@ -54,11 +54,11 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
54
54
  readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
55
55
  readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
56
56
  readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
57
- readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
58
57
  readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
58
+ readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
59
59
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
60
+ readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
60
61
  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 };
@@ -54,11 +54,11 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
54
54
  readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
55
55
  readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
56
56
  readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
57
- readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
58
57
  readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
58
+ readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
59
59
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
60
+ readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
60
61
  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.2",
3
+ "version": "0.46.4",
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.4",
377
+ "@powerlines/engine": "^0.46.4",
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": "2e5eff0d36cb4a1a54242017a16c5af5d9ce2cc3"
445
445
  }