electron-to-chromium 1.3.856 → 1.3.860

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,12 +1553,15 @@ 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",
1563
+ "16.0.0-alpha.4",
1564
+ "16.0.0-alpha.5",
1562
1565
  "16.0.0-nightly.20210902",
1563
1566
  "16.0.0-nightly.20210903",
1564
1567
  "16.0.0-nightly.20210906",
@@ -1579,7 +1582,10 @@ module.exports = {
1579
1582
  "17.0.0-nightly.20210927",
1580
1583
  "17.0.0-nightly.20210928",
1581
1584
  "17.0.0-nightly.20210929",
1582
- "17.0.0-nightly.20210930"
1585
+ "17.0.0-nightly.20210930",
1586
+ "17.0.0-nightly.20211001",
1587
+ "17.0.0-nightly.20211004",
1588
+ "17.0.0-nightly.20211005"
1583
1589
  ],
1584
1590
  "95.0.4612.5": [
1585
1591
  "16.0.0-nightly.20210824",
package/full-versions.js CHANGED
@@ -1092,9 +1092,12 @@ 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",
1099
+ "16.0.0-alpha.4": "95.0.4629.0",
1100
+ "16.0.0-alpha.5": "95.0.4629.0",
1098
1101
  "16.0.0-nightly.20210722": "93.0.4566.0",
1099
1102
  "16.0.0-nightly.20210723": "93.0.4566.0",
1100
1103
  "16.0.0-nightly.20210726": "93.0.4566.0",
@@ -1145,5 +1148,8 @@ module.exports = {
1145
1148
  "17.0.0-nightly.20210927": "95.0.4629.0",
1146
1149
  "17.0.0-nightly.20210928": "95.0.4629.0",
1147
1150
  "17.0.0-nightly.20210929": "95.0.4629.0",
1148
- "17.0.0-nightly.20210930": "95.0.4629.0"
1151
+ "17.0.0-nightly.20210930": "95.0.4629.0",
1152
+ "17.0.0-nightly.20211001": "95.0.4629.0",
1153
+ "17.0.0-nightly.20211004": "95.0.4629.0",
1154
+ "17.0.0-nightly.20211005": "95.0.4629.0"
1149
1155
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.856",
3
+ "version": "1.3.860",
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.813.0",
33
+ "electron-releases": "^3.817.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"