electron-to-chromium 1.3.780 → 1.3.784

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,8 @@ 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",
1391
+ "15.0.0-alpha.1",
1390
1392
  "15.0.0-nightly.20210706",
1391
1393
  "15.0.0-nightly.20210707",
1392
1394
  "15.0.0-nightly.20210708",
@@ -1396,7 +1398,9 @@ module.exports = {
1396
1398
  "15.0.0-nightly.20210714",
1397
1399
  "15.0.0-nightly.20210715",
1398
1400
  "15.0.0-nightly.20210716",
1399
- "15.0.0-nightly.20210719"
1401
+ "15.0.0-nightly.20210719",
1402
+ "15.0.0-nightly.20210720",
1403
+ "15.0.0-nightly.20210721"
1400
1404
  ],
1401
1405
  "92.0.4475.0": [
1402
1406
  "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",
@@ -998,6 +999,7 @@ module.exports = {
998
999
  "14.0.0-nightly.20210520": "92.0.4511.0",
999
1000
  "14.0.0-nightly.20210523": "92.0.4511.0",
1000
1001
  "14.0.0-nightly.20210524": "92.0.4511.0",
1002
+ "15.0.0-alpha.1": "93.0.4566.0",
1001
1003
  "15.0.0-nightly.20210527": "92.0.4511.0",
1002
1004
  "15.0.0-nightly.20210528": "92.0.4511.0",
1003
1005
  "15.0.0-nightly.20210531": "92.0.4511.0",
@@ -1034,5 +1036,7 @@ module.exports = {
1034
1036
  "15.0.0-nightly.20210714": "93.0.4566.0",
1035
1037
  "15.0.0-nightly.20210715": "93.0.4566.0",
1036
1038
  "15.0.0-nightly.20210716": "93.0.4566.0",
1037
- "15.0.0-nightly.20210719": "93.0.4566.0"
1039
+ "15.0.0-nightly.20210719": "93.0.4566.0",
1040
+ "15.0.0-nightly.20210720": "93.0.4566.0",
1041
+ "15.0.0-nightly.20210721": "93.0.4566.0"
1038
1042
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.780",
3
+ "version": "1.3.784",
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.733.0",
33
+ "electron-releases": "^3.737.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -64,5 +64,6 @@ module.exports = {
64
64
  "12.0": "89",
65
65
  "13.0": "91",
66
66
  "13.1": "91",
67
- "14.0": "93"
67
+ "14.0": "93",
68
+ "15.0": "93"
68
69
  };