electron-to-chromium 1.3.589 → 1.3.593

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.
@@ -845,7 +845,8 @@ module.exports = {
845
845
  "9.3.0",
846
846
  "9.3.1",
847
847
  "9.3.2",
848
- "9.3.3"
848
+ "9.3.3",
849
+ "9.3.4"
849
850
  ],
850
851
  "84.0.4129.0": [
851
852
  "10.0.0-beta.1",
@@ -1023,6 +1024,9 @@ module.exports = {
1023
1024
  "11.0.0-beta.18",
1024
1025
  "11.0.0-beta.19"
1025
1026
  ],
1027
+ "87.0.4280.40": [
1028
+ "11.0.0-beta.20"
1029
+ ],
1026
1030
  "85.0.4156.0": [
1027
1031
  "11.0.0-nightly.20200529"
1028
1032
  ],
@@ -1080,6 +1084,8 @@ module.exports = {
1080
1084
  "12.0.0-nightly.20201102",
1081
1085
  "12.0.0-nightly.20201103",
1082
1086
  "12.0.0-nightly.20201104",
1083
- "12.0.0-nightly.20201105"
1087
+ "12.0.0-nightly.20201105",
1088
+ "12.0.0-nightly.20201106",
1089
+ "12.0.0-nightly.20201111"
1084
1090
  ]
1085
1091
  };
package/full-versions.js CHANGED
@@ -603,6 +603,7 @@ module.exports = {
603
603
  "9.3.1": "83.0.4103.122",
604
604
  "9.3.2": "83.0.4103.122",
605
605
  "9.3.3": "83.0.4103.122",
606
+ "9.3.4": "83.0.4103.122",
606
607
  "10.0.0-beta.1": "84.0.4129.0",
607
608
  "10.0.0-beta.2": "84.0.4129.0",
608
609
  "10.0.0-beta.3": "85.0.4161.2",
@@ -705,6 +706,7 @@ module.exports = {
705
706
  "11.0.0-beta.17": "87.0.4280.27",
706
707
  "11.0.0-beta.18": "87.0.4280.27",
707
708
  "11.0.0-beta.19": "87.0.4280.27",
709
+ "11.0.0-beta.20": "87.0.4280.40",
708
710
  "11.0.0-nightly.20200525": "84.0.4129.0",
709
711
  "11.0.0-nightly.20200526": "84.0.4129.0",
710
712
  "11.0.0-nightly.20200529": "85.0.4156.0",
@@ -761,5 +763,7 @@ module.exports = {
761
763
  "12.0.0-nightly.20201102": "88.0.4306.0",
762
764
  "12.0.0-nightly.20201103": "88.0.4306.0",
763
765
  "12.0.0-nightly.20201104": "88.0.4306.0",
764
- "12.0.0-nightly.20201105": "88.0.4306.0"
766
+ "12.0.0-nightly.20201105": "88.0.4306.0",
767
+ "12.0.0-nightly.20201106": "88.0.4306.0",
768
+ "12.0.0-nightly.20201111": "88.0.4306.0"
765
769
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.589",
3
+ "version": "1.3.593",
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.532.0",
33
+ "electron-releases": "^3.537.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"