electron-to-chromium 1.3.861 → 1.3.862

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.
@@ -1562,6 +1562,7 @@ module.exports = {
1562
1562
  "16.0.0-alpha.3",
1563
1563
  "16.0.0-alpha.4",
1564
1564
  "16.0.0-alpha.5",
1565
+ "16.0.0-alpha.6",
1565
1566
  "16.0.0-nightly.20210902",
1566
1567
  "16.0.0-nightly.20210903",
1567
1568
  "16.0.0-nightly.20210906",
@@ -1597,6 +1598,7 @@ module.exports = {
1597
1598
  "16.0.0-nightly.20210901"
1598
1599
  ],
1599
1600
  "96.0.4647.0": [
1600
- "17.0.0-nightly.20211006"
1601
+ "17.0.0-nightly.20211006",
1602
+ "17.0.0-nightly.20211007"
1601
1603
  ]
1602
1604
  };
package/full-versions.js CHANGED
@@ -1098,6 +1098,7 @@ module.exports = {
1098
1098
  "16.0.0-alpha.3": "95.0.4629.0",
1099
1099
  "16.0.0-alpha.4": "95.0.4629.0",
1100
1100
  "16.0.0-alpha.5": "95.0.4629.0",
1101
+ "16.0.0-alpha.6": "95.0.4629.0",
1101
1102
  "16.0.0-nightly.20210722": "93.0.4566.0",
1102
1103
  "16.0.0-nightly.20210723": "93.0.4566.0",
1103
1104
  "16.0.0-nightly.20210726": "93.0.4566.0",
@@ -1152,5 +1153,6 @@ module.exports = {
1152
1153
  "17.0.0-nightly.20211001": "95.0.4629.0",
1153
1154
  "17.0.0-nightly.20211004": "95.0.4629.0",
1154
1155
  "17.0.0-nightly.20211005": "95.0.4629.0",
1155
- "17.0.0-nightly.20211006": "96.0.4647.0"
1156
+ "17.0.0-nightly.20211006": "96.0.4647.0",
1157
+ "17.0.0-nightly.20211007": "96.0.4647.0"
1156
1158
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.861",
3
+ "version": "1.3.862",
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.819.0",
33
+ "electron-releases": "^3.820.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"