electron-to-chromium 1.3.764 → 1.3.768

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,10 @@ module.exports = {
1339
1339
  "13.1.3",
1340
1340
  "13.1.4"
1341
1341
  ],
1342
+ "91.0.4472.124": [
1343
+ "13.1.5",
1344
+ "13.1.6"
1345
+ ],
1342
1346
  "92.0.4511.0": [
1343
1347
  "14.0.0-beta.1",
1344
1348
  "14.0.0-beta.2",
@@ -1373,7 +1377,8 @@ module.exports = {
1373
1377
  "15.0.0-nightly.20210622"
1374
1378
  ],
1375
1379
  "93.0.4557.4": [
1376
- "14.0.0-beta.11"
1380
+ "14.0.0-beta.11",
1381
+ "14.0.0-beta.12"
1377
1382
  ],
1378
1383
  "92.0.4475.0": [
1379
1384
  "14.0.0-nightly.20210426",
@@ -1420,6 +1425,8 @@ module.exports = {
1420
1425
  ],
1421
1426
  "93.0.4558.0": [
1422
1427
  "15.0.0-nightly.20210630",
1423
- "15.0.0-nightly.20210701"
1428
+ "15.0.0-nightly.20210701",
1429
+ "15.0.0-nightly.20210702",
1430
+ "15.0.0-nightly.20210705"
1424
1431
  ]
1425
1432
  };
package/full-versions.js CHANGED
@@ -937,6 +937,8 @@ 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",
941
+ "13.1.6": "91.0.4472.124",
940
942
  "14.0.0-beta.1": "92.0.4511.0",
941
943
  "14.0.0-beta.2": "92.0.4511.0",
942
944
  "14.0.0-beta.3": "92.0.4511.0",
@@ -947,6 +949,7 @@ module.exports = {
947
949
  "14.0.0-beta.9": "93.0.4539.0",
948
950
  "14.0.0-beta.10": "93.0.4539.0",
949
951
  "14.0.0-beta.11": "93.0.4557.4",
952
+ "14.0.0-beta.12": "93.0.4557.4",
950
953
  "14.0.0-nightly.20210304": "90.0.4402.0",
951
954
  "14.0.0-nightly.20210305": "90.0.4415.0",
952
955
  "14.0.0-nightly.20210308": "90.0.4415.0",
@@ -1013,5 +1016,7 @@ module.exports = {
1013
1016
  "15.0.0-nightly.20210628": "93.0.4552.0",
1014
1017
  "15.0.0-nightly.20210629": "93.0.4552.0",
1015
1018
  "15.0.0-nightly.20210630": "93.0.4558.0",
1016
- "15.0.0-nightly.20210701": "93.0.4558.0"
1019
+ "15.0.0-nightly.20210701": "93.0.4558.0",
1020
+ "15.0.0-nightly.20210702": "93.0.4558.0",
1021
+ "15.0.0-nightly.20210705": "93.0.4558.0"
1017
1022
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.764",
3
+ "version": "1.3.768",
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.717.0",
33
+ "electron-releases": "^3.721.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"