electron-to-chromium 1.3.635 → 1.3.636

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.
@@ -1107,6 +1107,7 @@ module.exports = {
1107
1107
  "12.0.0-beta.10",
1108
1108
  "12.0.0-beta.11",
1109
1109
  "12.0.0-beta.12",
1110
+ "12.0.0-beta.14",
1110
1111
  "13.0.0-nightly.20201119",
1111
1112
  "13.0.0-nightly.20201123",
1112
1113
  "13.0.0-nightly.20201124",
@@ -1155,6 +1156,7 @@ module.exports = {
1155
1156
  "89.0.4359.0": [
1156
1157
  "13.0.0-nightly.20201223",
1157
1158
  "13.0.0-nightly.20210104",
1158
- "13.0.0-nightly.20210108"
1159
+ "13.0.0-nightly.20210108",
1160
+ "13.0.0-nightly.20210111"
1159
1161
  ]
1160
1162
  };
package/full-versions.js CHANGED
@@ -774,6 +774,7 @@ module.exports = {
774
774
  "12.0.0-beta.10": "89.0.4328.0",
775
775
  "12.0.0-beta.11": "89.0.4328.0",
776
776
  "12.0.0-beta.12": "89.0.4328.0",
777
+ "12.0.0-beta.14": "89.0.4328.0",
777
778
  "12.0.0-nightly.20200827": "86.0.4234.0",
778
779
  "12.0.0-nightly.20200831": "86.0.4234.0",
779
780
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -818,5 +819,6 @@ module.exports = {
818
819
  "13.0.0-nightly.20201222": "89.0.4349.0",
819
820
  "13.0.0-nightly.20201223": "89.0.4359.0",
820
821
  "13.0.0-nightly.20210104": "89.0.4359.0",
821
- "13.0.0-nightly.20210108": "89.0.4359.0"
822
+ "13.0.0-nightly.20210108": "89.0.4359.0",
823
+ "13.0.0-nightly.20210111": "89.0.4359.0"
822
824
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.635",
3
+ "version": "1.3.636",
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.581.0",
33
+ "electron-releases": "^3.582.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"