Skip to content

Commit c77dceb

Browse files
committed
v7.3.0
1 parent e4672b6 commit c77dceb

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

+102
-102
lines changed

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"lerna": "5.6.2",
33
"packages": ["packages/*"],
4-
"version": "7.2.0"
4+
"version": "7.3.0"
55
}

Diff for: packages/workbox-background-sync/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/workbox-background-sync/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-background-sync",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
@@ -28,6 +28,6 @@
2828
"types": "index.d.ts",
2929
"dependencies": {
3030
"idb": "^7.0.1",
31-
"workbox-core": "7.2.0"
31+
"workbox-core": "7.3.0"
3232
}
3333
}

Diff for: packages/workbox-background-sync/src/_version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:background-sync:7.2.0']&&_()}catch(e){}
2+
try{self['workbox:background-sync:7.3.0']&&_()}catch(e){}

Diff for: packages/workbox-broadcast-update/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/workbox-broadcast-update/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-broadcast-update",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
@@ -25,6 +25,6 @@
2525
"module": "index.mjs",
2626
"types": "index.d.ts",
2727
"dependencies": {
28-
"workbox-core": "7.2.0"
28+
"workbox-core": "7.3.0"
2929
}
3030
}

Diff for: packages/workbox-broadcast-update/src/_version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:broadcast-update:7.2.0']&&_()}catch(e){}
2+
try{self['workbox:broadcast-update:7.3.0']&&_()}catch(e){}

Diff for: packages/workbox-build/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/workbox-build/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-build",
3-
"version": "7.2.0",
3+
"version": "7.3.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",
@@ -45,21 +45,21 @@
4545
"strip-comments": "^2.0.1",
4646
"tempy": "^0.6.0",
4747
"upath": "^1.2.0",
48-
"workbox-background-sync": "7.2.0",
49-
"workbox-broadcast-update": "7.2.0",
50-
"workbox-cacheable-response": "7.2.0",
51-
"workbox-core": "7.2.0",
52-
"workbox-expiration": "7.2.0",
53-
"workbox-google-analytics": "7.2.0",
54-
"workbox-navigation-preload": "7.2.0",
55-
"workbox-precaching": "7.2.0",
56-
"workbox-range-requests": "7.2.0",
57-
"workbox-recipes": "7.2.0",
58-
"workbox-routing": "7.2.0",
59-
"workbox-strategies": "7.2.0",
60-
"workbox-streams": "7.2.0",
61-
"workbox-sw": "7.2.0",
62-
"workbox-window": "7.2.0"
48+
"workbox-background-sync": "7.3.0",
49+
"workbox-broadcast-update": "7.3.0",
50+
"workbox-cacheable-response": "7.3.0",
51+
"workbox-core": "7.3.0",
52+
"workbox-expiration": "7.3.0",
53+
"workbox-google-analytics": "7.3.0",
54+
"workbox-navigation-preload": "7.3.0",
55+
"workbox-precaching": "7.3.0",
56+
"workbox-range-requests": "7.3.0",
57+
"workbox-recipes": "7.3.0",
58+
"workbox-routing": "7.3.0",
59+
"workbox-strategies": "7.3.0",
60+
"workbox-streams": "7.3.0",
61+
"workbox-sw": "7.3.0",
62+
"workbox-window": "7.3.0"
6363
},
6464
"main": "build/index.js",
6565
"workbox": {

Diff for: packages/workbox-build/src/cdn-details.json

+1-1
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.2.0"
5+
"latestVersion": "7.3.0"
66
}

Diff for: packages/workbox-cacheable-response/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/workbox-cacheable-response/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-cacheable-response",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
@@ -25,6 +25,6 @@
2525
"module": "index.mjs",
2626
"types": "index.d.ts",
2727
"dependencies": {
28-
"workbox-core": "7.2.0"
28+
"workbox-core": "7.3.0"
2929
}
3030
}

Diff for: packages/workbox-cacheable-response/src/_version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:cacheable-response:7.2.0']&&_()}catch(e){}
2+
try{self['workbox:cacheable-response:7.3.0']&&_()}catch(e){}

Diff for: packages/workbox-cli/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/workbox-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-cli",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "workbox-cli is the command line interface for Workbox.",
55
"keywords": [
66
"workbox",
@@ -41,7 +41,7 @@
4141
"stringify-object": "^3.3.0",
4242
"upath": "^1.2.0",
4343
"update-notifier": "^4.1.0",
44-
"workbox-build": "7.2.0"
44+
"workbox-build": "7.3.0"
4545
},
4646
"workbox": {
4747
"packageType": "node_ts"

Diff for: packages/workbox-core/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/workbox-core/package.json

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

Diff for: packages/workbox-core/src/_version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:core:7.2.0']&&_()}catch(e){}
2+
try{self['workbox:core:7.3.0']&&_()}catch(e){}

Diff for: packages/workbox-expiration/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/workbox-expiration/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-expiration",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
@@ -26,6 +26,6 @@
2626
"types": "index.d.ts",
2727
"dependencies": {
2828
"idb": "^7.0.1",
29-
"workbox-core": "7.2.0"
29+
"workbox-core": "7.3.0"
3030
}
3131
}

Diff for: packages/workbox-expiration/src/_version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:expiration:7.2.0']&&_()}catch(e){}
2+
try{self['workbox:expiration:7.3.0']&&_()}catch(e){}

Diff for: packages/workbox-google-analytics/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/workbox-google-analytics/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-google-analytics",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
@@ -28,9 +28,9 @@
2828
"module": "index.mjs",
2929
"types": "index.d.ts",
3030
"dependencies": {
31-
"workbox-background-sync": "7.2.0",
32-
"workbox-core": "7.2.0",
33-
"workbox-routing": "7.2.0",
34-
"workbox-strategies": "7.2.0"
31+
"workbox-background-sync": "7.3.0",
32+
"workbox-core": "7.3.0",
33+
"workbox-routing": "7.3.0",
34+
"workbox-strategies": "7.3.0"
3535
}
3636
}

Diff for: packages/workbox-google-analytics/src/_version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:google-analytics:7.2.0']&&_()}catch(e){}
2+
try{self['workbox:google-analytics:7.3.0']&&_()}catch(e){}

Diff for: packages/workbox-navigation-preload/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/workbox-navigation-preload/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-navigation-preload",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "This library allows developers to opt-in to using Navigation Preload in their service worker.",
@@ -25,6 +25,6 @@
2525
"module": "index.mjs",
2626
"types": "index.d.ts",
2727
"dependencies": {
28-
"workbox-core": "7.2.0"
28+
"workbox-core": "7.3.0"
2929
}
3030
}

Diff for: packages/workbox-navigation-preload/src/_version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:navigation-preload:7.2.0']&&_()}catch(e){}
2+
try{self['workbox:navigation-preload:7.3.0']&&_()}catch(e){}

Diff for: packages/workbox-precaching/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/workbox-precaching/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-precaching",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "This module efficiently precaches assets.",
@@ -24,8 +24,8 @@
2424
"module": "index.mjs",
2525
"types": "index.d.ts",
2626
"dependencies": {
27-
"workbox-core": "7.2.0",
28-
"workbox-routing": "7.2.0",
29-
"workbox-strategies": "7.2.0"
27+
"workbox-core": "7.3.0",
28+
"workbox-routing": "7.3.0",
29+
"workbox-strategies": "7.3.0"
3030
}
3131
}

Diff for: packages/workbox-precaching/src/_version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:precaching:7.2.0']&&_()}catch(e){}
2+
try{self['workbox:precaching:7.3.0']&&_()}catch(e){}

Diff for: packages/workbox-range-requests/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/workbox-range-requests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-range-requests",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "This library creates a new Response, given a source Response and a Range header value.",
@@ -29,6 +29,6 @@
2929
"module": "index.mjs",
3030
"types": "index.d.ts",
3131
"dependencies": {
32-
"workbox-core": "7.2.0"
32+
"workbox-core": "7.3.0"
3333
}
3434
}

Diff for: packages/workbox-range-requests/src/_version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:range-requests:7.2.0']&&_()}catch(e){}
2+
try{self['workbox:range-requests:7.3.0']&&_()}catch(e){}

0 commit comments

Comments
 (0)