@powerlines/plugin-webpack 0.5.218 → 0.5.219
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.
|
@@ -12,7 +12,6 @@ import { Jiti } from "jiti";
|
|
|
12
12
|
import { SourceMap } from "magic-string";
|
|
13
13
|
import { ParseResult, ParserOptions } from "oxc-parser";
|
|
14
14
|
import { Range } from "semver";
|
|
15
|
-
import { Project } from "ts-morph";
|
|
16
15
|
import { RequestInfo, Response } from "undici";
|
|
17
16
|
import { ExternalIdResult, UnpluginBuildContext, UnpluginContext, UnpluginMessage } from "unplugin";
|
|
18
17
|
|
|
@@ -233,15 +232,6 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
|
|
|
233
232
|
* This includes both the built-in module aliases as well as any custom aliases defined in the build configuration.
|
|
234
233
|
*/
|
|
235
234
|
alias: Record<string, string>;
|
|
236
|
-
/**
|
|
237
|
-
* The {@link Project} instance used for type reflection and module manipulation
|
|
238
|
-
*
|
|
239
|
-
* @see https://ts-morph.com/
|
|
240
|
-
*
|
|
241
|
-
* @remarks
|
|
242
|
-
* This instance is created lazily on first access.
|
|
243
|
-
*/
|
|
244
|
-
program: Project;
|
|
245
235
|
/**
|
|
246
236
|
* A function to perform HTTP fetch requests
|
|
247
237
|
*
|
|
@@ -13,7 +13,6 @@ import { Jiti } from "jiti";
|
|
|
13
13
|
import { SourceMap } from "magic-string";
|
|
14
14
|
import { ParseResult, ParserOptions } from "oxc-parser";
|
|
15
15
|
import { Range } from "semver";
|
|
16
|
-
import { Project } from "ts-morph";
|
|
17
16
|
import { RequestInfo, Response } from "undici";
|
|
18
17
|
|
|
19
18
|
//#region ../powerlines/src/types/context.d.ts
|
|
@@ -233,15 +232,6 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
|
|
|
233
232
|
* This includes both the built-in module aliases as well as any custom aliases defined in the build configuration.
|
|
234
233
|
*/
|
|
235
234
|
alias: Record<string, string>;
|
|
236
|
-
/**
|
|
237
|
-
* The {@link Project} instance used for type reflection and module manipulation
|
|
238
|
-
*
|
|
239
|
-
* @see https://ts-morph.com/
|
|
240
|
-
*
|
|
241
|
-
* @remarks
|
|
242
|
-
* This instance is created lazily on first access.
|
|
243
|
-
*/
|
|
244
|
-
program: Project;
|
|
245
235
|
/**
|
|
246
236
|
* A function to perform HTTP fetch requests
|
|
247
237
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-webpack",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.219",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to build projects using Webpack.",
|
|
6
6
|
"repository": {
|
|
@@ -146,14 +146,14 @@
|
|
|
146
146
|
"keywords": ["webpack", "powerlines", "storm-software", "powerlines-plugin"],
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"defu": "^6.1.4",
|
|
149
|
-
"powerlines": "^0.37.
|
|
149
|
+
"powerlines": "^0.37.83",
|
|
150
150
|
"unplugin": "3.0.0-beta.3",
|
|
151
151
|
"webpack": "^5.104.1"
|
|
152
152
|
},
|
|
153
153
|
"devDependencies": {
|
|
154
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
154
|
+
"@powerlines/plugin-plugin": "^0.12.161",
|
|
155
155
|
"@types/node": "^24.10.9"
|
|
156
156
|
},
|
|
157
157
|
"publishConfig": { "access": "public" },
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "ac70da24fe65b662e50955545df37beeb8b349d3"
|
|
159
159
|
}
|