electron-to-chromium 1.3.858 → 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.
@@ -1553,13 +1553,16 @@ module.exports = {
1553
1553
  "15.0.0"
1554
1554
  ],
1555
1555
  "94.0.4606.61": [
1556
- "15.1.0"
1556
+ "15.1.0",
1557
+ "15.1.1"
1557
1558
  ],
1558
1559
  "95.0.4629.0": [
1559
1560
  "16.0.0-alpha.1",
1560
1561
  "16.0.0-alpha.2",
1561
1562
  "16.0.0-alpha.3",
1562
1563
  "16.0.0-alpha.4",
1564
+ "16.0.0-alpha.5",
1565
+ "16.0.0-alpha.6",
1563
1566
  "16.0.0-nightly.20210902",
1564
1567
  "16.0.0-nightly.20210903",
1565
1568
  "16.0.0-nightly.20210906",
@@ -1582,7 +1585,8 @@ module.exports = {
1582
1585
  "17.0.0-nightly.20210929",
1583
1586
  "17.0.0-nightly.20210930",
1584
1587
  "17.0.0-nightly.20211001",
1585
- "17.0.0-nightly.20211004"
1588
+ "17.0.0-nightly.20211004",
1589
+ "17.0.0-nightly.20211005"
1586
1590
  ],
1587
1591
  "95.0.4612.5": [
1588
1592
  "16.0.0-nightly.20210824",
@@ -1592,5 +1596,9 @@ module.exports = {
1592
1596
  "16.0.0-nightly.20210830",
1593
1597
  "16.0.0-nightly.20210831",
1594
1598
  "16.0.0-nightly.20210901"
1599
+ ],
1600
+ "96.0.4647.0": [
1601
+ "17.0.0-nightly.20211006",
1602
+ "17.0.0-nightly.20211007"
1595
1603
  ]
1596
1604
  };
package/full-versions.js CHANGED
@@ -1092,10 +1092,13 @@ module.exports = {
1092
1092
  "15.0.0-nightly.20210721": "93.0.4566.0",
1093
1093
  "15.0.0": "94.0.4606.51",
1094
1094
  "15.1.0": "94.0.4606.61",
1095
+ "15.1.1": "94.0.4606.61",
1095
1096
  "16.0.0-alpha.1": "95.0.4629.0",
1096
1097
  "16.0.0-alpha.2": "95.0.4629.0",
1097
1098
  "16.0.0-alpha.3": "95.0.4629.0",
1098
1099
  "16.0.0-alpha.4": "95.0.4629.0",
1100
+ "16.0.0-alpha.5": "95.0.4629.0",
1101
+ "16.0.0-alpha.6": "95.0.4629.0",
1099
1102
  "16.0.0-nightly.20210722": "93.0.4566.0",
1100
1103
  "16.0.0-nightly.20210723": "93.0.4566.0",
1101
1104
  "16.0.0-nightly.20210726": "93.0.4566.0",
@@ -1148,5 +1151,8 @@ module.exports = {
1148
1151
  "17.0.0-nightly.20210929": "95.0.4629.0",
1149
1152
  "17.0.0-nightly.20210930": "95.0.4629.0",
1150
1153
  "17.0.0-nightly.20211001": "95.0.4629.0",
1151
- "17.0.0-nightly.20211004": "95.0.4629.0"
1154
+ "17.0.0-nightly.20211004": "95.0.4629.0",
1155
+ "17.0.0-nightly.20211005": "95.0.4629.0",
1156
+ "17.0.0-nightly.20211006": "96.0.4647.0",
1157
+ "17.0.0-nightly.20211007": "96.0.4647.0"
1152
1158
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.858",
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.815.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"