electron-to-chromium 1.3.761 → 1.3.765

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.
@@ -1339,6 +1339,9 @@ module.exports = {
1339
1339
  "13.1.3",
1340
1340
  "13.1.4"
1341
1341
  ],
1342
+ "91.0.4472.124": [
1343
+ "13.1.5"
1344
+ ],
1342
1345
  "92.0.4511.0": [
1343
1346
  "14.0.0-beta.1",
1344
1347
  "14.0.0-beta.2",
@@ -1372,6 +1375,9 @@ module.exports = {
1372
1375
  "15.0.0-nightly.20210621",
1373
1376
  "15.0.0-nightly.20210622"
1374
1377
  ],
1378
+ "93.0.4557.4": [
1379
+ "14.0.0-beta.11"
1380
+ ],
1375
1381
  "92.0.4475.0": [
1376
1382
  "14.0.0-nightly.20210426",
1377
1383
  "14.0.0-nightly.20210427"
@@ -1412,6 +1418,11 @@ module.exports = {
1412
1418
  ],
1413
1419
  "93.0.4552.0": [
1414
1420
  "15.0.0-nightly.20210625",
1415
- "15.0.0-nightly.20210628"
1421
+ "15.0.0-nightly.20210628",
1422
+ "15.0.0-nightly.20210629"
1423
+ ],
1424
+ "93.0.4558.0": [
1425
+ "15.0.0-nightly.20210630",
1426
+ "15.0.0-nightly.20210701"
1416
1427
  ]
1417
1428
  };
package/full-versions.js CHANGED
@@ -937,6 +937,7 @@ module.exports = {
937
937
  "13.1.2": "91.0.4472.77",
938
938
  "13.1.3": "91.0.4472.106",
939
939
  "13.1.4": "91.0.4472.106",
940
+ "13.1.5": "91.0.4472.124",
940
941
  "14.0.0-beta.1": "92.0.4511.0",
941
942
  "14.0.0-beta.2": "92.0.4511.0",
942
943
  "14.0.0-beta.3": "92.0.4511.0",
@@ -946,6 +947,7 @@ module.exports = {
946
947
  "14.0.0-beta.8": "93.0.4536.0",
947
948
  "14.0.0-beta.9": "93.0.4539.0",
948
949
  "14.0.0-beta.10": "93.0.4539.0",
950
+ "14.0.0-beta.11": "93.0.4557.4",
949
951
  "14.0.0-nightly.20210304": "90.0.4402.0",
950
952
  "14.0.0-nightly.20210305": "90.0.4415.0",
951
953
  "14.0.0-nightly.20210308": "90.0.4415.0",
@@ -1009,5 +1011,8 @@ module.exports = {
1009
1011
  "15.0.0-nightly.20210623": "93.0.4550.0",
1010
1012
  "15.0.0-nightly.20210624": "93.0.4550.0",
1011
1013
  "15.0.0-nightly.20210625": "93.0.4552.0",
1012
- "15.0.0-nightly.20210628": "93.0.4552.0"
1014
+ "15.0.0-nightly.20210628": "93.0.4552.0",
1015
+ "15.0.0-nightly.20210629": "93.0.4552.0",
1016
+ "15.0.0-nightly.20210630": "93.0.4558.0",
1017
+ "15.0.0-nightly.20210701": "93.0.4558.0"
1013
1018
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.761",
3
+ "version": "1.3.765",
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.714.0",
33
+ "electron-releases": "^3.718.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"