electron-to-chromium 1.3.638 → 1.3.642

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.
@@ -850,7 +850,8 @@ module.exports = {
850
850
  "9.3.3",
851
851
  "9.3.4",
852
852
  "9.3.5",
853
- "9.4.0"
853
+ "9.4.0",
854
+ "9.4.1"
854
855
  ],
855
856
  "84.0.4129.0": [
856
857
  "10.0.0-beta.1",
@@ -994,7 +995,8 @@ module.exports = {
994
995
  "10.1.5",
995
996
  "10.1.6",
996
997
  "10.1.7",
997
- "10.2.0"
998
+ "10.2.0",
999
+ "10.3.0"
998
1000
  ],
999
1001
  "86.0.4234.0": [
1000
1002
  "11.0.0-beta.1",
@@ -1128,6 +1130,9 @@ module.exports = {
1128
1130
  "13.0.0-nightly.20201211",
1129
1131
  "13.0.0-nightly.20201214"
1130
1132
  ],
1133
+ "89.0.4348.1": [
1134
+ "12.0.0-beta.16"
1135
+ ],
1131
1136
  "87.0.4268.0": [
1132
1137
  "12.0.0-nightly.20201013",
1133
1138
  "12.0.0-nightly.20201014",
@@ -1163,6 +1168,8 @@ module.exports = {
1163
1168
  "13.0.0-nightly.20210111"
1164
1169
  ],
1165
1170
  "89.0.4386.0": [
1166
- "13.0.0-nightly.20210113"
1171
+ "13.0.0-nightly.20210113",
1172
+ "13.0.0-nightly.20210114",
1173
+ "13.0.0-nightly.20210118"
1167
1174
  ]
1168
1175
  };
package/full-versions.js CHANGED
@@ -608,6 +608,7 @@ module.exports = {
608
608
  "9.3.4": "83.0.4103.122",
609
609
  "9.3.5": "83.0.4103.122",
610
610
  "9.4.0": "83.0.4103.122",
611
+ "9.4.1": "83.0.4103.122",
611
612
  "10.0.0-beta.1": "84.0.4129.0",
612
613
  "10.0.0-beta.2": "84.0.4129.0",
613
614
  "10.0.0-beta.3": "85.0.4161.2",
@@ -698,6 +699,7 @@ module.exports = {
698
699
  "10.1.6": "85.0.4183.121",
699
700
  "10.1.7": "85.0.4183.121",
700
701
  "10.2.0": "85.0.4183.121",
702
+ "10.3.0": "85.0.4183.121",
701
703
  "11.0.0-beta.1": "86.0.4234.0",
702
704
  "11.0.0-beta.3": "86.0.4234.0",
703
705
  "11.0.0-beta.4": "86.0.4234.0",
@@ -776,6 +778,7 @@ module.exports = {
776
778
  "12.0.0-beta.11": "89.0.4328.0",
777
779
  "12.0.0-beta.12": "89.0.4328.0",
778
780
  "12.0.0-beta.14": "89.0.4328.0",
781
+ "12.0.0-beta.16": "89.0.4348.1",
779
782
  "12.0.0-nightly.20200827": "86.0.4234.0",
780
783
  "12.0.0-nightly.20200831": "86.0.4234.0",
781
784
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -822,5 +825,7 @@ module.exports = {
822
825
  "13.0.0-nightly.20210104": "89.0.4359.0",
823
826
  "13.0.0-nightly.20210108": "89.0.4359.0",
824
827
  "13.0.0-nightly.20210111": "89.0.4359.0",
825
- "13.0.0-nightly.20210113": "89.0.4386.0"
828
+ "13.0.0-nightly.20210113": "89.0.4386.0",
829
+ "13.0.0-nightly.20210114": "89.0.4386.0",
830
+ "13.0.0-nightly.20210118": "89.0.4386.0"
826
831
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.638",
3
+ "version": "1.3.642",
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.584.0",
33
+ "electron-releases": "^3.588.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -54,6 +54,7 @@ module.exports = {
54
54
  "10.0": "85",
55
55
  "10.1": "85",
56
56
  "10.2": "85",
57
+ "10.3": "85",
57
58
  "11.0": "87",
58
59
  "11.1": "87",
59
60
  "11.2": "87",