Skip to content

Commit 9e69c42

Browse files
committed
v7.1.0
1 parent e09ea45 commit 9e69c42

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+117
-117
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"lerna": "5.6.2",
33
"packages": ["packages/*"],
4-
"version": "7.0.0"
4+
"version": "7.1.0"
55
}

packages/workbox-background-sync/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-background-sync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-background-sync",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
@@ -25,6 +25,6 @@
2525
"types": "index.d.ts",
2626
"dependencies": {
2727
"idb": "^7.0.1",
28-
"workbox-core": "7.0.0"
28+
"workbox-core": "7.1.0"
2929
}
3030
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:background-sync:7.0.0']&&_()}catch(e){}
2+
try{self['workbox:background-sync:7.1.0']&&_()}catch(e){}

packages/workbox-broadcast-update/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-broadcast-update/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-broadcast-update",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
@@ -22,6 +22,6 @@
2222
"module": "index.mjs",
2323
"types": "index.d.ts",
2424
"dependencies": {
25-
"workbox-core": "7.0.0"
25+
"workbox-core": "7.1.0"
2626
}
2727
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:broadcast-update:7.0.0']&&_()}catch(e){}
2+
try{self['workbox:broadcast-update:7.1.0']&&_()}catch(e){}

packages/workbox-build/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-build/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-build",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
55
"keywords": [
66
"workbox",
@@ -42,21 +42,21 @@
4242
"strip-comments": "^2.0.1",
4343
"tempy": "^0.6.0",
4444
"upath": "^1.2.0",
45-
"workbox-background-sync": "7.0.0",
46-
"workbox-broadcast-update": "7.0.0",
47-
"workbox-cacheable-response": "7.0.0",
48-
"workbox-core": "7.0.0",
49-
"workbox-expiration": "7.0.0",
50-
"workbox-google-analytics": "7.0.0",
51-
"workbox-navigation-preload": "7.0.0",
52-
"workbox-precaching": "7.0.0",
53-
"workbox-range-requests": "7.0.0",
54-
"workbox-recipes": "7.0.0",
55-
"workbox-routing": "7.0.0",
56-
"workbox-strategies": "7.0.0",
57-
"workbox-streams": "7.0.0",
58-
"workbox-sw": "7.0.0",
59-
"workbox-window": "7.0.0"
45+
"workbox-background-sync": "7.1.0",
46+
"workbox-broadcast-update": "7.1.0",
47+
"workbox-cacheable-response": "7.1.0",
48+
"workbox-core": "7.1.0",
49+
"workbox-expiration": "7.1.0",
50+
"workbox-google-analytics": "7.1.0",
51+
"workbox-navigation-preload": "7.1.0",
52+
"workbox-precaching": "7.1.0",
53+
"workbox-range-requests": "7.1.0",
54+
"workbox-recipes": "7.1.0",
55+
"workbox-routing": "7.1.0",
56+
"workbox-strategies": "7.1.0",
57+
"workbox-streams": "7.1.0",
58+
"workbox-sw": "7.1.0",
59+
"workbox-window": "7.1.0"
6060
},
6161
"main": "build/index.js",
6262
"workbox": {

packages/workbox-build/src/cdn-details.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"origin": "https://storage.googleapis.com",
33
"bucketName": "workbox-cdn",
44
"releasesDir": "releases",
5-
"latestVersion": "7.0.0"
5+
"latestVersion": "7.1.0"
66
}

packages/workbox-cacheable-response/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-cacheable-response/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-cacheable-response",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
@@ -22,6 +22,6 @@
2222
"module": "index.mjs",
2323
"types": "index.d.ts",
2424
"dependencies": {
25-
"workbox-core": "7.0.0"
25+
"workbox-core": "7.1.0"
2626
}
2727
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:cacheable-response:7.0.0']&&_()}catch(e){}
2+
try{self['workbox:cacheable-response:7.1.0']&&_()}catch(e){}

packages/workbox-cli/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-cli",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "workbox-cli is the command line interface for Workbox.",
55
"keywords": [
66
"workbox",
@@ -38,7 +38,7 @@
3838
"stringify-object": "^3.3.0",
3939
"upath": "^1.2.0",
4040
"update-notifier": "^4.1.0",
41-
"workbox-build": "7.0.0"
41+
"workbox-build": "7.1.0"
4242
},
4343
"workbox": {
4444
"packageType": "node_ts"

packages/workbox-core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-core",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This module is used by a number of the other Workbox modules to share common code.",

packages/workbox-core/src/_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:core:7.0.0']&&_()}catch(e){}
2+
try{self['workbox:core:7.1.0']&&_()}catch(e){}

packages/workbox-expiration/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-expiration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-expiration",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
@@ -23,6 +23,6 @@
2323
"types": "index.d.ts",
2424
"dependencies": {
2525
"idb": "^7.0.1",
26-
"workbox-core": "7.0.0"
26+
"workbox-core": "7.1.0"
2727
}
2828
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:expiration:7.0.0']&&_()}catch(e){}
2+
try{self['workbox:expiration:7.1.0']&&_()}catch(e){}

packages/workbox-google-analytics/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-google-analytics/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-google-analytics",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
@@ -25,9 +25,9 @@
2525
"module": "index.mjs",
2626
"types": "index.d.ts",
2727
"dependencies": {
28-
"workbox-background-sync": "7.0.0",
29-
"workbox-core": "7.0.0",
30-
"workbox-routing": "7.0.0",
31-
"workbox-strategies": "7.0.0"
28+
"workbox-background-sync": "7.1.0",
29+
"workbox-core": "7.1.0",
30+
"workbox-routing": "7.1.0",
31+
"workbox-strategies": "7.1.0"
3232
}
3333
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:google-analytics:7.0.0']&&_()}catch(e){}
2+
try{self['workbox:google-analytics:7.1.0']&&_()}catch(e){}

packages/workbox-navigation-preload/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-navigation-preload/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-navigation-preload",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This library allows developers to opt-in to using Navigation Preload in their service worker.",
@@ -22,6 +22,6 @@
2222
"module": "index.mjs",
2323
"types": "index.d.ts",
2424
"dependencies": {
25-
"workbox-core": "7.0.0"
25+
"workbox-core": "7.1.0"
2626
}
2727
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:navigation-preload:7.0.0']&&_()}catch(e){}
2+
try{self['workbox:navigation-preload:7.1.0']&&_()}catch(e){}

packages/workbox-precaching/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)