electron-to-chromium 1.3.786 → 1.3.790

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.
@@ -1389,7 +1389,9 @@ module.exports = {
1389
1389
  "14.0.0-beta.14",
1390
1390
  "14.0.0-beta.15",
1391
1391
  "14.0.0-beta.16",
1392
+ "14.0.0-beta.17",
1392
1393
  "15.0.0-alpha.1",
1394
+ "15.0.0-alpha.2",
1393
1395
  "15.0.0-nightly.20210706",
1394
1396
  "15.0.0-nightly.20210707",
1395
1397
  "15.0.0-nightly.20210708",
@@ -1403,7 +1405,8 @@ module.exports = {
1403
1405
  "15.0.0-nightly.20210720",
1404
1406
  "15.0.0-nightly.20210721",
1405
1407
  "16.0.0-nightly.20210722",
1406
- "16.0.0-nightly.20210723"
1408
+ "16.0.0-nightly.20210723",
1409
+ "16.0.0-nightly.20210726"
1407
1410
  ],
1408
1411
  "92.0.4475.0": [
1409
1412
  "14.0.0-nightly.20210426",
@@ -1453,5 +1456,9 @@ module.exports = {
1453
1456
  "15.0.0-nightly.20210701",
1454
1457
  "15.0.0-nightly.20210702",
1455
1458
  "15.0.0-nightly.20210705"
1459
+ ],
1460
+ "94.0.4584.0": [
1461
+ "16.0.0-nightly.20210727",
1462
+ "16.0.0-nightly.20210728"
1456
1463
  ]
1457
1464
  };
package/full-versions.js CHANGED
@@ -958,6 +958,7 @@ module.exports = {
958
958
  "14.0.0-beta.14": "93.0.4566.0",
959
959
  "14.0.0-beta.15": "93.0.4566.0",
960
960
  "14.0.0-beta.16": "93.0.4566.0",
961
+ "14.0.0-beta.17": "93.0.4566.0",
961
962
  "14.0.0-nightly.20210304": "90.0.4402.0",
962
963
  "14.0.0-nightly.20210305": "90.0.4415.0",
963
964
  "14.0.0-nightly.20210308": "90.0.4415.0",
@@ -1001,6 +1002,7 @@ module.exports = {
1001
1002
  "14.0.0-nightly.20210523": "92.0.4511.0",
1002
1003
  "14.0.0-nightly.20210524": "92.0.4511.0",
1003
1004
  "15.0.0-alpha.1": "93.0.4566.0",
1005
+ "15.0.0-alpha.2": "93.0.4566.0",
1004
1006
  "15.0.0-nightly.20210527": "92.0.4511.0",
1005
1007
  "15.0.0-nightly.20210528": "92.0.4511.0",
1006
1008
  "15.0.0-nightly.20210531": "92.0.4511.0",
@@ -1041,5 +1043,8 @@ module.exports = {
1041
1043
  "15.0.0-nightly.20210720": "93.0.4566.0",
1042
1044
  "15.0.0-nightly.20210721": "93.0.4566.0",
1043
1045
  "16.0.0-nightly.20210722": "93.0.4566.0",
1044
- "16.0.0-nightly.20210723": "93.0.4566.0"
1046
+ "16.0.0-nightly.20210723": "93.0.4566.0",
1047
+ "16.0.0-nightly.20210726": "93.0.4566.0",
1048
+ "16.0.0-nightly.20210727": "94.0.4584.0",
1049
+ "16.0.0-nightly.20210728": "94.0.4584.0"
1045
1050
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.786",
3
+ "version": "1.3.790",
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.739.0",
33
+ "electron-releases": "^3.743.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"