electron-to-chromium 1.3.873 → 1.3.874

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.
@@ -1563,7 +1563,8 @@ module.exports = {
1563
1563
  "15.1.2"
1564
1564
  ],
1565
1565
  "94.0.4606.81": [
1566
- "15.2.0"
1566
+ "15.2.0",
1567
+ "15.3.0"
1567
1568
  ],
1568
1569
  "95.0.4629.0": [
1569
1570
  "16.0.0-alpha.1",
@@ -1601,6 +1602,7 @@ module.exports = {
1601
1602
  "96.0.4647.0": [
1602
1603
  "16.0.0-alpha.8",
1603
1604
  "16.0.0-alpha.9",
1605
+ "16.0.0-beta.1",
1604
1606
  "17.0.0-nightly.20211006",
1605
1607
  "17.0.0-nightly.20211007",
1606
1608
  "17.0.0-nightly.20211008",
@@ -1610,7 +1612,8 @@ module.exports = {
1610
1612
  "17.0.0-nightly.20211014",
1611
1613
  "17.0.0-nightly.20211015",
1612
1614
  "17.0.0-nightly.20211018",
1613
- "17.0.0-nightly.20211019"
1615
+ "17.0.0-nightly.20211019",
1616
+ "17.0.0-nightly.20211020"
1614
1617
  ],
1615
1618
  "95.0.4612.5": [
1616
1619
  "16.0.0-nightly.20210824",
package/full-versions.js CHANGED
@@ -1098,6 +1098,7 @@ module.exports = {
1098
1098
  "15.1.1": "94.0.4606.61",
1099
1099
  "15.1.2": "94.0.4606.71",
1100
1100
  "15.2.0": "94.0.4606.81",
1101
+ "15.3.0": "94.0.4606.81",
1101
1102
  "16.0.0-alpha.1": "95.0.4629.0",
1102
1103
  "16.0.0-alpha.2": "95.0.4629.0",
1103
1104
  "16.0.0-alpha.3": "95.0.4629.0",
@@ -1107,6 +1108,7 @@ module.exports = {
1107
1108
  "16.0.0-alpha.7": "95.0.4629.0",
1108
1109
  "16.0.0-alpha.8": "96.0.4647.0",
1109
1110
  "16.0.0-alpha.9": "96.0.4647.0",
1111
+ "16.0.0-beta.1": "96.0.4647.0",
1110
1112
  "16.0.0-nightly.20210722": "93.0.4566.0",
1111
1113
  "16.0.0-nightly.20210723": "93.0.4566.0",
1112
1114
  "16.0.0-nightly.20210726": "93.0.4566.0",
@@ -1170,5 +1172,6 @@ module.exports = {
1170
1172
  "17.0.0-nightly.20211014": "96.0.4647.0",
1171
1173
  "17.0.0-nightly.20211015": "96.0.4647.0",
1172
1174
  "17.0.0-nightly.20211018": "96.0.4647.0",
1173
- "17.0.0-nightly.20211019": "96.0.4647.0"
1175
+ "17.0.0-nightly.20211019": "96.0.4647.0",
1176
+ "17.0.0-nightly.20211020": "96.0.4647.0"
1174
1177
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.873",
3
+ "version": "1.3.874",
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.833.0",
33
+ "electron-releases": "^3.834.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -76,5 +76,6 @@ module.exports = {
76
76
  "15.0": "94",
77
77
  "15.1": "94",
78
78
  "15.2": "94",
79
+ "15.3": "94",
79
80
  "16.0": "96"
80
81
  };