electron-to-chromium 1.3.859 → 1.3.863

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.
@@ -1556,12 +1556,16 @@ module.exports = {
1556
1556
  "15.1.0",
1557
1557
  "15.1.1"
1558
1558
  ],
1559
+ "94.0.4606.71": [
1560
+ "15.1.2"
1561
+ ],
1559
1562
  "95.0.4629.0": [
1560
1563
  "16.0.0-alpha.1",
1561
1564
  "16.0.0-alpha.2",
1562
1565
  "16.0.0-alpha.3",
1563
1566
  "16.0.0-alpha.4",
1564
1567
  "16.0.0-alpha.5",
1568
+ "16.0.0-alpha.6",
1565
1569
  "16.0.0-nightly.20210902",
1566
1570
  "16.0.0-nightly.20210903",
1567
1571
  "16.0.0-nightly.20210906",
@@ -1584,7 +1588,8 @@ module.exports = {
1584
1588
  "17.0.0-nightly.20210929",
1585
1589
  "17.0.0-nightly.20210930",
1586
1590
  "17.0.0-nightly.20211001",
1587
- "17.0.0-nightly.20211004"
1591
+ "17.0.0-nightly.20211004",
1592
+ "17.0.0-nightly.20211005"
1588
1593
  ],
1589
1594
  "95.0.4612.5": [
1590
1595
  "16.0.0-nightly.20210824",
@@ -1594,5 +1599,10 @@ module.exports = {
1594
1599
  "16.0.0-nightly.20210830",
1595
1600
  "16.0.0-nightly.20210831",
1596
1601
  "16.0.0-nightly.20210901"
1602
+ ],
1603
+ "96.0.4647.0": [
1604
+ "17.0.0-nightly.20211006",
1605
+ "17.0.0-nightly.20211007",
1606
+ "17.0.0-nightly.20211008"
1597
1607
  ]
1598
1608
  };
package/full-versions.js CHANGED
@@ -1093,11 +1093,13 @@ module.exports = {
1093
1093
  "15.0.0": "94.0.4606.51",
1094
1094
  "15.1.0": "94.0.4606.61",
1095
1095
  "15.1.1": "94.0.4606.61",
1096
+ "15.1.2": "94.0.4606.71",
1096
1097
  "16.0.0-alpha.1": "95.0.4629.0",
1097
1098
  "16.0.0-alpha.2": "95.0.4629.0",
1098
1099
  "16.0.0-alpha.3": "95.0.4629.0",
1099
1100
  "16.0.0-alpha.4": "95.0.4629.0",
1100
1101
  "16.0.0-alpha.5": "95.0.4629.0",
1102
+ "16.0.0-alpha.6": "95.0.4629.0",
1101
1103
  "16.0.0-nightly.20210722": "93.0.4566.0",
1102
1104
  "16.0.0-nightly.20210723": "93.0.4566.0",
1103
1105
  "16.0.0-nightly.20210726": "93.0.4566.0",
@@ -1150,5 +1152,9 @@ module.exports = {
1150
1152
  "17.0.0-nightly.20210929": "95.0.4629.0",
1151
1153
  "17.0.0-nightly.20210930": "95.0.4629.0",
1152
1154
  "17.0.0-nightly.20211001": "95.0.4629.0",
1153
- "17.0.0-nightly.20211004": "95.0.4629.0"
1155
+ "17.0.0-nightly.20211004": "95.0.4629.0",
1156
+ "17.0.0-nightly.20211005": "95.0.4629.0",
1157
+ "17.0.0-nightly.20211006": "96.0.4647.0",
1158
+ "17.0.0-nightly.20211007": "96.0.4647.0",
1159
+ "17.0.0-nightly.20211008": "96.0.4647.0"
1154
1160
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.859",
3
+ "version": "1.3.863",
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.816.0",
33
+ "electron-releases": "^3.822.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"