electron-to-chromium 1.3.902 → 1.3.906

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.
@@ -1648,11 +1648,13 @@ module.exports = {
1648
1648
  "16.0.0-nightly.20210901"
1649
1649
  ],
1650
1650
  "96.0.4664.45": [
1651
- "16.0.0"
1651
+ "16.0.0",
1652
+ "16.0.1"
1652
1653
  ],
1653
1654
  "96.0.4664.4": [
1654
1655
  "17.0.0-alpha.1",
1655
1656
  "17.0.0-alpha.2",
1657
+ "17.0.0-alpha.3",
1656
1658
  "17.0.0-nightly.20211022",
1657
1659
  "17.0.0-nightly.20211025",
1658
1660
  "17.0.0-nightly.20211026",
@@ -1672,6 +1674,8 @@ module.exports = {
1672
1674
  "17.0.0-nightly.20211115",
1673
1675
  "17.0.0-nightly.20211116",
1674
1676
  "17.0.0-nightly.20211117",
1675
- "18.0.0-nightly.20211118"
1677
+ "18.0.0-nightly.20211118",
1678
+ "18.0.0-nightly.20211119",
1679
+ "18.0.0-nightly.20211122"
1676
1680
  ]
1677
1681
  };
package/full-versions.js CHANGED
@@ -1171,8 +1171,10 @@ module.exports = {
1171
1171
  "16.0.0-nightly.20210921": "95.0.4629.0",
1172
1172
  "16.0.0-nightly.20210922": "95.0.4629.0",
1173
1173
  "16.0.0": "96.0.4664.45",
1174
+ "16.0.1": "96.0.4664.45",
1174
1175
  "17.0.0-alpha.1": "96.0.4664.4",
1175
1176
  "17.0.0-alpha.2": "96.0.4664.4",
1177
+ "17.0.0-alpha.3": "96.0.4664.4",
1176
1178
  "17.0.0-nightly.20210923": "95.0.4629.0",
1177
1179
  "17.0.0-nightly.20210924": "95.0.4629.0",
1178
1180
  "17.0.0-nightly.20210927": "95.0.4629.0",
@@ -1213,5 +1215,7 @@ module.exports = {
1213
1215
  "17.0.0-nightly.20211115": "96.0.4664.4",
1214
1216
  "17.0.0-nightly.20211116": "96.0.4664.4",
1215
1217
  "17.0.0-nightly.20211117": "96.0.4664.4",
1216
- "18.0.0-nightly.20211118": "96.0.4664.4"
1218
+ "18.0.0-nightly.20211118": "96.0.4664.4",
1219
+ "18.0.0-nightly.20211119": "96.0.4664.4",
1220
+ "18.0.0-nightly.20211122": "96.0.4664.4"
1217
1221
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.902",
3
+ "version": "1.3.906",
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.863.0",
33
+ "electron-releases": "^3.867.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"