workbox-build
Advanced tools
Comparing version 5.0.0-beta.1 to 5.0.0-rc.0
@@ -5,3 +5,3 @@ { | ||
"releasesDir": "releases", | ||
"latestVersion": "5.0.0-beta.1" | ||
"latestVersion": "5.0.0-rc.0" | ||
} |
@@ -51,3 +51,3 @@ "use strict"; | ||
<% if (cleanupOutdatedCaches) { %><%= use('workbox-precaching', 'cleanupOutdatedCaches') %>();<% } %> | ||
<% if (navigateFallback) { %><%= use('workbox-routing', 'registerRoute') %>(new <%= use('workbox-routing', 'NavigationRoute') %>(<%= use('workbox-precaching', 'createHandlerForURL') %>(<%= JSON.stringify(navigateFallback) %>)<% if (navigateFallbackWhitelist || navigateFallbackBlacklist) { %>, { | ||
<% if (navigateFallback) { %><%= use('workbox-routing', 'registerRoute') %>(new <%= use('workbox-routing', 'NavigationRoute') %>(<%= use('workbox-precaching', 'createHandlerBoundToURL') %>(<%= JSON.stringify(navigateFallback) %>)<% if (navigateFallbackWhitelist || navigateFallbackBlacklist) { %>, { | ||
<% if (navigateFallbackWhitelist) { %>whitelist: [<%= navigateFallbackWhitelist %>],<% } %> | ||
@@ -54,0 +54,0 @@ <% if (navigateFallbackBlacklist) { %>blacklist: [<%= navigateFallbackBlacklist %>],<% } %> |
{ | ||
"name": "workbox-build", | ||
"version": "5.0.0-beta.1", | ||
"version": "5.0.0-rc.0", | ||
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.", | ||
@@ -45,16 +45,16 @@ "keywords": [ | ||
"upath": "^1.1.2", | ||
"workbox-background-sync": "^5.0.0-beta.1", | ||
"workbox-broadcast-update": "^5.0.0-beta.1", | ||
"workbox-cacheable-response": "^5.0.0-beta.1", | ||
"workbox-core": "^5.0.0-beta.1", | ||
"workbox-expiration": "^5.0.0-beta.1", | ||
"workbox-google-analytics": "^5.0.0-beta.1", | ||
"workbox-navigation-preload": "^5.0.0-beta.1", | ||
"workbox-precaching": "^5.0.0-beta.1", | ||
"workbox-range-requests": "^5.0.0-beta.1", | ||
"workbox-routing": "^5.0.0-beta.1", | ||
"workbox-strategies": "^5.0.0-beta.1", | ||
"workbox-streams": "^5.0.0-beta.1", | ||
"workbox-sw": "^5.0.0-beta.1", | ||
"workbox-window": "^5.0.0-beta.1" | ||
"workbox-background-sync": "^5.0.0-rc.0", | ||
"workbox-broadcast-update": "^5.0.0-rc.0", | ||
"workbox-cacheable-response": "^5.0.0-rc.0", | ||
"workbox-core": "^5.0.0-rc.0", | ||
"workbox-expiration": "^5.0.0-rc.0", | ||
"workbox-google-analytics": "^5.0.0-rc.0", | ||
"workbox-navigation-preload": "^5.0.0-rc.0", | ||
"workbox-precaching": "^5.0.0-rc.0", | ||
"workbox-range-requests": "^5.0.0-rc.0", | ||
"workbox-routing": "^5.0.0-rc.0", | ||
"workbox-strategies": "^5.0.0-rc.0", | ||
"workbox-streams": "^5.0.0-rc.0", | ||
"workbox-sw": "^5.0.0-rc.0", | ||
"workbox-window": "^5.0.0-rc.0" | ||
}, | ||
@@ -70,3 +70,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "01a9e9be8291f0a592891c8e2eb8d2dd09b93caf" | ||
"gitHead": "94542f92ceaec96ef59a09bda3aee1677ea5512b" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"releasesDir": "releases", | ||
"latestVersion": "5.0.0-beta.1" | ||
"latestVersion": "5.0.0-rc.0" | ||
} |
@@ -50,3 +50,3 @@ /* | ||
<% if (cleanupOutdatedCaches) { %><%= use('workbox-precaching', 'cleanupOutdatedCaches') %>();<% } %> | ||
<% if (navigateFallback) { %><%= use('workbox-routing', 'registerRoute') %>(new <%= use('workbox-routing', 'NavigationRoute') %>(<%= use('workbox-precaching', 'createHandlerForURL') %>(<%= JSON.stringify(navigateFallback) %>)<% if (navigateFallbackWhitelist || navigateFallbackBlacklist) { %>, { | ||
<% if (navigateFallback) { %><%= use('workbox-routing', 'registerRoute') %>(new <%= use('workbox-routing', 'NavigationRoute') %>(<%= use('workbox-precaching', 'createHandlerBoundToURL') %>(<%= JSON.stringify(navigateFallback) %>)<% if (navigateFallbackWhitelist || navigateFallbackBlacklist) { %>, { | ||
<% if (navigateFallbackWhitelist) { %>whitelist: [<%= navigateFallbackWhitelist %>],<% } %> | ||
@@ -53,0 +53,0 @@ <% if (navigateFallbackBlacklist) { %>blacklist: [<%= navigateFallbackBlacklist %>],<% } %> |
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 2 instances 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 2 instances in 1 package
143916
Updatedworkbox-core@^5.0.0-rc.0
Updatedworkbox-routing@^5.0.0-rc.0
Updatedworkbox-streams@^5.0.0-rc.0
Updatedworkbox-sw@^5.0.0-rc.0
Updatedworkbox-window@^5.0.0-rc.0