electron-to-chromium 1.3.876 → 1.3.877

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.
@@ -1605,6 +1605,7 @@ module.exports = {
1605
1605
  "16.0.0-alpha.8",
1606
1606
  "16.0.0-alpha.9",
1607
1607
  "16.0.0-beta.1",
1608
+ "16.0.0-beta.2",
1608
1609
  "17.0.0-nightly.20211006",
1609
1610
  "17.0.0-nightly.20211007",
1610
1611
  "17.0.0-nightly.20211008",
@@ -1615,7 +1616,8 @@ module.exports = {
1615
1616
  "17.0.0-nightly.20211015",
1616
1617
  "17.0.0-nightly.20211018",
1617
1618
  "17.0.0-nightly.20211019",
1618
- "17.0.0-nightly.20211020"
1619
+ "17.0.0-nightly.20211020",
1620
+ "17.0.0-nightly.20211021"
1619
1621
  ],
1620
1622
  "95.0.4612.5": [
1621
1623
  "16.0.0-nightly.20210824",
package/full-versions.js CHANGED
@@ -1111,6 +1111,7 @@ module.exports = {
1111
1111
  "16.0.0-alpha.8": "96.0.4647.0",
1112
1112
  "16.0.0-alpha.9": "96.0.4647.0",
1113
1113
  "16.0.0-beta.1": "96.0.4647.0",
1114
+ "16.0.0-beta.2": "96.0.4647.0",
1114
1115
  "16.0.0-nightly.20210722": "93.0.4566.0",
1115
1116
  "16.0.0-nightly.20210723": "93.0.4566.0",
1116
1117
  "16.0.0-nightly.20210726": "93.0.4566.0",
@@ -1175,5 +1176,6 @@ module.exports = {
1175
1176
  "17.0.0-nightly.20211015": "96.0.4647.0",
1176
1177
  "17.0.0-nightly.20211018": "96.0.4647.0",
1177
1178
  "17.0.0-nightly.20211019": "96.0.4647.0",
1178
- "17.0.0-nightly.20211020": "96.0.4647.0"
1179
+ "17.0.0-nightly.20211020": "96.0.4647.0",
1180
+ "17.0.0-nightly.20211021": "96.0.4647.0"
1179
1181
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.876",
3
+ "version": "1.3.877",
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.836.0",
33
+ "electron-releases": "^3.837.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"