powerlines 0.46.5 → 0.46.6

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
@@ -2,9 +2,9 @@ import * as _$_powerlines_core0 from "@powerlines/core";
2
2
  import * as _$_powerlines_plugin_esbuild0 from "@powerlines/plugin-esbuild";
3
3
  import * as _$_stryke_types_configuration0 from "@stryke/types/configuration";
4
4
  import * as _$compatx from "compatx";
5
- import * as _$_powerlines_plugin_rolldown0 from "@powerlines/plugin-rolldown";
6
- import * as _$_powerlines_plugin_vite0 from "@powerlines/plugin-vite";
7
5
  import * as _$_powerlines_plugin_webpack0 from "@powerlines/plugin-webpack";
6
+ import * as _$_powerlines_plugin_vite0 from "@powerlines/plugin-vite";
7
+ import * as _$_powerlines_plugin_rolldown0 from "@powerlines/plugin-rolldown";
8
8
  import * as _$_powerlines_plugin_rollup0 from "@powerlines/plugin-rollup";
9
9
  import * as _$_powerlines_plugin_tsdown0 from "@powerlines/plugin-tsdown";
10
10
  import * as _$_powerlines_plugin_tsup0 from "@powerlines/plugin-tsup";
@@ -54,10 +54,10 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
54
54
  readonly inject?: Record<string, string | string[]> | undefined;
55
55
  readonly tsconfig?: string | undefined;
56
56
  readonly tsconfigRaw?: _$_powerlines_core0.TSConfig | undefined;
57
- readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
57
+ readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
58
58
  readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
59
59
  readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
60
- readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
60
+ readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
61
61
  readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
62
62
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
63
63
  readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
package/dist/farm.d.mts CHANGED
@@ -54,10 +54,10 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
54
54
  readonly inject?: Record<string, string | string[]> | undefined;
55
55
  readonly tsconfig?: string | undefined;
56
56
  readonly tsconfigRaw?: _$_powerlines_core0.TSConfig | undefined;
57
- readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
57
+ readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
58
58
  readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
59
59
  readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
60
- readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
60
+ readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
61
61
  readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
62
62
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
63
63
  readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
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.5";
4
+ var version = "0.46.6";
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.5";
3
+ var version = "0.46.6";
4
4
 
5
5
  //#endregion
6
6
  export { name, version };
@@ -2,9 +2,9 @@ import * as _$_powerlines_core0 from "@powerlines/core";
2
2
  import * as _$_powerlines_plugin_esbuild0 from "@powerlines/plugin-esbuild";
3
3
  import * as _$_stryke_types_configuration0 from "@stryke/types/configuration";
4
4
  import * as _$compatx from "compatx";
5
- import * as _$_powerlines_plugin_rolldown0 from "@powerlines/plugin-rolldown";
6
- import * as _$_powerlines_plugin_vite0 from "@powerlines/plugin-vite";
7
5
  import * as _$_powerlines_plugin_webpack0 from "@powerlines/plugin-webpack";
6
+ import * as _$_powerlines_plugin_vite0 from "@powerlines/plugin-vite";
7
+ import * as _$_powerlines_plugin_rolldown0 from "@powerlines/plugin-rolldown";
8
8
  import * as _$_powerlines_plugin_rollup0 from "@powerlines/plugin-rollup";
9
9
  import * as _$_powerlines_plugin_tsdown0 from "@powerlines/plugin-tsdown";
10
10
  import * as _$_powerlines_plugin_tsup0 from "@powerlines/plugin-tsup";
@@ -51,10 +51,10 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
51
51
  readonly inject?: Record<string, string | string[]> | undefined;
52
52
  readonly tsconfig?: string | undefined;
53
53
  readonly tsconfigRaw?: _$_powerlines_core0.TSConfig | undefined;
54
- readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
54
+ readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
55
55
  readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
56
56
  readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
57
- readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
57
+ readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
58
58
  readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
59
59
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
60
60
  readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
@@ -51,10 +51,10 @@ declare const unplugin: (options: _$_powerlines_core0.InitialPluginConfig<{
51
51
  readonly inject?: Record<string, string | string[]> | undefined;
52
52
  readonly tsconfig?: string | undefined;
53
53
  readonly tsconfigRaw?: _$_powerlines_core0.TSConfig | undefined;
54
- readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
54
+ readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
55
55
  readonly vite?: _$_powerlines_plugin_vite0.VitePluginOptions | undefined;
56
56
  readonly esbuild?: _$_powerlines_plugin_esbuild0.EsbuildPluginOptions | undefined;
57
- readonly webpack?: _$_powerlines_plugin_webpack0.WebpackPluginOptions | undefined;
57
+ readonly rolldown?: _$_powerlines_plugin_rolldown0.RolldownPluginOptions | undefined;
58
58
  readonly rollup?: _$_powerlines_plugin_rollup0.RollupPluginOptions | undefined;
59
59
  readonly tsdown?: _$_powerlines_plugin_tsdown0.TsdownPluginOptions | undefined;
60
60
  readonly tsup?: _$_powerlines_plugin_tsup0.TsupPluginOptions | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.46.5",
3
+ "version": "0.46.6",
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.5",
377
- "@powerlines/engine": "^0.46.5",
376
+ "@powerlines/core": "^0.46.6",
377
+ "@powerlines/engine": "^0.46.6",
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": "9af888c54e58a82744cc334a6b80da52429fa0ac"
444
+ "gitHead": "610c4c943933458c5f433b9002d8c187625b2d3f"
445
445
  }