workbox-build
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -5,3 +5,3 @@ { | ||
"releasesDir": "releases", | ||
"latestVersion": "4.0.0" | ||
"latestVersion": "4.1.0" | ||
} |
@@ -35,3 +35,11 @@ "use strict"; | ||
<% if (skipWaiting) { %>workbox.core.skipWaiting();<% } %> | ||
<% if (skipWaiting) { %> | ||
workbox.core.skipWaiting(); | ||
<% } else { %> | ||
self.addEventListener('message', (event) => { | ||
if (event.data && event.data.type === 'SKIP_WAITING') { | ||
self.skipWaiting(); | ||
} | ||
}); | ||
<% } %> | ||
<% if (clientsClaim) { %>workbox.core.clientsClaim();<% } %> | ||
@@ -38,0 +46,0 @@ |
{ | ||
"name": "workbox-build", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.", | ||
@@ -32,16 +32,16 @@ "keywords": [ | ||
"strip-comments": "^1.0.2", | ||
"workbox-background-sync": "^4.0.0", | ||
"workbox-broadcast-update": "^4.0.0", | ||
"workbox-cacheable-response": "^4.0.0", | ||
"workbox-core": "^4.0.0", | ||
"workbox-expiration": "^4.0.0", | ||
"workbox-google-analytics": "^4.0.0", | ||
"workbox-navigation-preload": "^4.0.0", | ||
"workbox-precaching": "^4.0.0", | ||
"workbox-range-requests": "^4.0.0", | ||
"workbox-routing": "^4.0.0", | ||
"workbox-strategies": "^4.0.0", | ||
"workbox-streams": "^4.0.0", | ||
"workbox-sw": "^4.0.0", | ||
"workbox-window": "^4.0.0" | ||
"workbox-background-sync": "^4.1.0", | ||
"workbox-broadcast-update": "^4.1.0", | ||
"workbox-cacheable-response": "^4.1.0", | ||
"workbox-core": "^4.1.0", | ||
"workbox-expiration": "^4.1.0", | ||
"workbox-google-analytics": "^4.1.0", | ||
"workbox-navigation-preload": "^4.1.0", | ||
"workbox-precaching": "^4.1.0", | ||
"workbox-range-requests": "^4.1.0", | ||
"workbox-routing": "^4.1.0", | ||
"workbox-strategies": "^4.1.0", | ||
"workbox-streams": "^4.1.0", | ||
"workbox-sw": "^4.1.0", | ||
"workbox-window": "^4.1.0" | ||
}, | ||
@@ -57,3 +57,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "51ec243c7afc67d5cec835b685bd9ad1e70fb78b" | ||
"gitHead": "6fd1909f69406b7dd5edf3ac6bad3da0ba1e638d" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"releasesDir": "releases", | ||
"latestVersion": "4.0.0" | ||
"latestVersion": "4.1.0" | ||
} |
@@ -34,3 +34,11 @@ /* | ||
<% if (skipWaiting) { %>workbox.core.skipWaiting();<% } %> | ||
<% if (skipWaiting) { %> | ||
workbox.core.skipWaiting(); | ||
<% } else { %> | ||
self.addEventListener('message', (event) => { | ||
if (event.data && event.data.type === 'SKIP_WAITING') { | ||
self.skipWaiting(); | ||
} | ||
}); | ||
<% } %> | ||
<% if (clientsClaim) { %>workbox.core.clientsClaim();<% } %> | ||
@@ -37,0 +45,0 @@ |
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
131426
3261
Updatedworkbox-core@^4.1.0
Updatedworkbox-expiration@^4.1.0
Updatedworkbox-precaching@^4.1.0
Updatedworkbox-routing@^4.1.0
Updatedworkbox-strategies@^4.1.0
Updatedworkbox-streams@^4.1.0
Updatedworkbox-sw@^4.1.0
Updatedworkbox-window@^4.1.0