electron-to-chromium 1.3.596 → 1.3.597

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.
@@ -1074,6 +1074,9 @@ module.exports = {
1074
1074
  "11.0.0-nightly.20200811",
1075
1075
  "11.0.0-nightly.20200812"
1076
1076
  ],
1077
+ "87.0.4280.60": [
1078
+ "11.0.0"
1079
+ ],
1077
1080
  "87.0.4268.0": [
1078
1081
  "12.0.0-nightly.20201013",
1079
1082
  "12.0.0-nightly.20201014",
@@ -1092,5 +1095,8 @@ module.exports = {
1092
1095
  "12.0.0-nightly.20201106",
1093
1096
  "12.0.0-nightly.20201111",
1094
1097
  "12.0.0-nightly.20201112"
1098
+ ],
1099
+ "88.0.4324.0": [
1100
+ "12.0.0-nightly.20201116"
1095
1101
  ]
1096
1102
  };
package/full-versions.js CHANGED
@@ -748,6 +748,7 @@ module.exports = {
748
748
  "11.0.0-nightly.20200824": "86.0.4234.0",
749
749
  "11.0.0-nightly.20200825": "86.0.4234.0",
750
750
  "11.0.0-nightly.20200826": "86.0.4234.0",
751
+ "11.0.0": "87.0.4280.60",
751
752
  "12.0.0-nightly.20200827": "86.0.4234.0",
752
753
  "12.0.0-nightly.20200831": "86.0.4234.0",
753
754
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -768,5 +769,6 @@ module.exports = {
768
769
  "12.0.0-nightly.20201105": "88.0.4306.0",
769
770
  "12.0.0-nightly.20201106": "88.0.4306.0",
770
771
  "12.0.0-nightly.20201111": "88.0.4306.0",
771
- "12.0.0-nightly.20201112": "88.0.4306.0"
772
+ "12.0.0-nightly.20201112": "88.0.4306.0",
773
+ "12.0.0-nightly.20201116": "88.0.4324.0"
772
774
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.596",
3
+ "version": "1.3.597",
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.540.0",
33
+ "electron-releases": "^3.541.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"