Skip to content

Commit fe43995

Browse files
committed
v5.1.3
1 parent a8c6639 commit fe43995

File tree

50 files changed

+83
-83
lines changed

Some content is hidden

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

50 files changed

+83
-83
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.1.2"
6+
"version": "5.1.3"
77
}

packages/workbox-background-sync/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-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": "5.1.2",
3+
"version": "5.1.3",
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",
@@ -29,6 +29,6 @@
2929
"module": "index.mjs",
3030
"types": "index.d.ts",
3131
"dependencies": {
32-
"workbox-core": "^5.1.2"
32+
"workbox-core": "^5.1.3"
3333
}
3434
}
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:5.1.2']&&_()}catch(e){}
2+
try{self['workbox:background-sync:5.1.3']&&_()}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": "5.1.2",
3+
"version": "5.1.3",
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",
@@ -27,6 +27,6 @@
2727
"module": "index.mjs",
2828
"types": "index.d.ts",
2929
"dependencies": {
30-
"workbox-core": "^5.1.2"
30+
"workbox-core": "^5.1.3"
3131
}
3232
}
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:5.1.2']&&_()}catch(e){}
2+
try{self['workbox:broadcast-update:5.1.3']&&_()}catch(e){}

packages/workbox-build/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-build/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-build",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
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,20 +42,20 @@
4242
"strip-comments": "^1.0.2",
4343
"tempy": "^0.3.0",
4444
"upath": "^1.2.0",
45-
"workbox-background-sync": "^5.1.2",
46-
"workbox-broadcast-update": "^5.1.2",
47-
"workbox-cacheable-response": "^5.1.2",
48-
"workbox-core": "^5.1.2",
49-
"workbox-expiration": "^5.1.2",
50-
"workbox-google-analytics": "^5.1.2",
51-
"workbox-navigation-preload": "^5.1.2",
52-
"workbox-precaching": "^5.1.2",
53-
"workbox-range-requests": "^5.1.2",
54-
"workbox-routing": "^5.1.2",
55-
"workbox-strategies": "^5.1.2",
56-
"workbox-streams": "^5.1.2",
57-
"workbox-sw": "^5.1.2",
58-
"workbox-window": "^5.1.2"
45+
"workbox-background-sync": "^5.1.3",
46+
"workbox-broadcast-update": "^5.1.3",
47+
"workbox-cacheable-response": "^5.1.3",
48+
"workbox-core": "^5.1.3",
49+
"workbox-expiration": "^5.1.3",
50+
"workbox-google-analytics": "^5.1.3",
51+
"workbox-navigation-preload": "^5.1.3",
52+
"workbox-precaching": "^5.1.3",
53+
"workbox-range-requests": "^5.1.3",
54+
"workbox-routing": "^5.1.3",
55+
"workbox-strategies": "^5.1.3",
56+
"workbox-streams": "^5.1.3",
57+
"workbox-sw": "^5.1.3",
58+
"workbox-window": "^5.1.3"
5959
},
6060
"main": "build/index.js",
6161
"scripts": {

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": "5.1.2"
5+
"latestVersion": "5.1.3"
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": "5.1.2",
3+
"version": "5.1.3",
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.",
@@ -27,6 +27,6 @@
2727
"module": "index.mjs",
2828
"types": "index.d.ts",
2929
"dependencies": {
30-
"workbox-core": "^5.1.2"
30+
"workbox-core": "^5.1.3"
3131
}
3232
}
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:5.1.2']&&_()}catch(e){}
2+
try{self['workbox:cacheable-response:5.1.3']&&_()}catch(e){}

packages/workbox-cli/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-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": "5.1.2",
3+
"version": "5.1.3",
44
"description": "workbox-cli is the command line interface for Workbox.",
55
"keywords": [
66
"workbox",
@@ -41,7 +41,7 @@
4141
"pretty-bytes": "^5.2.0",
4242
"upath": "^1.1.2",
4343
"update-notifier": "^3.0.1",
44-
"workbox-build": "^5.1.2"
44+
"workbox-build": "^5.1.3"
4545
},
4646
"workbox": {
4747
"packageType": "node"

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": "5.1.2",
3+
"version": "5.1.3",
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:5.1.2']&&_()}catch(e){}
2+
try{self['workbox:core:5.1.3']&&_()}catch(e){}

packages/workbox-expiration/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-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": "5.1.2",
3+
"version": "5.1.3",
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.",
@@ -27,6 +27,6 @@
2727
"module": "index.mjs",
2828
"types": "index.d.ts",
2929
"dependencies": {
30-
"workbox-core": "^5.1.2"
30+
"workbox-core": "^5.1.3"
3131
}
3232
}
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:5.1.2']&&_()}catch(e){}
2+
try{self['workbox:expiration:5.1.3']&&_()}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": "5.1.2",
3+
"version": "5.1.3",
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",
@@ -30,9 +30,9 @@
3030
"module": "index.mjs",
3131
"types": "index.d.ts",
3232
"dependencies": {
33-
"workbox-background-sync": "^5.1.2",
34-
"workbox-core": "^5.1.2",
35-
"workbox-routing": "^5.1.2",
36-
"workbox-strategies": "^5.1.2"
33+
"workbox-background-sync": "^5.1.3",
34+
"workbox-core": "^5.1.3",
35+
"workbox-routing": "^5.1.3",
36+
"workbox-strategies": "^5.1.3"
3737
}
3838
}
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:5.1.2']&&_()}catch(e){}
2+
try{self['workbox:google-analytics:5.1.3']&&_()}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": "5.1.2",
3+
"version": "5.1.3",
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.",
@@ -27,6 +27,6 @@
2727
"module": "index.mjs",
2828
"types": "index.d.ts",
2929
"dependencies": {
30-
"workbox-core": "^5.1.2"
30+
"workbox-core": "^5.1.3"
3131
}
3232
}
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:5.1.2']&&_()}catch(e){}
2+
try{self['workbox:navigation-preload:5.1.3']&&_()}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.

packages/workbox-precaching/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-precaching",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This module efficiently precaches assets.",
@@ -26,6 +26,6 @@
2626
"module": "index.mjs",
2727
"types": "index.d.ts",
2828
"dependencies": {
29-
"workbox-core": "^5.1.2"
29+
"workbox-core": "^5.1.3"
3030
}
3131
}
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:precaching:5.1.2']&&_()}catch(e){}
2+
try{self['workbox:precaching:5.1.3']&&_()}catch(e){}

packages/workbox-range-requests/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-range-requests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-range-requests",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This library creates a new Response, given a source Response and a Range header value.",
@@ -31,6 +31,6 @@
3131
"module": "index.mjs",
3232
"types": "index.d.ts",
3333
"dependencies": {
34-
"workbox-core": "^5.1.2"
34+
"workbox-core": "^5.1.3"
3535
}
3636
}
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:range-requests:5.1.2']&&_()}catch(e){}
2+
try{self['workbox:range-requests:5.1.3']&&_()}catch(e){}

packages/workbox-routing/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-routing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-routing",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "A service worker helper library to route request URLs to handlers.",
@@ -28,6 +28,6 @@
2828
"module": "index.mjs",
2929
"types": "index.d.ts",
3030
"dependencies": {
31-
"workbox-core": "^5.1.2"
31+
"workbox-core": "^5.1.3"
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:routing:5.1.2']&&_()}catch(e){}
2+
try{self['workbox:routing:5.1.3']&&_()}catch(e){}

packages/workbox-strategies/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)