electron-to-chromium 1.3.894 → 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.
@@ -1632,7 +1632,8 @@ module.exports = {
1632
1632
  "16.0.0-beta.7"
1633
1633
  ],
1634
1634
  "96.0.4664.35": [
1635
- "16.0.0-beta.8"
1635
+ "16.0.0-beta.8",
1636
+ "16.0.0-beta.9"
1636
1637
  ],
1637
1638
  "95.0.4612.5": [
1638
1639
  "16.0.0-nightly.20210824",
@@ -1657,6 +1658,7 @@ module.exports = {
1657
1658
  "17.0.0-nightly.20211105",
1658
1659
  "17.0.0-nightly.20211108",
1659
1660
  "17.0.0-nightly.20211109",
1660
- "17.0.0-nightly.20211110"
1661
+ "17.0.0-nightly.20211110",
1662
+ "17.0.0-nightly.20211111"
1661
1663
  ]
1662
1664
  };
package/full-versions.js CHANGED
@@ -1121,6 +1121,7 @@ module.exports = {
1121
1121
  "16.0.0-beta.6": "96.0.4664.27",
1122
1122
  "16.0.0-beta.7": "96.0.4664.27",
1123
1123
  "16.0.0-beta.8": "96.0.4664.35",
1124
+ "16.0.0-beta.9": "96.0.4664.35",
1124
1125
  "16.0.0-nightly.20210722": "93.0.4566.0",
1125
1126
  "16.0.0-nightly.20210723": "93.0.4566.0",
1126
1127
  "16.0.0-nightly.20210726": "93.0.4566.0",
@@ -1200,5 +1201,6 @@ module.exports = {
1200
1201
  "17.0.0-nightly.20211105": "96.0.4664.4",
1201
1202
  "17.0.0-nightly.20211108": "96.0.4664.4",
1202
1203
  "17.0.0-nightly.20211109": "96.0.4664.4",
1203
- "17.0.0-nightly.20211110": "96.0.4664.4"
1204
+ "17.0.0-nightly.20211110": "96.0.4664.4",
1205
+ "17.0.0-nightly.20211111": "96.0.4664.4"
1204
1206
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.894",
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.854.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"