@serwist/webpack-plugin
Advanced tools
Comparing version 9.0.0-preview.15 to 9.0.0-preview.16
@@ -1,2 +0,2 @@ | ||
import type { Compiler, default as Webpack, WebpackPluginInstance } from "webpack"; | ||
import type { Compiler, WebpackPluginInstance, default as Webpack } from "webpack"; | ||
export interface ChildCompilationPluginOptions { | ||
@@ -3,0 +3,0 @@ src: string; |
@@ -1,2 +0,2 @@ | ||
import type { InjectPartial as BaseInjectPartial, InjectResolved as BaseInjectResolved, BasePartial, BaseResolved, OptionalSwDestPartial, OptionalSwDestResolved } from "@serwist/build"; | ||
import type { BasePartial, BaseResolved, InjectPartial as BaseInjectPartial, InjectResolved as BaseInjectResolved, OptionalSwDestPartial, OptionalSwDestResolved } from "@serwist/build"; | ||
import type { Require } from "@serwist/utils"; | ||
@@ -3,0 +3,0 @@ export interface WebpackPartial { |
{ | ||
"name": "@serwist/webpack-plugin", | ||
"version": "9.0.0-preview.15", | ||
"version": "9.0.0-preview.16", | ||
"type": "module", | ||
@@ -59,3 +59,3 @@ "description": "A plugin for your webpack build process, helping you generate a manifest of local files that should be precached.", | ||
"zod": "3.22.4", | ||
"@serwist/build": "9.0.0-preview.15" | ||
"@serwist/build": "9.0.0-preview.16" | ||
}, | ||
@@ -68,4 +68,4 @@ "devDependencies": { | ||
"webpack": "5.91.0", | ||
"@serwist/constants": "9.0.0-preview.15", | ||
"@serwist/utils": "9.0.0-preview.15" | ||
"@serwist/constants": "9.0.0-preview.16", | ||
"@serwist/utils": "9.0.0-preview.16" | ||
}, | ||
@@ -72,0 +72,0 @@ "peerDependencies": { |
import { escapeRegExp, replaceAndUpdateSourceMap, stringify } from "@serwist/build"; | ||
import prettyBytes from "pretty-bytes"; | ||
import upath from "upath"; | ||
import type { Compilation, Compiler, default as Webpack, WebpackError } from "webpack"; | ||
import type { Compilation, Compiler, WebpackError, default as Webpack } from "webpack"; | ||
import type { InjectManifestOptions } from "./lib/types.js"; | ||
@@ -6,0 +6,0 @@ import { validateInjectManifestOptions } from "./lib/validator.js"; |
@@ -1,2 +0,2 @@ | ||
import type { Compilation, Compiler, default as Webpack, WebpackError, WebpackPluginInstance } from "webpack"; | ||
import type { Compilation, Compiler, WebpackError, WebpackPluginInstance, default as Webpack } from "webpack"; | ||
@@ -3,0 +3,0 @@ import { relativeToOutputPath } from "./relative-to-output-path.js"; |
@@ -1,2 +0,2 @@ | ||
import { injectPartial as baseInjectPartial, basePartial, optionalSwDestPartial } from "@serwist/build/schema"; | ||
import { basePartial, injectPartial as baseInjectPartial, optionalSwDestPartial } from "@serwist/build/schema"; | ||
import { z } from "zod"; | ||
@@ -3,0 +3,0 @@ |
import type { | ||
BasePartial, | ||
BaseResolved, | ||
InjectPartial as BaseInjectPartial, | ||
InjectResolved as BaseInjectResolved, | ||
BasePartial, | ||
BaseResolved, | ||
OptionalSwDestPartial, | ||
@@ -7,0 +7,0 @@ OptionalSwDestResolved, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
+ Added@serwist/build@9.0.0-preview.16(transitive)
+ Added@serwist/core@9.0.0-preview.16(transitive)
- Removed@serwist/build@9.0.0-preview.15(transitive)
- Removed@serwist/core@9.0.0-preview.15(transitive)