electron-to-chromium 1.3.787 → 1.3.791

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.
@@ -1391,6 +1391,7 @@ module.exports = {
1391
1391
  "14.0.0-beta.16",
1392
1392
  "14.0.0-beta.17",
1393
1393
  "15.0.0-alpha.1",
1394
+ "15.0.0-alpha.2",
1394
1395
  "15.0.0-nightly.20210706",
1395
1396
  "15.0.0-nightly.20210707",
1396
1397
  "15.0.0-nightly.20210708",
@@ -1455,5 +1456,10 @@ module.exports = {
1455
1456
  "15.0.0-nightly.20210701",
1456
1457
  "15.0.0-nightly.20210702",
1457
1458
  "15.0.0-nightly.20210705"
1459
+ ],
1460
+ "94.0.4584.0": [
1461
+ "16.0.0-nightly.20210727",
1462
+ "16.0.0-nightly.20210728",
1463
+ "16.0.0-nightly.20210729"
1458
1464
  ]
1459
1465
  };
package/full-versions.js CHANGED
@@ -1002,6 +1002,7 @@ module.exports = {
1002
1002
  "14.0.0-nightly.20210523": "92.0.4511.0",
1003
1003
  "14.0.0-nightly.20210524": "92.0.4511.0",
1004
1004
  "15.0.0-alpha.1": "93.0.4566.0",
1005
+ "15.0.0-alpha.2": "93.0.4566.0",
1005
1006
  "15.0.0-nightly.20210527": "92.0.4511.0",
1006
1007
  "15.0.0-nightly.20210528": "92.0.4511.0",
1007
1008
  "15.0.0-nightly.20210531": "92.0.4511.0",
@@ -1043,5 +1044,8 @@ module.exports = {
1043
1044
  "15.0.0-nightly.20210721": "93.0.4566.0",
1044
1045
  "16.0.0-nightly.20210722": "93.0.4566.0",
1045
1046
  "16.0.0-nightly.20210723": "93.0.4566.0",
1046
- "16.0.0-nightly.20210726": "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",
1050
+ "16.0.0-nightly.20210729": "94.0.4584.0"
1047
1051
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.787",
3
+ "version": "1.3.791",
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.740.0",
33
+ "electron-releases": "^3.744.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"