electron-to-chromium 1.3.847 → 1.3.848

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.
@@ -36,5 +36,6 @@ module.exports = {
36
36
  "91": "13.0",
37
37
  "92": "14.0",
38
38
  "93": "14.0",
39
- "94": "15.0"
39
+ "94": "15.0",
40
+ "95": "16.0"
40
41
  };
@@ -1544,16 +1544,8 @@ module.exports = {
1544
1544
  "94.0.4606.51": [
1545
1545
  "15.0.0"
1546
1546
  ],
1547
- "95.0.4612.5": [
1548
- "16.0.0-nightly.20210824",
1549
- "16.0.0-nightly.20210825",
1550
- "16.0.0-nightly.20210826",
1551
- "16.0.0-nightly.20210827",
1552
- "16.0.0-nightly.20210830",
1553
- "16.0.0-nightly.20210831",
1554
- "16.0.0-nightly.20210901"
1555
- ],
1556
1547
  "95.0.4629.0": [
1548
+ "16.0.0-alpha.1",
1557
1549
  "16.0.0-nightly.20210902",
1558
1550
  "16.0.0-nightly.20210903",
1559
1551
  "16.0.0-nightly.20210906",
@@ -1569,5 +1561,14 @@ module.exports = {
1569
1561
  "16.0.0-nightly.20210920",
1570
1562
  "16.0.0-nightly.20210921",
1571
1563
  "16.0.0-nightly.20210922"
1564
+ ],
1565
+ "95.0.4612.5": [
1566
+ "16.0.0-nightly.20210824",
1567
+ "16.0.0-nightly.20210825",
1568
+ "16.0.0-nightly.20210826",
1569
+ "16.0.0-nightly.20210827",
1570
+ "16.0.0-nightly.20210830",
1571
+ "16.0.0-nightly.20210831",
1572
+ "16.0.0-nightly.20210901"
1572
1573
  ]
1573
1574
  };
package/full-versions.js CHANGED
@@ -1085,6 +1085,7 @@ module.exports = {
1085
1085
  "15.0.0-nightly.20210720": "93.0.4566.0",
1086
1086
  "15.0.0-nightly.20210721": "93.0.4566.0",
1087
1087
  "15.0.0": "94.0.4606.51",
1088
+ "16.0.0-alpha.1": "95.0.4629.0",
1088
1089
  "16.0.0-nightly.20210722": "93.0.4566.0",
1089
1090
  "16.0.0-nightly.20210723": "93.0.4566.0",
1090
1091
  "16.0.0-nightly.20210726": "93.0.4566.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.847",
3
+ "version": "1.3.848",
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.804.0",
33
+ "electron-releases": "^3.805.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -70,5 +70,6 @@ module.exports = {
70
70
  "13.3": "91",
71
71
  "13.4": "91",
72
72
  "14.0": "93",
73
- "15.0": "94"
73
+ "15.0": "94",
74
+ "16.0": "95"
74
75
  };