electron-to-chromium 1.3.600 → 1.3.604

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
  };
@@ -1081,6 +1081,15 @@ module.exports = {
1081
1081
  "11.0.0",
1082
1082
  "11.0.1"
1083
1083
  ],
1084
+ "87.0.4280.67": [
1085
+ "11.0.2"
1086
+ ],
1087
+ "89.0.4328.0": [
1088
+ "12.0.0-beta.1",
1089
+ "12.0.0-beta.3",
1090
+ "13.0.0-nightly.20201119",
1091
+ "13.0.0-nightly.20201123"
1092
+ ],
1084
1093
  "87.0.4268.0": [
1085
1094
  "12.0.0-nightly.20201013",
1086
1095
  "12.0.0-nightly.20201014",
package/full-versions.js CHANGED
@@ -753,6 +753,9 @@ module.exports = {
753
753
  "11.0.0-nightly.20200826": "86.0.4234.0",
754
754
  "11.0.0": "87.0.4280.60",
755
755
  "11.0.1": "87.0.4280.60",
756
+ "11.0.2": "87.0.4280.67",
757
+ "12.0.0-beta.1": "89.0.4328.0",
758
+ "12.0.0-beta.3": "89.0.4328.0",
756
759
  "12.0.0-nightly.20200827": "86.0.4234.0",
757
760
  "12.0.0-nightly.20200831": "86.0.4234.0",
758
761
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -774,5 +777,7 @@ module.exports = {
774
777
  "12.0.0-nightly.20201106": "88.0.4306.0",
775
778
  "12.0.0-nightly.20201111": "88.0.4306.0",
776
779
  "12.0.0-nightly.20201112": "88.0.4306.0",
777
- "12.0.0-nightly.20201116": "88.0.4324.0"
780
+ "12.0.0-nightly.20201116": "88.0.4324.0",
781
+ "13.0.0-nightly.20201119": "89.0.4328.0",
782
+ "13.0.0-nightly.20201123": "89.0.4328.0"
778
783
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.600",
3
+ "version": "1.3.604",
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.545.0",
33
+ "electron-releases": "^3.549.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
  };