@serwist/build
Advanced tools
Comparing version 8.2.0 to 8.3.0
@@ -0,1 +1,2 @@ | ||
import { errors } from "./lib/errors.js"; | ||
import { getManifest } from "./get-manifest.js"; | ||
@@ -8,3 +9,3 @@ import { injectManifest } from "./inject-manifest.js"; | ||
import { validateWebpackInjectManifestOptions } from "./lib/validate-options.js"; | ||
export { escapeRegExp, getManifest, getSourceMapURL, injectManifest, replaceAndUpdateSourceMap, transformManifest, validateWebpackInjectManifestOptions, }; | ||
export { escapeRegExp, errors, getManifest, getSourceMapURL, injectManifest, replaceAndUpdateSourceMap, transformManifest, validateWebpackInjectManifestOptions, }; | ||
export * from "./types.js"; |
@@ -0,3 +1,3 @@ | ||
import { oneLine } from 'common-tags'; | ||
import assert from 'assert'; | ||
import { oneLine } from 'common-tags'; | ||
import crypto from 'crypto'; | ||
@@ -489,2 +489,10 @@ import { glob } from 'glob'; | ||
async function getFileManifestEntries({ additionalPrecacheEntries, dontCacheBustURLsMatching, globDirectory, globFollow, globIgnores, globPatterns = [], globStrict, manifestTransforms, maximumFileSizeToCacheInBytes, modifyURLPrefix, templatedURLs, disablePrecacheManifest }) { | ||
if (disablePrecacheManifest) { | ||
return { | ||
count: 0, | ||
size: 0, | ||
manifestEntries: undefined, | ||
warnings: [] | ||
}; | ||
} | ||
const warnings = []; | ||
@@ -1413,2 +1421,2 @@ const allFileDetails = new Map(); | ||
export { escapeRegExp, getManifest, getSourceMapURL, injectManifest, replaceAndUpdateSourceMap, transformManifest, validateWebpackInjectManifestOptions }; | ||
export { errors, escapeRegExp, getManifest, getSourceMapURL, injectManifest, replaceAndUpdateSourceMap, transformManifest, validateWebpackInjectManifestOptions }; |
{ | ||
"name": "@serwist/build", | ||
"version": "8.2.0", | ||
"version": "8.3.0", | ||
"type": "module", | ||
@@ -55,10 +55,10 @@ "description": "A module that integrates into your build process, helping you generate a manifest of local files that should be precached.", | ||
"upath": "2.0.1", | ||
"@serwist/background-sync": "8.2.0", | ||
"@serwist/broadcast-update": "8.2.0", | ||
"@serwist/cacheable-response": "8.2.0", | ||
"@serwist/core": "8.2.0", | ||
"@serwist/expiration": "8.2.0", | ||
"@serwist/google-analytics": "8.2.0", | ||
"@serwist/precaching": "8.2.0", | ||
"@serwist/routing": "8.2.0" | ||
"@serwist/background-sync": "8.3.0", | ||
"@serwist/broadcast-update": "8.3.0", | ||
"@serwist/cacheable-response": "8.3.0", | ||
"@serwist/core": "8.3.0", | ||
"@serwist/expiration": "8.3.0", | ||
"@serwist/google-analytics": "8.3.0", | ||
"@serwist/precaching": "8.3.0", | ||
"@serwist/routing": "8.3.0" | ||
}, | ||
@@ -73,3 +73,3 @@ "devDependencies": { | ||
"type-fest": "4.8.3", | ||
"@serwist/constants": "8.2.0" | ||
"@serwist/constants": "8.3.0" | ||
}, | ||
@@ -76,0 +76,0 @@ "scripts": { |
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
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
155127
3922
+ Added@serwist/background-sync@8.3.0(transitive)
+ Added@serwist/broadcast-update@8.3.0(transitive)
+ Added@serwist/cacheable-response@8.3.0(transitive)
+ Added@serwist/core@8.3.0(transitive)
+ Added@serwist/expiration@8.3.0(transitive)
+ Added@serwist/google-analytics@8.3.0(transitive)
+ Added@serwist/precaching@8.3.0(transitive)
+ Added@serwist/routing@8.3.0(transitive)
+ Added@serwist/strategies@8.3.0(transitive)
- Removed@serwist/background-sync@8.2.0(transitive)
- Removed@serwist/broadcast-update@8.2.0(transitive)
- Removed@serwist/cacheable-response@8.2.0(transitive)
- Removed@serwist/core@8.2.0(transitive)
- Removed@serwist/expiration@8.2.0(transitive)
- Removed@serwist/google-analytics@8.2.0(transitive)
- Removed@serwist/precaching@8.2.0(transitive)
- Removed@serwist/routing@8.2.0(transitive)
- Removed@serwist/strategies@8.2.0(transitive)
Updated@serwist/core@8.3.0
Updated@serwist/expiration@8.3.0
Updated@serwist/precaching@8.3.0
Updated@serwist/routing@8.3.0