Skip to content

Commit

Permalink
v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khempenius committed Oct 24, 2024
1 parent 4f4e468 commit 7e59a84
Show file tree
Hide file tree
Showing 56 changed files with 155 additions and 155 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "5.6.2",
"packages": ["packages/*"],
"version": "7.1.0"
"version": "7.2.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions packages/workbox-background-sync/package-lock.json

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

4 changes: 2 additions & 2 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": "7.1.0",
"version": "7.2.0",
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
Expand Down Expand Up @@ -28,6 +28,6 @@
"types": "index.d.ts",
"dependencies": {
"idb": "^7.0.1",
"workbox-core": "7.1.0"
"workbox-core": "7.2.0"
}
}
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:7.1.0']&&_()}catch(e){}
try{self['workbox:background-sync:7.2.0']&&_()}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.

4 changes: 2 additions & 2 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": "7.1.0",
"version": "7.2.0",
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
Expand All @@ -25,6 +25,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "7.1.0"
"workbox-core": "7.2.0"
}
}
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:7.1.0']&&_()}catch(e){}
try{self['workbox:broadcast-update:7.2.0']&&_()}catch(e){}
4 changes: 2 additions & 2 deletions packages/workbox-build/package-lock.json

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

32 changes: 16 additions & 16 deletions packages/workbox-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-build",
"version": "7.1.1",
"version": "7.2.0",
"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 @@ -45,21 +45,21 @@
"strip-comments": "^2.0.1",
"tempy": "^0.6.0",
"upath": "^1.2.0",
"workbox-background-sync": "7.1.0",
"workbox-broadcast-update": "7.1.0",
"workbox-cacheable-response": "7.1.0",
"workbox-core": "7.1.0",
"workbox-expiration": "7.1.0",
"workbox-google-analytics": "7.1.0",
"workbox-navigation-preload": "7.1.0",
"workbox-precaching": "7.1.0",
"workbox-range-requests": "7.1.0",
"workbox-recipes": "7.1.0",
"workbox-routing": "7.1.0",
"workbox-strategies": "7.1.0",
"workbox-streams": "7.1.0",
"workbox-sw": "7.1.0",
"workbox-window": "7.1.0"
"workbox-background-sync": "7.2.0",
"workbox-broadcast-update": "7.2.0",
"workbox-cacheable-response": "7.2.0",
"workbox-core": "7.2.0",
"workbox-expiration": "7.2.0",
"workbox-google-analytics": "7.2.0",
"workbox-navigation-preload": "7.2.0",
"workbox-precaching": "7.2.0",
"workbox-range-requests": "7.2.0",
"workbox-recipes": "7.2.0",
"workbox-routing": "7.2.0",
"workbox-strategies": "7.2.0",
"workbox-streams": "7.2.0",
"workbox-sw": "7.2.0",
"workbox-window": "7.2.0"
},
"main": "build/index.js",
"workbox": {
Expand Down
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": "7.1.1"
"latestVersion": "7.2.0"
}
52 changes: 26 additions & 26 deletions packages/workbox-build/src/schema/GenerateSWOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,9 +632,6 @@
{
"$ref": "#/definitions/ArrayBufferView"
},
{
"$ref": "#/definitions/ReadableStream<any>"
},
{
"$ref": "#/definitions/Blob"
},
Expand All @@ -644,6 +641,9 @@
{
"$ref": "#/definitions/URLSearchParams"
},
{
"$ref": "#/definitions/ReadableStream<any>"
},
{
"type": [
"null",
Expand Down Expand Up @@ -673,9 +673,6 @@
},
"headers": {
"anyOf": [
{
"$ref": "#/definitions/Record<string,string>"
},
{
"type": "array",
"items": {
Expand All @@ -694,6 +691,9 @@
},
{
"$ref": "#/definitions/Headers"
},
{
"$ref": "#/definitions/Record<string,string>"
}
]
},
Expand Down Expand Up @@ -762,13 +762,13 @@
"byteLength": {
"type": "number"
},
"__@toStringTag@25": {
"__@toStringTag@506": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"__@toStringTag@25",
"__@toStringTag@506",
"byteLength"
]
},
Expand Down Expand Up @@ -808,33 +808,21 @@
"byteLength": {
"type": "number"
},
"__@species@478": {
"__@species@958": {
"$ref": "#/definitions/SharedArrayBuffer"
},
"__@toStringTag@25": {
"__@toStringTag@506": {
"type": "string",
"const": "SharedArrayBuffer"
}
},
"additionalProperties": false,
"required": [
"__@species@478",
"__@toStringTag@25",
"__@species@958",
"__@toStringTag@506",
"byteLength"
]
},
"ReadableStream<any>": {
"type": "object",
"properties": {
"locked": {
"type": "boolean"
}
},
"additionalProperties": false,
"required": [
"locked"
]
},
"Blob": {
"type": "object",
"properties": {
Expand All @@ -859,14 +847,26 @@
"type": "object",
"additionalProperties": false
},
"Record<string,string>": {
"ReadableStream<any>": {
"type": "object",
"additionalProperties": false
"properties": {
"locked": {
"type": "boolean"
}
},
"additionalProperties": false,
"required": [
"locked"
]
},
"Headers": {
"type": "object",
"additionalProperties": false
},
"Record<string,string>": {
"type": "object",
"additionalProperties": false
},
"AbortSignal": {},
"RouteMatchCallback": {}
},
Expand Down
52 changes: 26 additions & 26 deletions packages/workbox-build/src/schema/WebpackGenerateSWOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,9 +610,6 @@
{
"$ref": "#/definitions/ArrayBufferView"
},
{
"$ref": "#/definitions/ReadableStream<any>"
},
{
"$ref": "#/definitions/Blob"
},
Expand All @@ -622,6 +619,9 @@
{
"$ref": "#/definitions/URLSearchParams"
},
{
"$ref": "#/definitions/ReadableStream<any>"
},
{
"type": [
"null",
Expand Down Expand Up @@ -651,9 +651,6 @@
},
"headers": {
"anyOf": [
{
"$ref": "#/definitions/Record<string,string>"
},
{
"type": "array",
"items": {
Expand All @@ -672,6 +669,9 @@
},
{
"$ref": "#/definitions/Headers"
},
{
"$ref": "#/definitions/Record<string,string>"
}
]
},
Expand Down Expand Up @@ -740,13 +740,13 @@
"byteLength": {
"type": "number"
},
"__@toStringTag@25": {
"__@toStringTag@506": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"__@toStringTag@25",
"__@toStringTag@506",
"byteLength"
]
},
Expand Down Expand Up @@ -786,33 +786,21 @@
"byteLength": {
"type": "number"
},
"__@species@478": {
"__@species@958": {
"$ref": "#/definitions/SharedArrayBuffer"
},
"__@toStringTag@25": {
"__@toStringTag@506": {
"type": "string",
"const": "SharedArrayBuffer"
}
},
"additionalProperties": false,
"required": [
"__@species@478",
"__@toStringTag@25",
"__@species@958",
"__@toStringTag@506",
"byteLength"
]
},
"ReadableStream<any>": {
"type": "object",
"properties": {
"locked": {
"type": "boolean"
}
},
"additionalProperties": false,
"required": [
"locked"
]
},
"Blob": {
"type": "object",
"properties": {
Expand All @@ -837,14 +825,26 @@
"type": "object",
"additionalProperties": false
},
"Record<string,string>": {
"ReadableStream<any>": {
"type": "object",
"additionalProperties": false
"properties": {
"locked": {
"type": "boolean"
}
},
"additionalProperties": false,
"required": [
"locked"
]
},
"Headers": {
"type": "object",
"additionalProperties": false
},
"Record<string,string>": {
"type": "object",
"additionalProperties": false
},
"AbortSignal": {},
"RouteMatchCallback": {}
},
Expand Down
Loading

0 comments on commit 7e59a84

Please sign in to comment.