electron-to-chromium 1.3.779 → 1.3.783

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.
@@ -1387,6 +1387,7 @@ module.exports = {
1387
1387
  "93.0.4566.0": [
1388
1388
  "14.0.0-beta.13",
1389
1389
  "14.0.0-beta.14",
1390
+ "14.0.0-beta.15",
1390
1391
  "15.0.0-nightly.20210706",
1391
1392
  "15.0.0-nightly.20210707",
1392
1393
  "15.0.0-nightly.20210708",
@@ -1395,7 +1396,10 @@ module.exports = {
1395
1396
  "15.0.0-nightly.20210713",
1396
1397
  "15.0.0-nightly.20210714",
1397
1398
  "15.0.0-nightly.20210715",
1398
- "15.0.0-nightly.20210716"
1399
+ "15.0.0-nightly.20210716",
1400
+ "15.0.0-nightly.20210719",
1401
+ "15.0.0-nightly.20210720",
1402
+ "15.0.0-nightly.20210721"
1399
1403
  ],
1400
1404
  "92.0.4475.0": [
1401
1405
  "14.0.0-nightly.20210426",
package/full-versions.js CHANGED
@@ -956,6 +956,7 @@ module.exports = {
956
956
  "14.0.0-beta.12": "93.0.4557.4",
957
957
  "14.0.0-beta.13": "93.0.4566.0",
958
958
  "14.0.0-beta.14": "93.0.4566.0",
959
+ "14.0.0-beta.15": "93.0.4566.0",
959
960
  "14.0.0-nightly.20210304": "90.0.4402.0",
960
961
  "14.0.0-nightly.20210305": "90.0.4415.0",
961
962
  "14.0.0-nightly.20210308": "90.0.4415.0",
@@ -1033,5 +1034,8 @@ module.exports = {
1033
1034
  "15.0.0-nightly.20210713": "93.0.4566.0",
1034
1035
  "15.0.0-nightly.20210714": "93.0.4566.0",
1035
1036
  "15.0.0-nightly.20210715": "93.0.4566.0",
1036
- "15.0.0-nightly.20210716": "93.0.4566.0"
1037
+ "15.0.0-nightly.20210716": "93.0.4566.0",
1038
+ "15.0.0-nightly.20210719": "93.0.4566.0",
1039
+ "15.0.0-nightly.20210720": "93.0.4566.0",
1040
+ "15.0.0-nightly.20210721": "93.0.4566.0"
1037
1041
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.779",
3
+ "version": "1.3.783",
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.732.0",
33
+ "electron-releases": "^3.736.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"