Skip to content

Commit e4672b6

Browse files
committed
Dependencies
1 parent 7e59a84 commit e4672b6

File tree

3 files changed

+73
-72
lines changed

3 files changed

+73
-72
lines changed

package-lock.json

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

packages/workbox-build/src/schema/GenerateSWOptions.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,9 @@
632632
{
633633
"$ref": "#/definitions/ArrayBufferView"
634634
},
635+
{
636+
"$ref": "#/definitions/ReadableStream<any>"
637+
},
635638
{
636639
"$ref": "#/definitions/Blob"
637640
},
@@ -641,9 +644,6 @@
641644
{
642645
"$ref": "#/definitions/URLSearchParams"
643646
},
644-
{
645-
"$ref": "#/definitions/ReadableStream<any>"
646-
},
647647
{
648648
"type": [
649649
"null",
@@ -673,6 +673,9 @@
673673
},
674674
"headers": {
675675
"anyOf": [
676+
{
677+
"$ref": "#/definitions/Record<string,string>"
678+
},
676679
{
677680
"type": "array",
678681
"items": {
@@ -691,9 +694,6 @@
691694
},
692695
{
693696
"$ref": "#/definitions/Headers"
694-
},
695-
{
696-
"$ref": "#/definitions/Record<string,string>"
697697
}
698698
]
699699
},
@@ -762,13 +762,13 @@
762762
"byteLength": {
763763
"type": "number"
764764
},
765-
"__@toStringTag@506": {
765+
"__@toStringTag@25": {
766766
"type": "string"
767767
}
768768
},
769769
"additionalProperties": false,
770770
"required": [
771-
"__@toStringTag@506",
771+
"__@toStringTag@25",
772772
"byteLength"
773773
]
774774
},
@@ -808,21 +808,33 @@
808808
"byteLength": {
809809
"type": "number"
810810
},
811-
"__@species@958": {
811+
"__@species@478": {
812812
"$ref": "#/definitions/SharedArrayBuffer"
813813
},
814-
"__@toStringTag@506": {
814+
"__@toStringTag@25": {
815815
"type": "string",
816816
"const": "SharedArrayBuffer"
817817
}
818818
},
819819
"additionalProperties": false,
820820
"required": [
821-
"__@species@958",
822-
"__@toStringTag@506",
821+
"__@species@478",
822+
"__@toStringTag@25",
823823
"byteLength"
824824
]
825825
},
826+
"ReadableStream<any>": {
827+
"type": "object",
828+
"properties": {
829+
"locked": {
830+
"type": "boolean"
831+
}
832+
},
833+
"additionalProperties": false,
834+
"required": [
835+
"locked"
836+
]
837+
},
826838
"Blob": {
827839
"type": "object",
828840
"properties": {
@@ -847,23 +859,11 @@
847859
"type": "object",
848860
"additionalProperties": false
849861
},
850-
"ReadableStream<any>": {
851-
"type": "object",
852-
"properties": {
853-
"locked": {
854-
"type": "boolean"
855-
}
856-
},
857-
"additionalProperties": false,
858-
"required": [
859-
"locked"
860-
]
861-
},
862-
"Headers": {
862+
"Record<string,string>": {
863863
"type": "object",
864864
"additionalProperties": false
865865
},
866-
"Record<string,string>": {
866+
"Headers": {
867867
"type": "object",
868868
"additionalProperties": false
869869
},

packages/workbox-build/src/schema/WebpackGenerateSWOptions.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,9 @@
610610
{
611611
"$ref": "#/definitions/ArrayBufferView"
612612
},
613+
{
614+
"$ref": "#/definitions/ReadableStream<any>"
615+
},
613616
{
614617
"$ref": "#/definitions/Blob"
615618
},
@@ -619,9 +622,6 @@
619622
{
620623
"$ref": "#/definitions/URLSearchParams"
621624
},
622-
{
623-
"$ref": "#/definitions/ReadableStream<any>"
624-
},
625625
{
626626
"type": [
627627
"null",
@@ -651,6 +651,9 @@
651651
},
652652
"headers": {
653653
"anyOf": [
654+
{
655+
"$ref": "#/definitions/Record<string,string>"
656+
},
654657
{
655658
"type": "array",
656659
"items": {
@@ -669,9 +672,6 @@
669672
},
670673
{
671674
"$ref": "#/definitions/Headers"
672-
},
673-
{
674-
"$ref": "#/definitions/Record<string,string>"
675675
}
676676
]
677677
},
@@ -740,13 +740,13 @@
740740
"byteLength": {
741741
"type": "number"
742742
},
743-
"__@toStringTag@506": {
743+
"__@toStringTag@25": {
744744
"type": "string"
745745
}
746746
},
747747
"additionalProperties": false,
748748
"required": [
749-
"__@toStringTag@506",
749+
"__@toStringTag@25",
750750
"byteLength"
751751
]
752752
},
@@ -786,21 +786,33 @@
786786
"byteLength": {
787787
"type": "number"
788788
},
789-
"__@species@958": {
789+
"__@species@478": {
790790
"$ref": "#/definitions/SharedArrayBuffer"
791791
},
792-
"__@toStringTag@506": {
792+
"__@toStringTag@25": {
793793
"type": "string",
794794
"const": "SharedArrayBuffer"
795795
}
796796
},
797797
"additionalProperties": false,
798798
"required": [
799-
"__@species@958",
800-
"__@toStringTag@506",
799+
"__@species@478",
800+
"__@toStringTag@25",
801801
"byteLength"
802802
]
803803
},
804+
"ReadableStream<any>": {
805+
"type": "object",
806+
"properties": {
807+
"locked": {
808+
"type": "boolean"
809+
}
810+
},
811+
"additionalProperties": false,
812+
"required": [
813+
"locked"
814+
]
815+
},
804816
"Blob": {
805817
"type": "object",
806818
"properties": {
@@ -825,23 +837,11 @@
825837
"type": "object",
826838
"additionalProperties": false
827839
},
828-
"ReadableStream<any>": {
829-
"type": "object",
830-
"properties": {
831-
"locked": {
832-
"type": "boolean"
833-
}
834-
},
835-
"additionalProperties": false,
836-
"required": [
837-
"locked"
838-
]
839-
},
840-
"Headers": {
840+
"Record<string,string>": {
841841
"type": "object",
842842
"additionalProperties": false
843843
},
844-
"Record<string,string>": {
844+
"Headers": {
845845
"type": "object",
846846
"additionalProperties": false
847847
},

0 commit comments

Comments
 (0)