electron-to-chromium 1.3.792 → 1.3.793

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.
@@ -35,5 +35,6 @@ module.exports = {
35
35
  "90": "13.0",
36
36
  "91": "13.0",
37
37
  "92": "14.0",
38
- "93": "14.0"
38
+ "93": "14.0",
39
+ "94": "15.0"
39
40
  };
@@ -1408,6 +1408,9 @@ module.exports = {
1408
1408
  "16.0.0-nightly.20210723",
1409
1409
  "16.0.0-nightly.20210726"
1410
1410
  ],
1411
+ "93.0.4577.15": [
1412
+ "14.0.0-beta.18"
1413
+ ],
1411
1414
  "92.0.4475.0": [
1412
1415
  "14.0.0-nightly.20210426",
1413
1416
  "14.0.0-nightly.20210427"
@@ -1435,6 +1438,14 @@ module.exports = {
1435
1438
  "14.0.0-nightly.20210518",
1436
1439
  "14.0.0-nightly.20210519"
1437
1440
  ],
1441
+ "94.0.4584.0": [
1442
+ "15.0.0-alpha.3",
1443
+ "16.0.0-nightly.20210727",
1444
+ "16.0.0-nightly.20210728",
1445
+ "16.0.0-nightly.20210729",
1446
+ "16.0.0-nightly.20210730",
1447
+ "16.0.0-nightly.20210802"
1448
+ ],
1438
1449
  "93.0.4530.0": [
1439
1450
  "15.0.0-nightly.20210603",
1440
1451
  "15.0.0-nightly.20210604"
@@ -1456,11 +1467,5 @@ module.exports = {
1456
1467
  "15.0.0-nightly.20210701",
1457
1468
  "15.0.0-nightly.20210702",
1458
1469
  "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",
1464
- "16.0.0-nightly.20210730"
1465
1470
  ]
1466
1471
  };
package/full-versions.js CHANGED
@@ -959,6 +959,7 @@ module.exports = {
959
959
  "14.0.0-beta.15": "93.0.4566.0",
960
960
  "14.0.0-beta.16": "93.0.4566.0",
961
961
  "14.0.0-beta.17": "93.0.4566.0",
962
+ "14.0.0-beta.18": "93.0.4577.15",
962
963
  "14.0.0-nightly.20210304": "90.0.4402.0",
963
964
  "14.0.0-nightly.20210305": "90.0.4415.0",
964
965
  "14.0.0-nightly.20210308": "90.0.4415.0",
@@ -1003,6 +1004,7 @@ module.exports = {
1003
1004
  "14.0.0-nightly.20210524": "92.0.4511.0",
1004
1005
  "15.0.0-alpha.1": "93.0.4566.0",
1005
1006
  "15.0.0-alpha.2": "93.0.4566.0",
1007
+ "15.0.0-alpha.3": "94.0.4584.0",
1006
1008
  "15.0.0-nightly.20210527": "92.0.4511.0",
1007
1009
  "15.0.0-nightly.20210528": "92.0.4511.0",
1008
1010
  "15.0.0-nightly.20210531": "92.0.4511.0",
@@ -1048,5 +1050,6 @@ module.exports = {
1048
1050
  "16.0.0-nightly.20210727": "94.0.4584.0",
1049
1051
  "16.0.0-nightly.20210728": "94.0.4584.0",
1050
1052
  "16.0.0-nightly.20210729": "94.0.4584.0",
1051
- "16.0.0-nightly.20210730": "94.0.4584.0"
1053
+ "16.0.0-nightly.20210730": "94.0.4584.0",
1054
+ "16.0.0-nightly.20210802": "94.0.4584.0"
1052
1055
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.792",
3
+ "version": "1.3.793",
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.745.0",
33
+ "electron-releases": "^3.746.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -65,5 +65,5 @@ module.exports = {
65
65
  "13.0": "91",
66
66
  "13.1": "91",
67
67
  "14.0": "93",
68
- "15.0": "93"
68
+ "15.0": "94"
69
69
  };