@powerlines/plugin-webpack 0.5.313 → 0.5.314
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/{build-DVeo-6VK.d.mts → build-CX5LkFn-.d.mts} +1 -1
- package/dist/build-CX5LkFn-.d.mts.map +1 -0
- package/dist/helpers/index.d.cts +0 -1
- package/dist/helpers/index.d.mts +5 -5
- package/dist/helpers/resolve-options.d.mts +1 -1
- package/dist/helpers/unplugin.d.cts +0 -1
- package/dist/helpers/unplugin.d.mts +3 -3
- package/dist/index.cjs +1 -2
- package/dist/index.d.cts +0 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +5 -5
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{plugin-D1nQWYcr.d.mts → plugin-D-0RbJQ8.d.mts} +2 -2
- package/dist/{plugin-D1nQWYcr.d.mts.map → plugin-D-0RbJQ8.d.mts.map} +1 -1
- package/dist/{resolve-options-BEwQZOSu.d.mts → resolve-options-COX0cHB5.d.mts} +1 -1
- package/dist/resolve-options-COX0cHB5.d.mts.map +1 -0
- package/dist/types/build.d.mts +1 -1
- package/dist/types/index.cjs +0 -2
- package/dist/types/index.d.cts +0 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.mjs +0 -3
- package/dist/types/plugin.cjs +0 -1
- package/dist/types/plugin.d.cts +0 -1
- package/dist/types/plugin.d.mts +2 -2
- package/dist/types/plugin.mjs +0 -2
- package/dist/{unplugin-DyJvzeYF.d.mts → unplugin-BubjFjr2.d.mts} +2 -2
- package/dist/unplugin-BubjFjr2.d.mts.map +1 -0
- package/package.json +4 -4
- package/dist/build-DVeo-6VK.d.mts.map +0 -1
- package/dist/resolve-options-BEwQZOSu.d.mts.map +0 -1
- package/dist/types-DoAb8Wzc.mjs +0 -1
- package/dist/types-a8gm_IaQ.cjs +0 -0
- package/dist/unplugin-DyJvzeYF.d.mts.map +0 -1
- /package/dist/{index-CW2WHUXP.d.mts → index-2Ag-54t8.d.mts} +0 -0
|
@@ -5,4 +5,4 @@ type WebpackOptions = Omit<Configuration, "name" | "entry" | "entryPoints" | "ts
|
|
|
5
5
|
declare type __ΩWebpackOptions = any[];
|
|
6
6
|
//#endregion
|
|
7
7
|
export { __ΩWebpackOptions as n, WebpackOptions as t };
|
|
8
|
-
//# sourceMappingURL=build-
|
|
8
|
+
//# sourceMappingURL=build-CX5LkFn-.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-CX5LkFn-.d.mts","names":[],"sources":["../src/types/build.ts"],"sourcesContent":[],"mappings":";;;KAoBY,cAAA,GAAiB,KAC3B"}
|
package/dist/helpers/index.d.cts
CHANGED
package/dist/helpers/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as resolveOptions } from "../resolve-options-
|
|
2
|
-
import "../build-
|
|
3
|
-
import "../plugin-
|
|
4
|
-
import { t as createWebpackPlugin } from "../unplugin-
|
|
5
|
-
import "../index-
|
|
1
|
+
import { t as resolveOptions } from "../resolve-options-COX0cHB5.mjs";
|
|
2
|
+
import "../build-CX5LkFn-.mjs";
|
|
3
|
+
import "../plugin-D-0RbJQ8.mjs";
|
|
4
|
+
import { t as createWebpackPlugin } from "../unplugin-BubjFjr2.mjs";
|
|
5
|
+
import "../index-2Ag-54t8.mjs";
|
|
6
6
|
export { createWebpackPlugin, resolveOptions };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as resolveOptions } from "../resolve-options-
|
|
1
|
+
import { t as resolveOptions } from "../resolve-options-COX0cHB5.mjs";
|
|
2
2
|
export { resolveOptions };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../build-
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import { t as createWebpackPlugin } from "../unplugin-
|
|
1
|
+
import "../build-CX5LkFn-.mjs";
|
|
2
|
+
import "../plugin-D-0RbJQ8.mjs";
|
|
3
|
+
import { t as createWebpackPlugin } from "../unplugin-BubjFjr2.mjs";
|
|
4
4
|
export { createWebpackPlugin };
|
package/dist/index.cjs
CHANGED
|
@@ -2,8 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
const require_resolve_options = require('./resolve-options-CzhvxyM8.cjs');
|
|
3
3
|
const require_unplugin = require('./unplugin-BnUJp-Il.cjs');
|
|
4
4
|
require('./helpers-yB1XkvQI.cjs');
|
|
5
|
-
require('./
|
|
6
|
-
require('./types-a8gm_IaQ.cjs');
|
|
5
|
+
require('./types/index.cjs');
|
|
7
6
|
let defu = require("defu");
|
|
8
7
|
defu = require_resolve_options.__toESM(defu);
|
|
9
8
|
let webpack = require("webpack");
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { t as resolveOptions } from "./resolve-options-DDI_x0af.cjs";
|
|
2
|
-
import "./build-Be4opB6C.cjs";
|
|
3
2
|
import { a as __ΩWebpackPluginContext, c as __ΩWebpackPluginUserConfig, i as WebpackPluginUserConfig, n as WebpackPluginOptions, o as __ΩWebpackPluginOptions, r as WebpackPluginResolvedConfig, s as __ΩWebpackPluginResolvedConfig, t as WebpackPluginContext } from "./plugin-CzRwwkrS.cjs";
|
|
4
3
|
import { t as createWebpackPlugin } from "./unplugin-D-6t9TmW.cjs";
|
|
5
4
|
import "./index-CiBIKhMu.cjs";
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;cAkCc;;AAJU;;;;AAIU,cAOrB,MAPqB,EAAA,CAAA,iBAQf,oBARe,GAQQ,oBARR,CAAA,CAAA,OAAA,CAAA,EAUvB,oBAVuB,EAAA,GAW/B,MAX+B,CAWxB,QAXwB,CAAA"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { t as resolveOptions } from "./resolve-options-
|
|
2
|
-
import "./build-
|
|
3
|
-
import { a as __ΩWebpackPluginContext, c as __ΩWebpackPluginUserConfig, i as WebpackPluginUserConfig, n as WebpackPluginOptions, o as __ΩWebpackPluginOptions, r as WebpackPluginResolvedConfig, s as __ΩWebpackPluginResolvedConfig, t as WebpackPluginContext } from "./plugin-
|
|
4
|
-
import { t as createWebpackPlugin } from "./unplugin-
|
|
1
|
+
import { t as resolveOptions } from "./resolve-options-COX0cHB5.mjs";
|
|
2
|
+
import "./build-CX5LkFn-.mjs";
|
|
3
|
+
import { a as __ΩWebpackPluginContext, c as __ΩWebpackPluginUserConfig, i as WebpackPluginUserConfig, n as WebpackPluginOptions, o as __ΩWebpackPluginOptions, r as WebpackPluginResolvedConfig, s as __ΩWebpackPluginResolvedConfig, t as WebpackPluginContext } from "./plugin-D-0RbJQ8.mjs";
|
|
4
|
+
import { t as createWebpackPlugin } from "./unplugin-BubjFjr2.mjs";
|
|
5
|
+
import "./index-2Ag-54t8.mjs";
|
|
5
6
|
import "./index-mH1MEWOz.mjs";
|
|
6
|
-
import "./index-CW2WHUXP.mjs";
|
|
7
7
|
import { Plugin } from "@powerlines/core";
|
|
8
8
|
|
|
9
9
|
//#region src/index.d.ts
|
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { t as resolveOptions } from "./resolve-options-u4_-_S6N.mjs";
|
|
2
2
|
import { t as createWebpackPlugin } from "./unplugin-BpdMF4ey.mjs";
|
|
3
3
|
import "./helpers-C9XSjwSZ.mjs";
|
|
4
|
-
import "./
|
|
5
|
-
import "./types-DoAb8Wzc.mjs";
|
|
4
|
+
import "./types/index.mjs";
|
|
6
5
|
import defu from "defu";
|
|
7
6
|
import build from "webpack";
|
|
8
7
|
|
package/dist/index.mjs.map
CHANGED
|
@@ -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 { Plugin } from \"@powerlines/core\";\nimport defu from \"defu\";\nimport build from \"webpack\";\nimport { resolveOptions } from \"./helpers/resolve-options\";\nimport { createWebpackPlugin } from \"./helpers/unplugin\";\nimport {\n WebpackPluginContext,\n WebpackPluginOptions,\n WebpackPluginResolvedConfig\n} from \"./types/plugin\";\n\nexport * from \"./helpers\";\nexport * from \"./types\";\n\ndeclare module \"@powerlines/core\" {\n interface BaseConfig {\n webpack?: WebpackPluginOptions;\n }\n}\n\n/**\n * A Powerlines plugin to assist in developing other Powerlines plugins.\n */\nexport const plugin = <\n TContext extends WebpackPluginContext = WebpackPluginContext\n>(\n options: WebpackPluginOptions = {}\n): Plugin<TContext> => {\n return {\n name: \"webpack\",\n config() {\n this.trace(\n \"Providing default configuration for the Powerlines `webpack` build plugin.\"\n );\n\n return {\n webpack: {\n ...options\n }\n } as Partial<WebpackPluginResolvedConfig>;\n },\n async build() {\n build(\n defu(\n {\n entry: this.entry.reduce(\n (ret, entry) => {\n ret[entry.output || entry.name || entry.file] = entry.file;\n\n return ret;\n },\n {} as Record<string, string>\n )\n },\n resolveOptions(this),\n {\n plugins: [createWebpackPlugin(this)]\n }\n )\n );\n }\n };\n};\n\nexport default plugin;\n"],"mappings":"
|
|
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 { Plugin } from \"@powerlines/core\";\nimport defu from \"defu\";\nimport build from \"webpack\";\nimport { resolveOptions } from \"./helpers/resolve-options\";\nimport { createWebpackPlugin } from \"./helpers/unplugin\";\nimport {\n WebpackPluginContext,\n WebpackPluginOptions,\n WebpackPluginResolvedConfig\n} from \"./types/plugin\";\n\nexport * from \"./helpers\";\nexport * from \"./types\";\n\ndeclare module \"@powerlines/core\" {\n interface BaseConfig {\n webpack?: WebpackPluginOptions;\n }\n}\n\n/**\n * A Powerlines plugin to assist in developing other Powerlines plugins.\n */\nexport const plugin = <\n TContext extends WebpackPluginContext = WebpackPluginContext\n>(\n options: WebpackPluginOptions = {}\n): Plugin<TContext> => {\n return {\n name: \"webpack\",\n config() {\n this.trace(\n \"Providing default configuration for the Powerlines `webpack` build plugin.\"\n );\n\n return {\n webpack: {\n ...options\n }\n } as Partial<WebpackPluginResolvedConfig>;\n },\n async build() {\n build(\n defu(\n {\n entry: this.entry.reduce(\n (ret, entry) => {\n ret[entry.output || entry.name || entry.file] = entry.file;\n\n return ret;\n },\n {} as Record<string, string>\n )\n },\n resolveOptions(this),\n {\n plugins: [createWebpackPlugin(this)]\n }\n )\n );\n }\n };\n};\n\nexport default plugin;\n"],"mappings":";;;;;;;;;;;AAyCA,MAAa,UAGX,UAAgC,EAAE,KACb;AACrB,QAAO;EACL,MAAM;EACN,SAAS;AACP,QAAK,MACH,6EACD;AAED,UAAO,EACL,SAAS,EACP,GAAG,SACJ,EACF;;EAEH,MAAM,QAAQ;AACZ,SACE,KACE,EACE,OAAO,KAAK,MAAM,QACf,KAAK,UAAU;AACd,QAAI,MAAM,UAAU,MAAM,QAAQ,MAAM,QAAQ,MAAM;AAEtD,WAAO;MAET,EAAE,CACH,EACF,EACD,eAAe,KAAK,EACpB,EACE,SAAS,CAAC,oBAAoB,KAAK,CAAC,EACrC,CACF,CACF;;EAEJ;;AAGH,kBAAe"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as WebpackOptions } from "./build-
|
|
1
|
+
import { t as WebpackOptions } from "./build-CX5LkFn-.mjs";
|
|
2
2
|
import { PluginContext, ResolvedConfig, UserConfig } from "@powerlines/core";
|
|
3
3
|
|
|
4
4
|
//#region src/types/plugin.d.ts
|
|
@@ -16,4 +16,4 @@ declare type __ΩWebpackPluginResolvedConfig = any[];
|
|
|
16
16
|
declare type __ΩWebpackPluginContext = any[];
|
|
17
17
|
//#endregion
|
|
18
18
|
export { __ΩWebpackPluginContext as a, __ΩWebpackPluginUserConfig as c, WebpackPluginUserConfig as i, WebpackPluginOptions as n, __ΩWebpackPluginOptions as o, WebpackPluginResolvedConfig as r, __ΩWebpackPluginResolvedConfig as s, WebpackPluginContext as t };
|
|
19
|
-
//# sourceMappingURL=plugin-
|
|
19
|
+
//# sourceMappingURL=plugin-D-0RbJQ8.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-
|
|
1
|
+
{"version":3,"file":"plugin-D-0RbJQ8.d.mts","names":[],"sources":["../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;KAqBY,oBAAA,GAAuB,QAAQ;UAE1B,uBAAA,SAAgC;EAFrC,OAAA,CAAA,EAGA,oBAHoB;AAEhC;AAIiB,UAAA,2BAAA,SAAoC,cAAA,CAAA;EAIzC,OAAA,EAHD,cAGqB;;AAE5B,KAFQ,oBAER,CAAA,wBADsB,2BACtB,GAAA,2BAAA,CAAA,GACA,aADA,CACc,eADd,CAAA;AACc,uCAAA,GAAA,EAAA;AAAd,0CAAA,GAAA,EAAA;AAAa,8CAAA,GAAA,EAAA"}
|
|
@@ -12,4 +12,4 @@ import { Context } from "@powerlines/core";
|
|
|
12
12
|
declare function resolveOptions(context: Context): Configuration;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { resolveOptions as t };
|
|
15
|
-
//# sourceMappingURL=resolve-options-
|
|
15
|
+
//# sourceMappingURL=resolve-options-COX0cHB5.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolve-options-COX0cHB5.d.mts","names":[],"sources":["../src/helpers/resolve-options.ts"],"sourcesContent":[],"mappings":";;;;;;;AA8BA;;;;iBAAgB,cAAA,UAAwB,UAAU"}
|
package/dist/types/build.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as __ΩWebpackOptions, t as WebpackOptions } from "../build-
|
|
1
|
+
import { n as __ΩWebpackOptions, t as WebpackOptions } from "../build-CX5LkFn-.mjs";
|
|
2
2
|
export { WebpackOptions, __ΩWebpackOptions };
|
package/dist/types/index.cjs
CHANGED
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import "../build-Be4opB6C.cjs";
|
|
2
1
|
import { a as __ΩWebpackPluginContext, c as __ΩWebpackPluginUserConfig, i as WebpackPluginUserConfig, n as WebpackPluginOptions, o as __ΩWebpackPluginOptions, r as WebpackPluginResolvedConfig, s as __ΩWebpackPluginResolvedConfig, t as WebpackPluginContext } from "../plugin-CzRwwkrS.cjs";
|
|
3
2
|
import "../index-B_e8BwCm.cjs";
|
|
4
3
|
export { WebpackPluginContext, WebpackPluginOptions, WebpackPluginResolvedConfig, WebpackPluginUserConfig, __ΩWebpackPluginContext, __ΩWebpackPluginOptions, __ΩWebpackPluginResolvedConfig, __ΩWebpackPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../build-
|
|
2
|
-
import { a as __ΩWebpackPluginContext, c as __ΩWebpackPluginUserConfig, i as WebpackPluginUserConfig, n as WebpackPluginOptions, o as __ΩWebpackPluginOptions, r as WebpackPluginResolvedConfig, s as __ΩWebpackPluginResolvedConfig, t as WebpackPluginContext } from "../plugin-
|
|
3
|
-
import "../index-
|
|
1
|
+
import "../build-CX5LkFn-.mjs";
|
|
2
|
+
import { a as __ΩWebpackPluginContext, c as __ΩWebpackPluginUserConfig, i as WebpackPluginUserConfig, n as WebpackPluginOptions, o as __ΩWebpackPluginOptions, r as WebpackPluginResolvedConfig, s as __ΩWebpackPluginResolvedConfig, t as WebpackPluginContext } from "../plugin-D-0RbJQ8.mjs";
|
|
3
|
+
import "../index-mH1MEWOz.mjs";
|
|
4
4
|
export { WebpackPluginContext, WebpackPluginOptions, WebpackPluginResolvedConfig, WebpackPluginUserConfig, __ΩWebpackPluginContext, __ΩWebpackPluginOptions, __ΩWebpackPluginResolvedConfig, __ΩWebpackPluginUserConfig };
|
package/dist/types/index.mjs
CHANGED
package/dist/types/plugin.cjs
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
require('../plugin-Ckx8qAq8.cjs');
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import "../build-Be4opB6C.cjs";
|
|
2
1
|
import { a as __ΩWebpackPluginContext, c as __ΩWebpackPluginUserConfig, i as WebpackPluginUserConfig, n as WebpackPluginOptions, o as __ΩWebpackPluginOptions, r as WebpackPluginResolvedConfig, s as __ΩWebpackPluginResolvedConfig, t as WebpackPluginContext } from "../plugin-CzRwwkrS.cjs";
|
|
3
2
|
export { WebpackPluginContext, WebpackPluginOptions, WebpackPluginResolvedConfig, WebpackPluginUserConfig, __ΩWebpackPluginContext, __ΩWebpackPluginOptions, __ΩWebpackPluginResolvedConfig, __ΩWebpackPluginUserConfig };
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../build-
|
|
2
|
-
import { a as __ΩWebpackPluginContext, c as __ΩWebpackPluginUserConfig, i as WebpackPluginUserConfig, n as WebpackPluginOptions, o as __ΩWebpackPluginOptions, r as WebpackPluginResolvedConfig, s as __ΩWebpackPluginResolvedConfig, t as WebpackPluginContext } from "../plugin-
|
|
1
|
+
import "../build-CX5LkFn-.mjs";
|
|
2
|
+
import { a as __ΩWebpackPluginContext, c as __ΩWebpackPluginUserConfig, i as WebpackPluginUserConfig, n as WebpackPluginOptions, o as __ΩWebpackPluginOptions, r as WebpackPluginResolvedConfig, s as __ΩWebpackPluginResolvedConfig, t as WebpackPluginContext } from "../plugin-D-0RbJQ8.mjs";
|
|
3
3
|
export { WebpackPluginContext, WebpackPluginOptions, WebpackPluginResolvedConfig, WebpackPluginUserConfig, __ΩWebpackPluginContext, __ΩWebpackPluginOptions, __ΩWebpackPluginResolvedConfig, __ΩWebpackPluginUserConfig };
|
package/dist/types/plugin.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as WebpackPluginContext } from "./plugin-
|
|
1
|
+
import { t as WebpackPluginContext } from "./plugin-D-0RbJQ8.mjs";
|
|
2
2
|
import * as webpack0 from "webpack";
|
|
3
3
|
|
|
4
4
|
//#region src/helpers/unplugin.d.ts
|
|
5
5
|
declare function createWebpackPlugin(context: WebpackPluginContext): webpack0.WebpackPluginInstance;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { createWebpackPlugin as t };
|
|
8
|
-
//# sourceMappingURL=unplugin-
|
|
8
|
+
//# sourceMappingURL=unplugin-BubjFjr2.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unplugin-BubjFjr2.d.mts","names":[],"sources":["../src/helpers/unplugin.ts"],"sourcesContent":[],"mappings":";;;;iBAsBgB,mBAAA,UAA6B,uBAAoB,QAAA,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-webpack",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.314",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to build projects using Webpack.",
|
|
6
6
|
"keywords": ["webpack", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -73,14 +73,14 @@
|
|
|
73
73
|
"typings": "dist/index.d.mts",
|
|
74
74
|
"files": ["dist/**/*"],
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@powerlines/core": "^0.1.
|
|
76
|
+
"@powerlines/core": "^0.1.3",
|
|
77
77
|
"@stryke/path": "^0.26.6",
|
|
78
78
|
"defu": "^6.1.4",
|
|
79
|
-
"unplugin": "3.0.0
|
|
79
|
+
"unplugin": "^3.0.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": { "@types/node": "^25.3.3", "webpack": "^5.105.3" },
|
|
82
82
|
"peerDependencies": { "webpack": ">=5.101.0" },
|
|
83
83
|
"peerDependenciesMeta": { "webpack": { "optional": false } },
|
|
84
84
|
"publishConfig": { "access": "public" },
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "715dc00d92fc88e48731e5a23c0aed6585031ebd"
|
|
86
86
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-DVeo-6VK.d.mts","names":[],"sources":["../src/types/build.ts"],"sourcesContent":[],"mappings":";;;KAoBY,cAAA,GAAiB,KAC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-options-BEwQZOSu.d.mts","names":[],"sources":["../src/helpers/resolve-options.ts"],"sourcesContent":[],"mappings":";;;;;;;AA8BA;;;;iBAAgB,cAAA,UAAwB,UAAU"}
|
package/dist/types-DoAb8Wzc.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/types-a8gm_IaQ.cjs
DELETED
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"unplugin-DyJvzeYF.d.mts","names":[],"sources":["../src/helpers/unplugin.ts"],"sourcesContent":[],"mappings":";;;;iBAsBgB,mBAAA,UAA6B,uBAAoB,QAAA,CAAA"}
|
|
File without changes
|