electron-to-chromium 1.3.786 → 1.3.787

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,6 +1389,7 @@ 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",
1393
1394
  "15.0.0-nightly.20210706",
1394
1395
  "15.0.0-nightly.20210707",
@@ -1403,7 +1404,8 @@ module.exports = {
1403
1404
  "15.0.0-nightly.20210720",
1404
1405
  "15.0.0-nightly.20210721",
1405
1406
  "16.0.0-nightly.20210722",
1406
- "16.0.0-nightly.20210723"
1407
+ "16.0.0-nightly.20210723",
1408
+ "16.0.0-nightly.20210726"
1407
1409
  ],
1408
1410
  "92.0.4475.0": [
1409
1411
  "14.0.0-nightly.20210426",
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",
@@ -1041,5 +1042,6 @@ module.exports = {
1041
1042
  "15.0.0-nightly.20210720": "93.0.4566.0",
1042
1043
  "15.0.0-nightly.20210721": "93.0.4566.0",
1043
1044
  "16.0.0-nightly.20210722": "93.0.4566.0",
1044
- "16.0.0-nightly.20210723": "93.0.4566.0"
1045
+ "16.0.0-nightly.20210723": "93.0.4566.0",
1046
+ "16.0.0-nightly.20210726": "93.0.4566.0"
1045
1047
  };
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.787",
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.740.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"