electron-to-chromium 1.3.891 → 1.3.895

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.
@@ -1486,7 +1486,8 @@ module.exports = {
1486
1486
  "14.0.2",
1487
1487
  "14.1.0",
1488
1488
  "14.1.1",
1489
- "14.2.0"
1489
+ "14.2.0",
1490
+ "14.2.1"
1490
1491
  ],
1491
1492
  "94.0.4584.0": [
1492
1493
  "15.0.0-alpha.3",
@@ -1567,7 +1568,8 @@ module.exports = {
1567
1568
  ],
1568
1569
  "94.0.4606.81": [
1569
1570
  "15.2.0",
1570
- "15.3.0"
1571
+ "15.3.0",
1572
+ "15.3.1"
1571
1573
  ],
1572
1574
  "95.0.4629.0": [
1573
1575
  "16.0.0-alpha.1",
@@ -1630,7 +1632,8 @@ module.exports = {
1630
1632
  "16.0.0-beta.7"
1631
1633
  ],
1632
1634
  "96.0.4664.35": [
1633
- "16.0.0-beta.8"
1635
+ "16.0.0-beta.8",
1636
+ "16.0.0-beta.9"
1634
1637
  ],
1635
1638
  "95.0.4612.5": [
1636
1639
  "16.0.0-nightly.20210824",
@@ -1653,6 +1656,9 @@ module.exports = {
1653
1656
  "17.0.0-nightly.20211103",
1654
1657
  "17.0.0-nightly.20211104",
1655
1658
  "17.0.0-nightly.20211105",
1656
- "17.0.0-nightly.20211108"
1659
+ "17.0.0-nightly.20211108",
1660
+ "17.0.0-nightly.20211109",
1661
+ "17.0.0-nightly.20211110",
1662
+ "17.0.0-nightly.20211111"
1657
1663
  ]
1658
1664
  };
package/full-versions.js CHANGED
@@ -1040,6 +1040,7 @@ module.exports = {
1040
1040
  "14.1.0": "93.0.4577.82",
1041
1041
  "14.1.1": "93.0.4577.82",
1042
1042
  "14.2.0": "93.0.4577.82",
1043
+ "14.2.1": "93.0.4577.82",
1043
1044
  "15.0.0-alpha.1": "93.0.4566.0",
1044
1045
  "15.0.0-alpha.2": "93.0.4566.0",
1045
1046
  "15.0.0-alpha.3": "94.0.4584.0",
@@ -1102,6 +1103,7 @@ module.exports = {
1102
1103
  "15.1.2": "94.0.4606.71",
1103
1104
  "15.2.0": "94.0.4606.81",
1104
1105
  "15.3.0": "94.0.4606.81",
1106
+ "15.3.1": "94.0.4606.81",
1105
1107
  "16.0.0-alpha.1": "95.0.4629.0",
1106
1108
  "16.0.0-alpha.2": "95.0.4629.0",
1107
1109
  "16.0.0-alpha.3": "95.0.4629.0",
@@ -1119,6 +1121,7 @@ module.exports = {
1119
1121
  "16.0.0-beta.6": "96.0.4664.27",
1120
1122
  "16.0.0-beta.7": "96.0.4664.27",
1121
1123
  "16.0.0-beta.8": "96.0.4664.35",
1124
+ "16.0.0-beta.9": "96.0.4664.35",
1122
1125
  "16.0.0-nightly.20210722": "93.0.4566.0",
1123
1126
  "16.0.0-nightly.20210723": "93.0.4566.0",
1124
1127
  "16.0.0-nightly.20210726": "93.0.4566.0",
@@ -1196,5 +1199,8 @@ module.exports = {
1196
1199
  "17.0.0-nightly.20211103": "96.0.4664.4",
1197
1200
  "17.0.0-nightly.20211104": "96.0.4664.4",
1198
1201
  "17.0.0-nightly.20211105": "96.0.4664.4",
1199
- "17.0.0-nightly.20211108": "96.0.4664.4"
1202
+ "17.0.0-nightly.20211108": "96.0.4664.4",
1203
+ "17.0.0-nightly.20211109": "96.0.4664.4",
1204
+ "17.0.0-nightly.20211110": "96.0.4664.4",
1205
+ "17.0.0-nightly.20211111": "96.0.4664.4"
1200
1206
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.891",
3
+ "version": "1.3.895",
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.851.0",
33
+ "electron-releases": "^3.856.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"