electron-to-chromium 1.3.734 → 1.3.735

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.
@@ -1286,7 +1286,8 @@ module.exports = {
1286
1286
  "91.0.4472.38": [
1287
1287
  "13.0.0-beta.24",
1288
1288
  "13.0.0-beta.26",
1289
- "13.0.0-beta.27"
1289
+ "13.0.0-beta.27",
1290
+ "13.0.0-beta.28"
1290
1291
  ],
1291
1292
  "89.0.4349.0": [
1292
1293
  "13.0.0-nightly.20201215",
@@ -1344,5 +1345,8 @@ module.exports = {
1344
1345
  "14.0.0-nightly.20210517",
1345
1346
  "14.0.0-nightly.20210518",
1346
1347
  "14.0.0-nightly.20210519"
1348
+ ],
1349
+ "92.0.4511.0": [
1350
+ "14.0.0-nightly.20210520"
1347
1351
  ]
1348
1352
  };
package/full-versions.js CHANGED
@@ -871,6 +871,7 @@ module.exports = {
871
871
  "13.0.0-beta.24": "91.0.4472.38",
872
872
  "13.0.0-beta.26": "91.0.4472.38",
873
873
  "13.0.0-beta.27": "91.0.4472.38",
874
+ "13.0.0-beta.28": "91.0.4472.38",
874
875
  "13.0.0-nightly.20201119": "89.0.4328.0",
875
876
  "13.0.0-nightly.20201123": "89.0.4328.0",
876
877
  "13.0.0-nightly.20201124": "89.0.4328.0",
@@ -960,5 +961,6 @@ module.exports = {
960
961
  "14.0.0-nightly.20210514": "92.0.4505.0",
961
962
  "14.0.0-nightly.20210517": "92.0.4505.0",
962
963
  "14.0.0-nightly.20210518": "92.0.4505.0",
963
- "14.0.0-nightly.20210519": "92.0.4505.0"
964
+ "14.0.0-nightly.20210519": "92.0.4505.0",
965
+ "14.0.0-nightly.20210520": "92.0.4511.0"
964
966
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.734",
3
+ "version": "1.3.735",
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.685.0",
33
+ "electron-releases": "^3.686.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"