electron-to-chromium 1.3.579 → 1.3.583

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.
@@ -982,7 +982,8 @@ module.exports = {
982
982
  "10.1.2"
983
983
  ],
984
984
  "85.0.4183.121": [
985
- "10.1.3"
985
+ "10.1.3",
986
+ "10.1.4"
986
987
  ],
987
988
  "86.0.4234.0": [
988
989
  "11.0.0-beta.1",
@@ -1009,6 +1010,10 @@ module.exports = {
1009
1010
  "11.0.0-beta.9",
1010
1011
  "11.0.0-beta.11"
1011
1012
  ],
1013
+ "87.0.4280.11": [
1014
+ "11.0.0-beta.12",
1015
+ "11.0.0-beta.13"
1016
+ ],
1012
1017
  "85.0.4156.0": [
1013
1018
  "11.0.0-nightly.20200529"
1014
1019
  ],
@@ -1051,5 +1056,10 @@ module.exports = {
1051
1056
  "11.0.0-nightly.20200805",
1052
1057
  "11.0.0-nightly.20200811",
1053
1058
  "11.0.0-nightly.20200812"
1059
+ ],
1060
+ "87.0.4268.0": [
1061
+ "12.0.0-nightly.20201013",
1062
+ "12.0.0-nightly.20201014",
1063
+ "12.0.0-nightly.20201015"
1054
1064
  ]
1055
1065
  };
package/full-versions.js CHANGED
@@ -686,6 +686,7 @@ module.exports = {
686
686
  "10.1.1": "85.0.4183.93",
687
687
  "10.1.2": "85.0.4183.98",
688
688
  "10.1.3": "85.0.4183.121",
689
+ "10.1.4": "85.0.4183.121",
689
690
  "11.0.0-beta.1": "86.0.4234.0",
690
691
  "11.0.0-beta.3": "86.0.4234.0",
691
692
  "11.0.0-beta.4": "86.0.4234.0",
@@ -695,6 +696,8 @@ module.exports = {
695
696
  "11.0.0-beta.8": "87.0.4251.1",
696
697
  "11.0.0-beta.9": "87.0.4251.1",
697
698
  "11.0.0-beta.11": "87.0.4251.1",
699
+ "11.0.0-beta.12": "87.0.4280.11",
700
+ "11.0.0-beta.13": "87.0.4280.11",
698
701
  "11.0.0-nightly.20200525": "84.0.4129.0",
699
702
  "11.0.0-nightly.20200526": "84.0.4129.0",
700
703
  "11.0.0-nightly.20200529": "85.0.4156.0",
@@ -741,5 +744,8 @@ module.exports = {
741
744
  "12.0.0-nightly.20200907": "86.0.4234.0",
742
745
  "12.0.0-nightly.20200910": "86.0.4234.0",
743
746
  "12.0.0-nightly.20200911": "86.0.4234.0",
744
- "12.0.0-nightly.20200914": "86.0.4234.0"
747
+ "12.0.0-nightly.20200914": "86.0.4234.0",
748
+ "12.0.0-nightly.20201013": "87.0.4268.0",
749
+ "12.0.0-nightly.20201014": "87.0.4268.0",
750
+ "12.0.0-nightly.20201015": "87.0.4268.0"
745
751
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.579",
3
+ "version": "1.3.583",
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.1.0",
33
- "electron-releases": "^3.517.0",
33
+ "electron-releases": "^3.521.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"