electron-to-chromium 1.3.606 → 1.3.610

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.
@@ -1089,8 +1089,12 @@ module.exports = {
1089
1089
  "89.0.4328.0": [
1090
1090
  "12.0.0-beta.1",
1091
1091
  "12.0.0-beta.3",
1092
+ "12.0.0-beta.4",
1092
1093
  "13.0.0-nightly.20201119",
1093
- "13.0.0-nightly.20201123"
1094
+ "13.0.0-nightly.20201123",
1095
+ "13.0.0-nightly.20201124",
1096
+ "13.0.0-nightly.20201126",
1097
+ "13.0.0-nightly.20201127"
1094
1098
  ],
1095
1099
  "87.0.4268.0": [
1096
1100
  "12.0.0-nightly.20201013",
package/full-versions.js CHANGED
@@ -758,6 +758,7 @@ module.exports = {
758
758
  "11.0.3": "87.0.4280.67",
759
759
  "12.0.0-beta.1": "89.0.4328.0",
760
760
  "12.0.0-beta.3": "89.0.4328.0",
761
+ "12.0.0-beta.4": "89.0.4328.0",
761
762
  "12.0.0-nightly.20200827": "86.0.4234.0",
762
763
  "12.0.0-nightly.20200831": "86.0.4234.0",
763
764
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -781,5 +782,8 @@ module.exports = {
781
782
  "12.0.0-nightly.20201112": "88.0.4306.0",
782
783
  "12.0.0-nightly.20201116": "88.0.4324.0",
783
784
  "13.0.0-nightly.20201119": "89.0.4328.0",
784
- "13.0.0-nightly.20201123": "89.0.4328.0"
785
+ "13.0.0-nightly.20201123": "89.0.4328.0",
786
+ "13.0.0-nightly.20201124": "89.0.4328.0",
787
+ "13.0.0-nightly.20201126": "89.0.4328.0",
788
+ "13.0.0-nightly.20201127": "89.0.4328.0"
785
789
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.606",
3
+ "version": "1.3.610",
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.551.0",
33
+ "electron-releases": "^3.555.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"