electron-to-chromium 1.3.644 → 1.3.645

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.
@@ -1132,7 +1132,8 @@ module.exports = {
1132
1132
  "13.0.0-nightly.20201214"
1133
1133
  ],
1134
1134
  "89.0.4348.1": [
1135
- "12.0.0-beta.16"
1135
+ "12.0.0-beta.16",
1136
+ "12.0.0-beta.18"
1136
1137
  ],
1137
1138
  "87.0.4268.0": [
1138
1139
  "12.0.0-nightly.20201013",
@@ -1172,6 +1173,7 @@ module.exports = {
1172
1173
  "13.0.0-nightly.20210113",
1173
1174
  "13.0.0-nightly.20210114",
1174
1175
  "13.0.0-nightly.20210118",
1175
- "13.0.0-nightly.20210122"
1176
+ "13.0.0-nightly.20210122",
1177
+ "13.0.0-nightly.20210125"
1176
1178
  ]
1177
1179
  };
package/full-versions.js CHANGED
@@ -780,6 +780,7 @@ module.exports = {
780
780
  "12.0.0-beta.12": "89.0.4328.0",
781
781
  "12.0.0-beta.14": "89.0.4328.0",
782
782
  "12.0.0-beta.16": "89.0.4348.1",
783
+ "12.0.0-beta.18": "89.0.4348.1",
783
784
  "12.0.0-nightly.20200827": "86.0.4234.0",
784
785
  "12.0.0-nightly.20200831": "86.0.4234.0",
785
786
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -829,5 +830,6 @@ module.exports = {
829
830
  "13.0.0-nightly.20210113": "89.0.4386.0",
830
831
  "13.0.0-nightly.20210114": "89.0.4386.0",
831
832
  "13.0.0-nightly.20210118": "89.0.4386.0",
832
- "13.0.0-nightly.20210122": "89.0.4386.0"
833
+ "13.0.0-nightly.20210122": "89.0.4386.0",
834
+ "13.0.0-nightly.20210125": "89.0.4386.0"
833
835
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.644",
3
+ "version": "1.3.645",
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.590.0",
33
+ "electron-releases": "^3.591.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"