electron-to-chromium 1.3.804 → 1.3.808

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.
@@ -1351,7 +1351,8 @@ module.exports = {
1351
1351
  ],
1352
1352
  "91.0.4472.164": [
1353
1353
  "13.1.8",
1354
- "13.1.9"
1354
+ "13.1.9",
1355
+ "13.2.0"
1355
1356
  ],
1356
1357
  "92.0.4511.0": [
1357
1358
  "14.0.0-beta.1",
@@ -1465,6 +1466,12 @@ module.exports = {
1465
1466
  "16.0.0-nightly.20210810",
1466
1467
  "16.0.0-nightly.20210811"
1467
1468
  ],
1469
+ "94.0.4590.2": [
1470
+ "15.0.0-alpha.7",
1471
+ "16.0.0-nightly.20210812",
1472
+ "16.0.0-nightly.20210813",
1473
+ "16.0.0-nightly.20210816"
1474
+ ],
1468
1475
  "93.0.4530.0": [
1469
1476
  "15.0.0-nightly.20210603",
1470
1477
  "15.0.0-nightly.20210604"
package/full-versions.js CHANGED
@@ -947,6 +947,7 @@ module.exports = {
947
947
  "13.1.7": "91.0.4472.124",
948
948
  "13.1.8": "91.0.4472.164",
949
949
  "13.1.9": "91.0.4472.164",
950
+ "13.2.0": "91.0.4472.164",
950
951
  "14.0.0-beta.1": "92.0.4511.0",
951
952
  "14.0.0-beta.2": "92.0.4511.0",
952
953
  "14.0.0-beta.3": "92.0.4511.0",
@@ -1015,6 +1016,7 @@ module.exports = {
1015
1016
  "15.0.0-alpha.4": "94.0.4584.0",
1016
1017
  "15.0.0-alpha.5": "94.0.4584.0",
1017
1018
  "15.0.0-alpha.6": "94.0.4584.0",
1019
+ "15.0.0-alpha.7": "94.0.4590.2",
1018
1020
  "15.0.0-nightly.20210527": "92.0.4511.0",
1019
1021
  "15.0.0-nightly.20210528": "92.0.4511.0",
1020
1022
  "15.0.0-nightly.20210531": "92.0.4511.0",
@@ -1068,5 +1070,8 @@ module.exports = {
1068
1070
  "16.0.0-nightly.20210806": "94.0.4584.0",
1069
1071
  "16.0.0-nightly.20210809": "94.0.4584.0",
1070
1072
  "16.0.0-nightly.20210810": "94.0.4584.0",
1071
- "16.0.0-nightly.20210811": "94.0.4584.0"
1073
+ "16.0.0-nightly.20210811": "94.0.4584.0",
1074
+ "16.0.0-nightly.20210812": "94.0.4590.2",
1075
+ "16.0.0-nightly.20210813": "94.0.4590.2",
1076
+ "16.0.0-nightly.20210816": "94.0.4590.2"
1072
1077
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.804",
3
+ "version": "1.3.808",
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.757.0",
33
+ "electron-releases": "^3.761.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -64,6 +64,7 @@ module.exports = {
64
64
  "12.0": "89",
65
65
  "13.0": "91",
66
66
  "13.1": "91",
67
+ "13.2": "91",
67
68
  "14.0": "93",
68
69
  "15.0": "94"
69
70
  };