electron-to-chromium 1.3.641 → 1.3.642

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.
@@ -1130,6 +1130,9 @@ module.exports = {
1130
1130
  "13.0.0-nightly.20201211",
1131
1131
  "13.0.0-nightly.20201214"
1132
1132
  ],
1133
+ "89.0.4348.1": [
1134
+ "12.0.0-beta.16"
1135
+ ],
1133
1136
  "87.0.4268.0": [
1134
1137
  "12.0.0-nightly.20201013",
1135
1138
  "12.0.0-nightly.20201014",
@@ -1166,6 +1169,7 @@ module.exports = {
1166
1169
  ],
1167
1170
  "89.0.4386.0": [
1168
1171
  "13.0.0-nightly.20210113",
1169
- "13.0.0-nightly.20210114"
1172
+ "13.0.0-nightly.20210114",
1173
+ "13.0.0-nightly.20210118"
1170
1174
  ]
1171
1175
  };
package/full-versions.js CHANGED
@@ -778,6 +778,7 @@ module.exports = {
778
778
  "12.0.0-beta.11": "89.0.4328.0",
779
779
  "12.0.0-beta.12": "89.0.4328.0",
780
780
  "12.0.0-beta.14": "89.0.4328.0",
781
+ "12.0.0-beta.16": "89.0.4348.1",
781
782
  "12.0.0-nightly.20200827": "86.0.4234.0",
782
783
  "12.0.0-nightly.20200831": "86.0.4234.0",
783
784
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -825,5 +826,6 @@ module.exports = {
825
826
  "13.0.0-nightly.20210108": "89.0.4359.0",
826
827
  "13.0.0-nightly.20210111": "89.0.4359.0",
827
828
  "13.0.0-nightly.20210113": "89.0.4386.0",
828
- "13.0.0-nightly.20210114": "89.0.4386.0"
829
+ "13.0.0-nightly.20210114": "89.0.4386.0",
830
+ "13.0.0-nightly.20210118": "89.0.4386.0"
829
831
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.641",
3
+ "version": "1.3.642",
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.587.0",
33
+ "electron-releases": "^3.588.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"