electron-to-chromium 1.3.614 → 1.3.615

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.
@@ -1091,6 +1091,7 @@ module.exports = {
1091
1091
  "12.0.0-beta.3",
1092
1092
  "12.0.0-beta.4",
1093
1093
  "12.0.0-beta.5",
1094
+ "12.0.0-beta.6",
1094
1095
  "13.0.0-nightly.20201119",
1095
1096
  "13.0.0-nightly.20201123",
1096
1097
  "13.0.0-nightly.20201124",
@@ -1098,7 +1099,8 @@ module.exports = {
1098
1099
  "13.0.0-nightly.20201127",
1099
1100
  "13.0.0-nightly.20201130",
1100
1101
  "13.0.0-nightly.20201201",
1101
- "13.0.0-nightly.20201202"
1102
+ "13.0.0-nightly.20201202",
1103
+ "13.0.0-nightly.20201203"
1102
1104
  ],
1103
1105
  "87.0.4268.0": [
1104
1106
  "12.0.0-nightly.20201013",
package/full-versions.js CHANGED
@@ -760,6 +760,7 @@ module.exports = {
760
760
  "12.0.0-beta.3": "89.0.4328.0",
761
761
  "12.0.0-beta.4": "89.0.4328.0",
762
762
  "12.0.0-beta.5": "89.0.4328.0",
763
+ "12.0.0-beta.6": "89.0.4328.0",
763
764
  "12.0.0-nightly.20200827": "86.0.4234.0",
764
765
  "12.0.0-nightly.20200831": "86.0.4234.0",
765
766
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -789,5 +790,6 @@ module.exports = {
789
790
  "13.0.0-nightly.20201127": "89.0.4328.0",
790
791
  "13.0.0-nightly.20201130": "89.0.4328.0",
791
792
  "13.0.0-nightly.20201201": "89.0.4328.0",
792
- "13.0.0-nightly.20201202": "89.0.4328.0"
793
+ "13.0.0-nightly.20201202": "89.0.4328.0",
794
+ "13.0.0-nightly.20201203": "89.0.4328.0"
793
795
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.614",
3
+ "version": "1.3.615",
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.559.0",
33
+ "electron-releases": "^3.560.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"