Skip to content

Commit

Permalink
v6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicadri committed Apr 12, 2021
1 parent 2eb28dd commit d559fc8
Show file tree
Hide file tree
Showing 53 changed files with 130 additions and 112 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "6.1.4"
"version": "6.1.5"
}
2 changes: 1 addition & 1 deletion packages/workbox-background-sync/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/workbox-background-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-background-sync",
"version": "6.1.4",
"version": "6.1.5",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
Expand All @@ -24,6 +24,7 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.1.4"
}
"workbox-core": "^6.1.5"
},
"gitHead": "2eb28ddd81b44aff8a39717a4ce8f511ba4e0467"
}
2 changes: 1 addition & 1 deletion packages/workbox-background-sync/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:background-sync:6.1.4']&&_()}catch(e){}
try{self['workbox:background-sync:6.1.5']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-broadcast-update/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/workbox-broadcast-update/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-broadcast-update",
"version": "6.1.4",
"version": "6.1.5",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
Expand All @@ -22,6 +22,7 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.1.4"
}
"workbox-core": "^6.1.5"
},
"gitHead": "2eb28ddd81b44aff8a39717a4ce8f511ba4e0467"
}
2 changes: 1 addition & 1 deletion packages/workbox-broadcast-update/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:broadcast-update:6.1.4']&&_()}catch(e){}
try{self['workbox:broadcast-update:6.1.5']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 18 additions & 17 deletions packages/workbox-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-build",
"version": "6.1.4",
"version": "6.1.5",
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
"keywords": [
"workbox",
Expand Down Expand Up @@ -42,24 +42,25 @@
"strip-comments": "^2.0.1",
"tempy": "^0.6.0",
"upath": "^1.2.0",
"workbox-background-sync": "^6.1.4",
"workbox-broadcast-update": "^6.1.4",
"workbox-cacheable-response": "^6.1.4",
"workbox-core": "^6.1.4",
"workbox-expiration": "^6.1.4",
"workbox-google-analytics": "^6.1.4",
"workbox-navigation-preload": "^6.1.4",
"workbox-precaching": "^6.1.4",
"workbox-range-requests": "^6.1.4",
"workbox-recipes": "^6.1.4",
"workbox-routing": "^6.1.4",
"workbox-strategies": "^6.1.4",
"workbox-streams": "^6.1.4",
"workbox-sw": "^6.1.4",
"workbox-window": "^6.1.4"
"workbox-background-sync": "^6.1.5",
"workbox-broadcast-update": "^6.1.5",
"workbox-cacheable-response": "^6.1.5",
"workbox-core": "^6.1.5",
"workbox-expiration": "^6.1.5",
"workbox-google-analytics": "^6.1.5",
"workbox-navigation-preload": "^6.1.5",
"workbox-precaching": "^6.1.5",
"workbox-range-requests": "^6.1.5",
"workbox-recipes": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5",
"workbox-streams": "^6.1.5",
"workbox-sw": "^6.1.5",
"workbox-window": "^6.1.5"
},
"main": "build/index.js",
"workbox": {
"packageType": "node"
}
},
"gitHead": "2eb28ddd81b44aff8a39717a4ce8f511ba4e0467"
}
2 changes: 1 addition & 1 deletion packages/workbox-build/src/cdn-details.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"origin": "https://storage.googleapis.com",
"bucketName": "workbox-cdn",
"releasesDir": "releases",
"latestVersion": "6.1.4"
"latestVersion": "6.1.5"
}
2 changes: 1 addition & 1 deletion packages/workbox-cacheable-response/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/workbox-cacheable-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-cacheable-response",
"version": "6.1.4",
"version": "6.1.5",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
Expand All @@ -22,6 +22,7 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.1.4"
}
"workbox-core": "^6.1.5"
},
"gitHead": "2eb28ddd81b44aff8a39717a4ce8f511ba4e0467"
}
2 changes: 1 addition & 1 deletion packages/workbox-cacheable-response/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:cacheable-response:6.1.4']&&_()}catch(e){}
try{self['workbox:cacheable-response:6.1.5']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/workbox-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-cli",
"version": "6.1.4",
"version": "6.1.5",
"description": "workbox-cli is the command line interface for Workbox.",
"keywords": [
"workbox",
Expand Down Expand Up @@ -38,7 +38,7 @@
"stringify-object": "^3.3.0",
"upath": "^1.2.0",
"update-notifier": "^4.1.0",
"workbox-build": "^6.1.4"
"workbox-build": "^6.1.5"
},
"workbox": {
"packageType": "node_ts"
Expand All @@ -50,5 +50,6 @@
"@types/inquirer": "^7.3.0",
"@types/stringify-object": "^3.3.0",
"@types/update-notifier": "^4.1.1"
}
},
"gitHead": "2eb28ddd81b44aff8a39717a4ce8f511ba4e0467"
}
2 changes: 1 addition & 1 deletion packages/workbox-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions packages/workbox-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-core",
"version": "6.1.4",
"version": "6.1.5",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This module is used by a number of the other Workbox modules to share common code.",
Expand All @@ -19,5 +19,6 @@
},
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts"
"types": "index.d.ts",
"gitHead": "2eb28ddd81b44aff8a39717a4ce8f511ba4e0467"
}
2 changes: 1 addition & 1 deletion packages/workbox-core/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:core:6.1.4']&&_()}catch(e){}
try{self['workbox:core:6.1.5']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-expiration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/workbox-expiration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-expiration",
"version": "6.1.4",
"version": "6.1.5",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
Expand All @@ -22,6 +22,7 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.1.4"
}
"workbox-core": "^6.1.5"
},
"gitHead": "2eb28ddd81b44aff8a39717a4ce8f511ba4e0467"
}
2 changes: 1 addition & 1 deletion packages/workbox-expiration/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:expiration:6.1.4']&&_()}catch(e){}
try{self['workbox:expiration:6.1.5']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-google-analytics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions packages/workbox-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-google-analytics",
"version": "6.1.4",
"version": "6.1.5",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
Expand All @@ -25,9 +25,10 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-background-sync": "^6.1.4",
"workbox-core": "^6.1.4",
"workbox-routing": "^6.1.4",
"workbox-strategies": "^6.1.4"
}
"workbox-background-sync": "^6.1.5",
"workbox-core": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5"
},
"gitHead": "2eb28ddd81b44aff8a39717a4ce8f511ba4e0467"
}
2 changes: 1 addition & 1 deletion packages/workbox-google-analytics/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:google-analytics:6.1.4']&&_()}catch(e){}
try{self['workbox:google-analytics:6.1.5']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-navigation-preload/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/workbox-navigation-preload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-navigation-preload",
"version": "6.1.4",
"version": "6.1.5",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This library allows developers to opt-in to using Navigation Preload in their service worker.",
Expand All @@ -22,6 +22,7 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.1.4"
}
"workbox-core": "^6.1.5"
},
"gitHead": "2eb28ddd81b44aff8a39717a4ce8f511ba4e0467"
}
2 changes: 1 addition & 1 deletion packages/workbox-navigation-preload/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:navigation-preload:6.1.4']&&_()}catch(e){}
try{self['workbox:navigation-preload:6.1.5']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-precaching/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions packages/workbox-precaching/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-precaching",
"version": "6.1.4",
"version": "6.1.5",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This module efficiently precaches assets.",
Expand All @@ -21,8 +21,9 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.1.4",
"workbox-routing": "^6.1.4",
"workbox-strategies": "^6.1.4"
}
"workbox-core": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5"
},
"gitHead": "2eb28ddd81b44aff8a39717a4ce8f511ba4e0467"
}
2 changes: 1 addition & 1 deletion packages/workbox-precaching/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:precaching:6.1.4']&&_()}catch(e){}
try{self['workbox:precaching:6.1.5']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-range-requests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/workbox-range-requests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-range-requests",
"version": "6.1.4",
"version": "6.1.5",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This library creates a new Response, given a source Response and a Range header value.",
Expand All @@ -26,6 +26,7 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.1.4"
}
"workbox-core": "^6.1.5"
},
"gitHead": "2eb28ddd81b44aff8a39717a4ce8f511ba4e0467"
}
2 changes: 1 addition & 1 deletion packages/workbox-range-requests/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:range-requests:6.1.4']&&_()}catch(e){}
try{self['workbox:range-requests:6.1.5']&&_()}catch(e){}

0 comments on commit d559fc8

Please sign in to comment.