electron-to-chromium 1.3.585 → 1.3.589

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.
@@ -1020,7 +1020,8 @@ module.exports = {
1020
1020
  "87.0.4280.27": [
1021
1021
  "11.0.0-beta.16",
1022
1022
  "11.0.0-beta.17",
1023
- "11.0.0-beta.18"
1023
+ "11.0.0-beta.18",
1024
+ "11.0.0-beta.19"
1024
1025
  ],
1025
1026
  "85.0.4156.0": [
1026
1027
  "11.0.0-nightly.20200529"
@@ -1075,6 +1076,10 @@ module.exports = {
1075
1076
  "12.0.0-nightly.20201026"
1076
1077
  ],
1077
1078
  "88.0.4306.0": [
1078
- "12.0.0-nightly.20201030"
1079
+ "12.0.0-nightly.20201030",
1080
+ "12.0.0-nightly.20201102",
1081
+ "12.0.0-nightly.20201103",
1082
+ "12.0.0-nightly.20201104",
1083
+ "12.0.0-nightly.20201105"
1079
1084
  ]
1080
1085
  };
package/full-versions.js CHANGED
@@ -704,6 +704,7 @@ module.exports = {
704
704
  "11.0.0-beta.16": "87.0.4280.27",
705
705
  "11.0.0-beta.17": "87.0.4280.27",
706
706
  "11.0.0-beta.18": "87.0.4280.27",
707
+ "11.0.0-beta.19": "87.0.4280.27",
707
708
  "11.0.0-nightly.20200525": "84.0.4129.0",
708
709
  "11.0.0-nightly.20200526": "84.0.4129.0",
709
710
  "11.0.0-nightly.20200529": "85.0.4156.0",
@@ -756,5 +757,9 @@ module.exports = {
756
757
  "12.0.0-nightly.20201015": "87.0.4268.0",
757
758
  "12.0.0-nightly.20201023": "88.0.4292.0",
758
759
  "12.0.0-nightly.20201026": "88.0.4292.0",
759
- "12.0.0-nightly.20201030": "88.0.4306.0"
760
+ "12.0.0-nightly.20201030": "88.0.4306.0",
761
+ "12.0.0-nightly.20201102": "88.0.4306.0",
762
+ "12.0.0-nightly.20201103": "88.0.4306.0",
763
+ "12.0.0-nightly.20201104": "88.0.4306.0",
764
+ "12.0.0-nightly.20201105": "88.0.4306.0"
760
765
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.585",
3
+ "version": "1.3.589",
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.527.0",
33
+ "electron-releases": "^3.532.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"