electron-to-chromium 1.3.871 → 1.3.875

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.
@@ -1483,7 +1483,8 @@ module.exports = {
1483
1483
  "93.0.4577.82": [
1484
1484
  "14.0.2",
1485
1485
  "14.1.0",
1486
- "14.1.1"
1486
+ "14.1.1",
1487
+ "14.2.0"
1487
1488
  ],
1488
1489
  "94.0.4584.0": [
1489
1490
  "15.0.0-alpha.3",
@@ -1563,7 +1564,8 @@ module.exports = {
1563
1564
  "15.1.2"
1564
1565
  ],
1565
1566
  "94.0.4606.81": [
1566
- "15.2.0"
1567
+ "15.2.0",
1568
+ "15.3.0"
1567
1569
  ],
1568
1570
  "95.0.4629.0": [
1569
1571
  "16.0.0-alpha.1",
@@ -1600,6 +1602,8 @@ module.exports = {
1600
1602
  ],
1601
1603
  "96.0.4647.0": [
1602
1604
  "16.0.0-alpha.8",
1605
+ "16.0.0-alpha.9",
1606
+ "16.0.0-beta.1",
1603
1607
  "17.0.0-nightly.20211006",
1604
1608
  "17.0.0-nightly.20211007",
1605
1609
  "17.0.0-nightly.20211008",
@@ -1607,7 +1611,10 @@ module.exports = {
1607
1611
  "17.0.0-nightly.20211012",
1608
1612
  "17.0.0-nightly.20211013",
1609
1613
  "17.0.0-nightly.20211014",
1610
- "17.0.0-nightly.20211015"
1614
+ "17.0.0-nightly.20211015",
1615
+ "17.0.0-nightly.20211018",
1616
+ "17.0.0-nightly.20211019",
1617
+ "17.0.0-nightly.20211020"
1611
1618
  ],
1612
1619
  "95.0.4612.5": [
1613
1620
  "16.0.0-nightly.20210824",
package/full-versions.js CHANGED
@@ -1037,6 +1037,7 @@ module.exports = {
1037
1037
  "14.0.2": "93.0.4577.82",
1038
1038
  "14.1.0": "93.0.4577.82",
1039
1039
  "14.1.1": "93.0.4577.82",
1040
+ "14.2.0": "93.0.4577.82",
1040
1041
  "15.0.0-alpha.1": "93.0.4566.0",
1041
1042
  "15.0.0-alpha.2": "93.0.4566.0",
1042
1043
  "15.0.0-alpha.3": "94.0.4584.0",
@@ -1098,6 +1099,7 @@ module.exports = {
1098
1099
  "15.1.1": "94.0.4606.61",
1099
1100
  "15.1.2": "94.0.4606.71",
1100
1101
  "15.2.0": "94.0.4606.81",
1102
+ "15.3.0": "94.0.4606.81",
1101
1103
  "16.0.0-alpha.1": "95.0.4629.0",
1102
1104
  "16.0.0-alpha.2": "95.0.4629.0",
1103
1105
  "16.0.0-alpha.3": "95.0.4629.0",
@@ -1106,6 +1108,8 @@ module.exports = {
1106
1108
  "16.0.0-alpha.6": "95.0.4629.0",
1107
1109
  "16.0.0-alpha.7": "95.0.4629.0",
1108
1110
  "16.0.0-alpha.8": "96.0.4647.0",
1111
+ "16.0.0-alpha.9": "96.0.4647.0",
1112
+ "16.0.0-beta.1": "96.0.4647.0",
1109
1113
  "16.0.0-nightly.20210722": "93.0.4566.0",
1110
1114
  "16.0.0-nightly.20210723": "93.0.4566.0",
1111
1115
  "16.0.0-nightly.20210726": "93.0.4566.0",
@@ -1167,5 +1171,8 @@ module.exports = {
1167
1171
  "17.0.0-nightly.20211012": "96.0.4647.0",
1168
1172
  "17.0.0-nightly.20211013": "96.0.4647.0",
1169
1173
  "17.0.0-nightly.20211014": "96.0.4647.0",
1170
- "17.0.0-nightly.20211015": "96.0.4647.0"
1174
+ "17.0.0-nightly.20211015": "96.0.4647.0",
1175
+ "17.0.0-nightly.20211018": "96.0.4647.0",
1176
+ "17.0.0-nightly.20211019": "96.0.4647.0",
1177
+ "17.0.0-nightly.20211020": "96.0.4647.0"
1171
1178
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.871",
3
+ "version": "1.3.875",
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.831.0",
33
+ "electron-releases": "^3.835.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -73,8 +73,10 @@ module.exports = {
73
73
  "13.5": "91",
74
74
  "14.0": "93",
75
75
  "14.1": "93",
76
+ "14.2": "93",
76
77
  "15.0": "94",
77
78
  "15.1": "94",
78
79
  "15.2": "94",
80
+ "15.3": "94",
79
81
  "16.0": "96"
80
82
  };