@powerlines/unplugin 0.0.40 → 0.0.50

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.cjs CHANGED
@@ -1,5 +1,4 @@
1
1
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
2
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
3
2
  const require_unplugin = require('./unplugin.cjs');
4
3
  let unplugin = require("unplugin");
5
4
 
package/dist/index.cjs CHANGED
@@ -1,6 +1,7 @@
1
1
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
2
2
  const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
3
3
  const require_unplugin = require('./unplugin.cjs');
4
+ const require_esbuild = require('./esbuild.cjs');
4
5
  const require_rolldown = require('./rolldown.cjs');
5
6
  const require_vite = require('./vite.cjs');
6
7
  const require_astro = require('./astro.cjs');
@@ -21,6 +22,7 @@ var src_exports = /* @__PURE__ */ require_runtime.__exportAll({
21
22
  });
22
23
  const plugins = {
23
24
  astro: require_astro.default,
25
+ esbuild: require_esbuild.default,
24
26
  farm: require_farm.default,
25
27
  next: require_next.default,
26
28
  nuxt: require_nuxt,
package/dist/index.d.cts CHANGED
@@ -13,6 +13,7 @@ declare namespace index_d_exports {
13
13
  }
14
14
  declare const plugins: {
15
15
  astro: typeof withPlugin;
16
+ esbuild: (options?: UnpluginExecutionOptions | undefined) => import("esbuild").Plugin;
16
17
  farm: (options?: UnpluginExecutionOptions | undefined) => import("@farmfe/core").JsPlugin;
17
18
  next: typeof withPlugin$1;
18
19
  nuxt: import("@nuxt/schema").NuxtModule<import("@powerlines/core").UserConfig, import("@powerlines/core").UserConfig, false>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;;;cAiCa,OAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;;;cAkCa,OAAA"}
package/dist/index.d.mts CHANGED
@@ -13,6 +13,7 @@ declare namespace index_d_exports {
13
13
  }
14
14
  declare const plugins: {
15
15
  astro: typeof withPlugin;
16
+ esbuild: (options?: UnpluginExecutionOptions | undefined) => import("esbuild").Plugin;
16
17
  farm: (options?: UnpluginExecutionOptions | undefined) => import("@farmfe/core").JsPlugin;
17
18
  next: typeof withPlugin$1;
18
19
  nuxt: import("@nuxt/schema").NuxtModule<import("@powerlines/core").UserConfig, import("@powerlines/core").UserConfig, false>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;;;cAiCa,OAAA"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;;;cAkCa,OAAA"}
package/dist/index.mjs CHANGED
@@ -1,16 +1,17 @@
1
1
  import { __exportAll, __reExport } from "./_virtual/_rolldown/runtime.mjs";
2
2
  import { createUnpluginFactory } from "./unplugin.mjs";
3
- import plugin from "./rolldown.mjs";
4
- import plugin$1 from "./vite.mjs";
3
+ import plugin from "./esbuild.mjs";
4
+ import plugin$1 from "./rolldown.mjs";
5
+ import plugin$2 from "./vite.mjs";
5
6
  import withPlugin from "./astro.mjs";
6
7
  import farm from "./farm.mjs";
7
8
  import withPlugin$1 from "./next.mjs";
8
- import plugin$2 from "./nuxt.mjs";
9
- import plugin$3 from "./rollup.mjs";
10
- import plugin$4 from "./rspack.mjs";
11
- import plugin$5 from "./tsdown.mjs";
9
+ import plugin$3 from "./nuxt.mjs";
10
+ import plugin$4 from "./rollup.mjs";
11
+ import plugin$5 from "./rspack.mjs";
12
+ import plugin$6 from "./tsdown.mjs";
12
13
  import withPlugin$2 from "./tsup.mjs";
13
- import plugin$6 from "./unloader.mjs";
14
+ import plugin$7 from "./unloader.mjs";
14
15
 
15
16
  export * from "@powerlines/core/lib/unplugin"
16
17
 
@@ -22,16 +23,17 @@ var src_exports = /* @__PURE__ */ __exportAll({
22
23
  });
23
24
  const plugins = {
24
25
  astro: withPlugin,
26
+ esbuild: plugin,
25
27
  farm,
26
28
  next: withPlugin$1,
27
- nuxt: plugin$2,
28
- rolldown: plugin,
29
- rollup: plugin$3,
30
- rspack: plugin$4,
31
- tsdown: plugin$5,
29
+ nuxt: plugin$3,
30
+ rolldown: plugin$1,
31
+ rollup: plugin$4,
32
+ rspack: plugin$5,
33
+ tsdown: plugin$6,
32
34
  tsup: withPlugin$2,
33
- unloader: plugin$6,
34
- vite: plugin$1
35
+ unloader: plugin$7,
36
+ vite: plugin$2
35
37
  };
36
38
 
37
39
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport astro from \"./astro\";\nimport farm from \"./farm\";\nimport next from \"./next\";\nimport nuxt from \"./nuxt\";\nimport rolldown from \"./rolldown\";\nimport rollup from \"./rollup\";\nimport rspack from \"./rspack\";\nimport tsdown from \"./tsdown\";\nimport tsup from \"./tsup\";\nimport unloader from \"./unloader\";\nimport vite from \"./vite\";\n\nexport type * from \"./types\";\nexport * from \"./unplugin\";\n\nexport const plugins = {\n astro,\n farm,\n next,\n nuxt,\n rolldown,\n rollup,\n rspack,\n tsdown,\n tsup,\n unloader,\n vite\n};\n\nexport default plugins;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAiCA,MAAa,UAAU;CACrB;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport astro from \"./astro\";\nimport esbuild from \"./esbuild\";\nimport farm from \"./farm\";\nimport next from \"./next\";\nimport nuxt from \"./nuxt\";\nimport rolldown from \"./rolldown\";\nimport rollup from \"./rollup\";\nimport rspack from \"./rspack\";\nimport tsdown from \"./tsdown\";\nimport tsup from \"./tsup\";\nimport unloader from \"./unloader\";\nimport vite from \"./vite\";\n\nexport type * from \"./types\";\nexport * from \"./unplugin\";\n\nexport const plugins = {\n astro,\n esbuild,\n farm,\n next,\n nuxt,\n rolldown,\n rollup,\n rspack,\n tsdown,\n tsup,\n unloader,\n vite\n};\n\nexport default plugins;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAkCA,MAAa,UAAU;CACrB;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF"}
package/dist/nuxt.cjs CHANGED
@@ -1,4 +1,3 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
1
  const require_vite = require('./vite.cjs');
3
2
  const require_webpack = require('./webpack.cjs');
4
3
  const require_package = require('./package.cjs');
package/dist/package.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  //#region package.json
3
3
  var name = "@powerlines/unplugin";
4
- var version = "0.0.39";
4
+ var version = "0.0.49";
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/unplugin";
3
- var version = "0.0.39";
3
+ var version = "0.0.49";
4
4
 
5
5
  //#endregion
6
6
  export { name, version };
package/dist/unloader.cjs CHANGED
@@ -1,5 +1,4 @@
1
1
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
2
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
3
2
  const require_unplugin = require('./unplugin.cjs');
4
3
  let unplugin = require("unplugin");
5
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/unplugin",
3
- "version": "0.0.40",
3
+ "version": "0.0.50",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "keywords": [
@@ -105,7 +105,7 @@
105
105
  "typings": "dist/index.d.mts",
106
106
  "files": ["dist"],
107
107
  "dependencies": {
108
- "@powerlines/core": "^0.15.25",
108
+ "@powerlines/core": "^0.48.2",
109
109
  "@rollup/plugin-alias": "^6.0.0",
110
110
  "@rollup/plugin-inject": "^5.0.5",
111
111
  "@rollup/plugin-node-resolve": "^16.0.3",
@@ -126,12 +126,12 @@
126
126
  "rollup-plugin-typescript2": "^0.36.0"
127
127
  },
128
128
  "devDependencies": {
129
- "@types/node": "^25.9.0",
130
- "rolldown": "^1.0.1",
129
+ "@types/node": "^25.9.1",
130
+ "rolldown": "^1.0.2",
131
131
  "tsdown": "^0.22.0",
132
132
  "tsup": "8.4.0",
133
- "vite": "^8.0.13",
134
- "webpack": "^5.106.2"
133
+ "vite": "^8.0.14",
134
+ "webpack": "^5.107.1"
135
135
  },
136
136
  "peerDependencies": {
137
137
  "@farmfe/cli": ">=1.0.5",
@@ -167,5 +167,5 @@
167
167
  "webpack": { "optional": true }
168
168
  },
169
169
  "publishConfig": { "access": "public" },
170
- "gitHead": "9bf77f434050d8a5191459afa5254d93b8a2081c"
170
+ "gitHead": "63c6c22ee9f8ceb3fb4302204d8e6079bbd98b6c"
171
171
  }