electron-to-chromium 1.3.899 → 1.3.903

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.
@@ -1373,7 +1373,8 @@ module.exports = {
1373
1373
  "13.5.1",
1374
1374
  "13.5.2",
1375
1375
  "13.6.0",
1376
- "13.6.1"
1376
+ "13.6.1",
1377
+ "13.6.2"
1377
1378
  ],
1378
1379
  "92.0.4511.0": [
1379
1380
  "14.0.0-beta.1",
@@ -1647,9 +1648,12 @@ module.exports = {
1647
1648
  "16.0.0-nightly.20210901"
1648
1649
  ],
1649
1650
  "96.0.4664.45": [
1650
- "16.0.0"
1651
+ "16.0.0",
1652
+ "16.0.1"
1651
1653
  ],
1652
1654
  "96.0.4664.4": [
1655
+ "17.0.0-alpha.1",
1656
+ "17.0.0-alpha.2",
1653
1657
  "17.0.0-nightly.20211022",
1654
1658
  "17.0.0-nightly.20211025",
1655
1659
  "17.0.0-nightly.20211026",
@@ -1666,6 +1670,9 @@ module.exports = {
1666
1670
  "17.0.0-nightly.20211110",
1667
1671
  "17.0.0-nightly.20211111",
1668
1672
  "17.0.0-nightly.20211112",
1669
- "17.0.0-nightly.20211115"
1673
+ "17.0.0-nightly.20211115",
1674
+ "17.0.0-nightly.20211116",
1675
+ "17.0.0-nightly.20211117",
1676
+ "18.0.0-nightly.20211118"
1670
1677
  ]
1671
1678
  };
package/full-versions.js CHANGED
@@ -969,6 +969,7 @@ module.exports = {
969
969
  "13.5.2": "91.0.4472.164",
970
970
  "13.6.0": "91.0.4472.164",
971
971
  "13.6.1": "91.0.4472.164",
972
+ "13.6.2": "91.0.4472.164",
972
973
  "14.0.0-beta.1": "92.0.4511.0",
973
974
  "14.0.0-beta.2": "92.0.4511.0",
974
975
  "14.0.0-beta.3": "92.0.4511.0",
@@ -1170,6 +1171,9 @@ module.exports = {
1170
1171
  "16.0.0-nightly.20210921": "95.0.4629.0",
1171
1172
  "16.0.0-nightly.20210922": "95.0.4629.0",
1172
1173
  "16.0.0": "96.0.4664.45",
1174
+ "16.0.1": "96.0.4664.45",
1175
+ "17.0.0-alpha.1": "96.0.4664.4",
1176
+ "17.0.0-alpha.2": "96.0.4664.4",
1173
1177
  "17.0.0-nightly.20210923": "95.0.4629.0",
1174
1178
  "17.0.0-nightly.20210924": "95.0.4629.0",
1175
1179
  "17.0.0-nightly.20210927": "95.0.4629.0",
@@ -1207,5 +1211,8 @@ module.exports = {
1207
1211
  "17.0.0-nightly.20211110": "96.0.4664.4",
1208
1212
  "17.0.0-nightly.20211111": "96.0.4664.4",
1209
1213
  "17.0.0-nightly.20211112": "96.0.4664.4",
1210
- "17.0.0-nightly.20211115": "96.0.4664.4"
1214
+ "17.0.0-nightly.20211115": "96.0.4664.4",
1215
+ "17.0.0-nightly.20211116": "96.0.4664.4",
1216
+ "17.0.0-nightly.20211117": "96.0.4664.4",
1217
+ "18.0.0-nightly.20211118": "96.0.4664.4"
1211
1218
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.899",
3
+ "version": "1.3.903",
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.860.0",
33
+ "electron-releases": "^3.864.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -79,5 +79,6 @@ module.exports = {
79
79
  "15.1": "94",
80
80
  "15.2": "94",
81
81
  "15.3": "94",
82
- "16.0": "96"
82
+ "16.0": "96",
83
+ "17.0": "96"
83
84
  };