workbox-build
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0-beta.2
@@ -5,3 +5,3 @@ { | ||
"releasesDir": "releases", | ||
"latestVersion": "4.0.0-beta.1" | ||
"latestVersion": "4.0.0-beta.2" | ||
} |
@@ -21,2 +21,3 @@ "use strict"; | ||
cacheId: joi.string(), | ||
cleanupOutdatedCaches: joi.boolean().default(defaults.cleanupOutdatedCaches), | ||
clientsClaim: joi.boolean().default(defaults.clientsClaim), | ||
@@ -23,0 +24,0 @@ directoryIndex: joi.string(), |
@@ -11,2 +11,3 @@ "use strict"; | ||
module.exports = { | ||
cleanupOutdatedCaches: false, | ||
clientsClaim: false, | ||
@@ -13,0 +14,0 @@ globFollow: true, |
@@ -22,2 +22,3 @@ "use strict"; | ||
cacheId, | ||
cleanupOutdatedCaches, | ||
clientsClaim, | ||
@@ -64,2 +65,3 @@ directoryIndex, | ||
cacheId, | ||
cleanupOutdatedCaches, | ||
clientsClaim, | ||
@@ -66,0 +68,0 @@ importScripts, |
@@ -27,2 +27,3 @@ "use strict"; | ||
cacheId, | ||
cleanupOutdatedCaches, | ||
clientsClaim, | ||
@@ -52,2 +53,3 @@ directoryIndex, | ||
cacheId, | ||
cleanupOutdatedCaches, | ||
clientsClaim, | ||
@@ -54,0 +56,0 @@ directoryIndex, |
@@ -51,2 +51,3 @@ "use strict"; | ||
<% } %> | ||
<% if (cleanupOutdatedCaches) { %>workbox.precaching.cleanupOutdatedCaches();<% } %> | ||
<% if (navigateFallback) { %>workbox.routing.registerNavigationRoute(<%= JSON.stringify(navigateFallback) %><% if (navigateFallbackWhitelist || navigateFallbackBlacklist) { %>, { | ||
@@ -53,0 +54,0 @@ <% if (navigateFallbackWhitelist) { %>whitelist: [<%= navigateFallbackWhitelist %>],<% } %> |
{ | ||
"name": "workbox-build", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0-beta.2", | ||
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.", | ||
@@ -32,15 +32,15 @@ "keywords": [ | ||
"strip-comments": "^1.0.2", | ||
"workbox-background-sync": "^4.0.0-beta.1", | ||
"workbox-broadcast-cache-update": "^4.0.0-beta.1", | ||
"workbox-cache-expiration": "^4.0.0-beta.1", | ||
"workbox-cacheable-response": "^4.0.0-beta.1", | ||
"workbox-core": "^4.0.0-beta.1", | ||
"workbox-google-analytics": "^4.0.0-beta.1", | ||
"workbox-navigation-preload": "^4.0.0-beta.1", | ||
"workbox-precaching": "^4.0.0-beta.1", | ||
"workbox-range-requests": "^4.0.0-beta.1", | ||
"workbox-routing": "^4.0.0-beta.1", | ||
"workbox-strategies": "^4.0.0-beta.1", | ||
"workbox-streams": "^4.0.0-beta.1", | ||
"workbox-sw": "^4.0.0-beta.1" | ||
"workbox-background-sync": "^4.0.0-beta.2", | ||
"workbox-broadcast-cache-update": "^4.0.0-beta.2", | ||
"workbox-cache-expiration": "^4.0.0-beta.2", | ||
"workbox-cacheable-response": "^4.0.0-beta.2", | ||
"workbox-core": "^4.0.0-beta.2", | ||
"workbox-google-analytics": "^4.0.0-beta.2", | ||
"workbox-navigation-preload": "^4.0.0-beta.2", | ||
"workbox-precaching": "^4.0.0-beta.2", | ||
"workbox-range-requests": "^4.0.0-beta.2", | ||
"workbox-routing": "^4.0.0-beta.2", | ||
"workbox-strategies": "^4.0.0-beta.2", | ||
"workbox-streams": "^4.0.0-beta.2", | ||
"workbox-sw": "^4.0.0-beta.2" | ||
}, | ||
@@ -56,3 +56,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "dda07c48e184f57ce5dfe3b3e93af316989a0877" | ||
"gitHead": "a0baa6ac838e1bff9a140ccbe2e78551d9605466" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"releasesDir": "releases", | ||
"latestVersion": "4.0.0-beta.1" | ||
"latestVersion": "4.0.0-beta.2" | ||
} |
@@ -18,2 +18,3 @@ /* | ||
cacheId: joi.string(), | ||
cleanupOutdatedCaches: joi.boolean().default(defaults.cleanupOutdatedCaches), | ||
clientsClaim: joi.boolean().default(defaults.clientsClaim), | ||
@@ -20,0 +21,0 @@ directoryIndex: joi.string(), |
@@ -10,2 +10,3 @@ /* | ||
module.exports = { | ||
cleanupOutdatedCaches: false, | ||
clientsClaim: false, | ||
@@ -12,0 +13,0 @@ globFollow: true, |
@@ -18,2 +18,3 @@ /* | ||
cacheId, | ||
cleanupOutdatedCaches, | ||
clientsClaim, | ||
@@ -67,2 +68,3 @@ directoryIndex, | ||
cacheId, | ||
cleanupOutdatedCaches, | ||
clientsClaim, | ||
@@ -69,0 +71,0 @@ importScripts, |
@@ -17,2 +17,3 @@ /* | ||
cacheId, | ||
cleanupOutdatedCaches, | ||
clientsClaim, | ||
@@ -43,2 +44,3 @@ directoryIndex, | ||
cacheId, | ||
cleanupOutdatedCaches, | ||
clientsClaim, | ||
@@ -45,0 +47,0 @@ directoryIndex, |
@@ -50,2 +50,3 @@ /* | ||
<% } %> | ||
<% if (cleanupOutdatedCaches) { %>workbox.precaching.cleanupOutdatedCaches();<% } %> | ||
<% if (navigateFallback) { %>workbox.routing.registerNavigationRoute(<%= JSON.stringify(navigateFallback) %><% if (navigateFallbackWhitelist || navigateFallbackBlacklist) { %>, { | ||
@@ -52,0 +53,0 @@ <% if (navigateFallbackWhitelist) { %>whitelist: [<%= navigateFallbackWhitelist %>],<% } %> |
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
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
135445
20
3343
Updatedworkbox-core@^4.0.0-beta.2
Updatedworkbox-sw@^4.0.0-beta.2