electron-to-chromium 1.3.667 → 1.3.671

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1000,7 +1000,8 @@ module.exports = {
1000
1000
  "10.2.0",
1001
1001
  "10.3.0",
1002
1002
  "10.3.1",
1003
- "10.3.2"
1003
+ "10.3.2",
1004
+ "10.4.0"
1004
1005
  ],
1005
1006
  "86.0.4234.0": [
1006
1007
  "11.0.0-beta.1",
@@ -1105,7 +1106,8 @@ module.exports = {
1105
1106
  "11.2.0",
1106
1107
  "11.2.1",
1107
1108
  "11.2.2",
1108
- "11.2.3"
1109
+ "11.2.3",
1110
+ "11.3.0"
1109
1111
  ],
1110
1112
  "89.0.4328.0": [
1111
1113
  "12.0.0-beta.1",
@@ -1151,6 +1153,9 @@ module.exports = {
1151
1153
  "12.0.0-beta.25",
1152
1154
  "12.0.0-beta.26"
1153
1155
  ],
1156
+ "89.0.4389.23": [
1157
+ "12.0.0-beta.27"
1158
+ ],
1154
1159
  "87.0.4268.0": [
1155
1160
  "12.0.0-nightly.20201013",
1156
1161
  "12.0.0-nightly.20201014",
@@ -1208,6 +1213,8 @@ module.exports = {
1208
1213
  "13.0.0-nightly.20210211",
1209
1214
  "13.0.0-nightly.20210212",
1210
1215
  "13.0.0-nightly.20210216",
1211
- "13.0.0-nightly.20210217"
1216
+ "13.0.0-nightly.20210217",
1217
+ "13.0.0-nightly.20210218",
1218
+ "13.0.0-nightly.20210219"
1212
1219
  ]
1213
1220
  };
package/full-versions.js CHANGED
@@ -704,6 +704,7 @@ module.exports = {
704
704
  "10.3.0": "85.0.4183.121",
705
705
  "10.3.1": "85.0.4183.121",
706
706
  "10.3.2": "85.0.4183.121",
707
+ "10.4.0": "85.0.4183.121",
707
708
  "11.0.0-beta.1": "86.0.4234.0",
708
709
  "11.0.0-beta.3": "86.0.4234.0",
709
710
  "11.0.0-beta.4": "86.0.4234.0",
@@ -773,6 +774,7 @@ module.exports = {
773
774
  "11.2.1": "87.0.4280.141",
774
775
  "11.2.2": "87.0.4280.141",
775
776
  "11.2.3": "87.0.4280.141",
777
+ "11.3.0": "87.0.4280.141",
776
778
  "12.0.0-beta.1": "89.0.4328.0",
777
779
  "12.0.0-beta.3": "89.0.4328.0",
778
780
  "12.0.0-beta.4": "89.0.4328.0",
@@ -795,6 +797,7 @@ module.exports = {
795
797
  "12.0.0-beta.24": "89.0.4388.2",
796
798
  "12.0.0-beta.25": "89.0.4388.2",
797
799
  "12.0.0-beta.26": "89.0.4388.2",
800
+ "12.0.0-beta.27": "89.0.4389.23",
798
801
  "12.0.0-nightly.20200827": "86.0.4234.0",
799
802
  "12.0.0-nightly.20200831": "86.0.4234.0",
800
803
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -859,5 +862,7 @@ module.exports = {
859
862
  "13.0.0-nightly.20210211": "90.0.4402.0",
860
863
  "13.0.0-nightly.20210212": "90.0.4402.0",
861
864
  "13.0.0-nightly.20210216": "90.0.4402.0",
862
- "13.0.0-nightly.20210217": "90.0.4402.0"
865
+ "13.0.0-nightly.20210217": "90.0.4402.0",
866
+ "13.0.0-nightly.20210218": "90.0.4402.0",
867
+ "13.0.0-nightly.20210219": "90.0.4402.0"
863
868
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.667",
3
+ "version": "1.3.671",
4
4
  "description": "Provides a list of electron-to-chromium version mappings",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "ava": "^3.8.2",
32
32
  "codecov": "^3.8.0",
33
- "electron-releases": "^3.616.0",
33
+ "electron-releases": "^3.620.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -55,8 +55,10 @@ module.exports = {
55
55
  "10.1": "85",
56
56
  "10.2": "85",
57
57
  "10.3": "85",
58
+ "10.4": "85",
58
59
  "11.0": "87",
59
60
  "11.1": "87",
60
61
  "11.2": "87",
62
+ "11.3": "87",
61
63
  "12.0": "89"
62
64
  };