electron-to-chromium 1.3.598 → 1.3.602

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.
@@ -30,5 +30,6 @@ module.exports = {
30
30
  "84": "10.0",
31
31
  "85": "10.0",
32
32
  "86": "11.0",
33
- "87": "11.0"
33
+ "87": "11.0",
34
+ "89": "12.0"
34
35
  };
@@ -714,7 +714,8 @@ module.exports = {
714
714
  "8.2.2",
715
715
  "8.2.3",
716
716
  "8.5.3",
717
- "8.5.4"
717
+ "8.5.4",
718
+ "8.5.5"
718
719
  ],
719
720
  "80.0.3987.165": [
720
721
  "8.2.4",
@@ -988,7 +989,8 @@ module.exports = {
988
989
  "85.0.4183.121": [
989
990
  "10.1.3",
990
991
  "10.1.4",
991
- "10.1.5"
992
+ "10.1.5",
993
+ "10.1.6"
992
994
  ],
993
995
  "86.0.4234.0": [
994
996
  "11.0.0-beta.1",
@@ -1079,6 +1081,10 @@ module.exports = {
1079
1081
  "11.0.0",
1080
1082
  "11.0.1"
1081
1083
  ],
1084
+ "89.0.4328.0": [
1085
+ "12.0.0-beta.1",
1086
+ "13.0.0-nightly.20201119"
1087
+ ],
1082
1088
  "87.0.4268.0": [
1083
1089
  "12.0.0-nightly.20201013",
1084
1090
  "12.0.0-nightly.20201014",
package/full-versions.js CHANGED
@@ -530,6 +530,7 @@ module.exports = {
530
530
  "8.5.2": "80.0.3987.165",
531
531
  "8.5.3": "80.0.3987.163",
532
532
  "8.5.4": "80.0.3987.163",
533
+ "8.5.5": "80.0.3987.163",
533
534
  "9.0.0-beta.1": "82.0.4048.0",
534
535
  "9.0.0-beta.2": "82.0.4048.0",
535
536
  "9.0.0-beta.3": "82.0.4048.0",
@@ -692,6 +693,7 @@ module.exports = {
692
693
  "10.1.3": "85.0.4183.121",
693
694
  "10.1.4": "85.0.4183.121",
694
695
  "10.1.5": "85.0.4183.121",
696
+ "10.1.6": "85.0.4183.121",
695
697
  "11.0.0-beta.1": "86.0.4234.0",
696
698
  "11.0.0-beta.3": "86.0.4234.0",
697
699
  "11.0.0-beta.4": "86.0.4234.0",
@@ -751,6 +753,7 @@ module.exports = {
751
753
  "11.0.0-nightly.20200826": "86.0.4234.0",
752
754
  "11.0.0": "87.0.4280.60",
753
755
  "11.0.1": "87.0.4280.60",
756
+ "12.0.0-beta.1": "89.0.4328.0",
754
757
  "12.0.0-nightly.20200827": "86.0.4234.0",
755
758
  "12.0.0-nightly.20200831": "86.0.4234.0",
756
759
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -772,5 +775,6 @@ module.exports = {
772
775
  "12.0.0-nightly.20201106": "88.0.4306.0",
773
776
  "12.0.0-nightly.20201111": "88.0.4306.0",
774
777
  "12.0.0-nightly.20201112": "88.0.4306.0",
775
- "12.0.0-nightly.20201116": "88.0.4324.0"
778
+ "12.0.0-nightly.20201116": "88.0.4324.0",
779
+ "13.0.0-nightly.20201119": "89.0.4328.0"
776
780
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.598",
3
+ "version": "1.3.602",
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.543.0",
33
+ "electron-releases": "^3.547.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -52,5 +52,6 @@ module.exports = {
52
52
  "9.3": "83",
53
53
  "10.0": "85",
54
54
  "10.1": "85",
55
- "11.0": "87"
55
+ "11.0": "87",
56
+ "12.0": "89"
56
57
  };