electron-to-chromium 1.3.781 → 1.3.785

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,9 @@ 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
+ "14.0.0-beta.16",
1392
+ "15.0.0-alpha.1",
1390
1393
  "15.0.0-nightly.20210706",
1391
1394
  "15.0.0-nightly.20210707",
1392
1395
  "15.0.0-nightly.20210708",
@@ -1397,7 +1400,9 @@ module.exports = {
1397
1400
  "15.0.0-nightly.20210715",
1398
1401
  "15.0.0-nightly.20210716",
1399
1402
  "15.0.0-nightly.20210719",
1400
- "15.0.0-nightly.20210720"
1403
+ "15.0.0-nightly.20210720",
1404
+ "15.0.0-nightly.20210721",
1405
+ "16.0.0-nightly.20210722"
1401
1406
  ],
1402
1407
  "92.0.4475.0": [
1403
1408
  "14.0.0-nightly.20210426",
package/full-versions.js CHANGED
@@ -956,6 +956,8 @@ 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",
960
+ "14.0.0-beta.16": "93.0.4566.0",
959
961
  "14.0.0-nightly.20210304": "90.0.4402.0",
960
962
  "14.0.0-nightly.20210305": "90.0.4415.0",
961
963
  "14.0.0-nightly.20210308": "90.0.4415.0",
@@ -998,6 +1000,7 @@ module.exports = {
998
1000
  "14.0.0-nightly.20210520": "92.0.4511.0",
999
1001
  "14.0.0-nightly.20210523": "92.0.4511.0",
1000
1002
  "14.0.0-nightly.20210524": "92.0.4511.0",
1003
+ "15.0.0-alpha.1": "93.0.4566.0",
1001
1004
  "15.0.0-nightly.20210527": "92.0.4511.0",
1002
1005
  "15.0.0-nightly.20210528": "92.0.4511.0",
1003
1006
  "15.0.0-nightly.20210531": "92.0.4511.0",
@@ -1035,5 +1038,7 @@ module.exports = {
1035
1038
  "15.0.0-nightly.20210715": "93.0.4566.0",
1036
1039
  "15.0.0-nightly.20210716": "93.0.4566.0",
1037
1040
  "15.0.0-nightly.20210719": "93.0.4566.0",
1038
- "15.0.0-nightly.20210720": "93.0.4566.0"
1041
+ "15.0.0-nightly.20210720": "93.0.4566.0",
1042
+ "15.0.0-nightly.20210721": "93.0.4566.0",
1043
+ "16.0.0-nightly.20210722": "93.0.4566.0"
1039
1044
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.781",
3
+ "version": "1.3.785",
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.734.0",
33
+ "electron-releases": "^3.738.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
  };