Skip to content

Commit

Permalink
Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Oct 29, 2024
1 parent 7e59a84 commit e4672b6
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 72 deletions.
41 changes: 21 additions & 20 deletions package-lock.json

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

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,6 +632,9 @@
{
"$ref": "#/definitions/ArrayBufferView"
},
{
"$ref": "#/definitions/ReadableStream<any>"
},
{
"$ref": "#/definitions/Blob"
},
Expand All @@ -641,9 +644,6 @@
{
"$ref": "#/definitions/URLSearchParams"
},
{
"$ref": "#/definitions/ReadableStream<any>"
},
{
"type": [
"null",
Expand Down Expand Up @@ -673,6 +673,9 @@
},
"headers": {
"anyOf": [
{
"$ref": "#/definitions/Record<string,string>"
},
{
"type": "array",
"items": {
Expand All @@ -691,9 +694,6 @@
},
{
"$ref": "#/definitions/Headers"
},
{
"$ref": "#/definitions/Record<string,string>"
}
]
},
Expand Down Expand Up @@ -762,13 +762,13 @@
"byteLength": {
"type": "number"
},
"__@toStringTag@506": {
"__@toStringTag@25": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"__@toStringTag@506",
"__@toStringTag@25",
"byteLength"
]
},
Expand Down Expand Up @@ -808,21 +808,33 @@
"byteLength": {
"type": "number"
},
"__@species@958": {
"__@species@478": {
"$ref": "#/definitions/SharedArrayBuffer"
},
"__@toStringTag@506": {
"__@toStringTag@25": {
"type": "string",
"const": "SharedArrayBuffer"
}
},
"additionalProperties": false,
"required": [
"__@species@958",
"__@toStringTag@506",
"__@species@478",
"__@toStringTag@25",
"byteLength"
]
},
"ReadableStream<any>": {
"type": "object",
"properties": {
"locked": {
"type": "boolean"
}
},
"additionalProperties": false,
"required": [
"locked"
]
},
"Blob": {
"type": "object",
"properties": {
Expand All @@ -847,23 +859,11 @@
"type": "object",
"additionalProperties": false
},
"ReadableStream<any>": {
"type": "object",
"properties": {
"locked": {
"type": "boolean"
}
},
"additionalProperties": false,
"required": [
"locked"
]
},
"Headers": {
"Record<string,string>": {
"type": "object",
"additionalProperties": false
},
"Record<string,string>": {
"Headers": {
"type": "object",
"additionalProperties": false
},
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,6 +610,9 @@
{
"$ref": "#/definitions/ArrayBufferView"
},
{
"$ref": "#/definitions/ReadableStream<any>"
},
{
"$ref": "#/definitions/Blob"
},
Expand All @@ -619,9 +622,6 @@
{
"$ref": "#/definitions/URLSearchParams"
},
{
"$ref": "#/definitions/ReadableStream<any>"
},
{
"type": [
"null",
Expand Down Expand Up @@ -651,6 +651,9 @@
},
"headers": {
"anyOf": [
{
"$ref": "#/definitions/Record<string,string>"
},
{
"type": "array",
"items": {
Expand All @@ -669,9 +672,6 @@
},
{
"$ref": "#/definitions/Headers"
},
{
"$ref": "#/definitions/Record<string,string>"
}
]
},
Expand Down Expand Up @@ -740,13 +740,13 @@
"byteLength": {
"type": "number"
},
"__@toStringTag@506": {
"__@toStringTag@25": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"__@toStringTag@506",
"__@toStringTag@25",
"byteLength"
]
},
Expand Down Expand Up @@ -786,21 +786,33 @@
"byteLength": {
"type": "number"
},
"__@species@958": {
"__@species@478": {
"$ref": "#/definitions/SharedArrayBuffer"
},
"__@toStringTag@506": {
"__@toStringTag@25": {
"type": "string",
"const": "SharedArrayBuffer"
}
},
"additionalProperties": false,
"required": [
"__@species@958",
"__@toStringTag@506",
"__@species@478",
"__@toStringTag@25",
"byteLength"
]
},
"ReadableStream<any>": {
"type": "object",
"properties": {
"locked": {
"type": "boolean"
}
},
"additionalProperties": false,
"required": [
"locked"
]
},
"Blob": {
"type": "object",
"properties": {
Expand All @@ -825,23 +837,11 @@
"type": "object",
"additionalProperties": false
},
"ReadableStream<any>": {
"type": "object",
"properties": {
"locked": {
"type": "boolean"
}
},
"additionalProperties": false,
"required": [
"locked"
]
},
"Headers": {
"Record<string,string>": {
"type": "object",
"additionalProperties": false
},
"Record<string,string>": {
"Headers": {
"type": "object",
"additionalProperties": false
},
Expand Down

0 comments on commit e4672b6

Please sign in to comment.