electron-to-chromium 1.3.905 → 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.
@@ -1654,6 +1654,7 @@ module.exports = {
1654
1654
  "96.0.4664.4": [
1655
1655
  "17.0.0-alpha.1",
1656
1656
  "17.0.0-alpha.2",
1657
+ "17.0.0-alpha.3",
1657
1658
  "17.0.0-nightly.20211022",
1658
1659
  "17.0.0-nightly.20211025",
1659
1660
  "17.0.0-nightly.20211026",
package/full-versions.js CHANGED
@@ -1174,6 +1174,7 @@ module.exports = {
1174
1174
  "16.0.1": "96.0.4664.45",
1175
1175
  "17.0.0-alpha.1": "96.0.4664.4",
1176
1176
  "17.0.0-alpha.2": "96.0.4664.4",
1177
+ "17.0.0-alpha.3": "96.0.4664.4",
1177
1178
  "17.0.0-nightly.20210923": "95.0.4629.0",
1178
1179
  "17.0.0-nightly.20210924": "95.0.4629.0",
1179
1180
  "17.0.0-nightly.20210927": "95.0.4629.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.905",
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.866.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"