electron-to-chromium 1.3.891 → 1.3.892
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.
- package/full-chromium-versions.js +4 -2
- package/full-versions.js +2 -0
- package/package.json +2 -2
|
@@ -1486,7 +1486,8 @@ module.exports = {
|
|
|
1486
1486
|
"14.0.2",
|
|
1487
1487
|
"14.1.0",
|
|
1488
1488
|
"14.1.1",
|
|
1489
|
-
"14.2.0"
|
|
1489
|
+
"14.2.0",
|
|
1490
|
+
"14.2.1"
|
|
1490
1491
|
],
|
|
1491
1492
|
"94.0.4584.0": [
|
|
1492
1493
|
"15.0.0-alpha.3",
|
|
@@ -1567,7 +1568,8 @@ module.exports = {
|
|
|
1567
1568
|
],
|
|
1568
1569
|
"94.0.4606.81": [
|
|
1569
1570
|
"15.2.0",
|
|
1570
|
-
"15.3.0"
|
|
1571
|
+
"15.3.0",
|
|
1572
|
+
"15.3.1"
|
|
1571
1573
|
],
|
|
1572
1574
|
"95.0.4629.0": [
|
|
1573
1575
|
"16.0.0-alpha.1",
|
package/full-versions.js
CHANGED
|
@@ -1040,6 +1040,7 @@ module.exports = {
|
|
|
1040
1040
|
"14.1.0": "93.0.4577.82",
|
|
1041
1041
|
"14.1.1": "93.0.4577.82",
|
|
1042
1042
|
"14.2.0": "93.0.4577.82",
|
|
1043
|
+
"14.2.1": "93.0.4577.82",
|
|
1043
1044
|
"15.0.0-alpha.1": "93.0.4566.0",
|
|
1044
1045
|
"15.0.0-alpha.2": "93.0.4566.0",
|
|
1045
1046
|
"15.0.0-alpha.3": "94.0.4584.0",
|
|
@@ -1102,6 +1103,7 @@ module.exports = {
|
|
|
1102
1103
|
"15.1.2": "94.0.4606.71",
|
|
1103
1104
|
"15.2.0": "94.0.4606.81",
|
|
1104
1105
|
"15.3.0": "94.0.4606.81",
|
|
1106
|
+
"15.3.1": "94.0.4606.81",
|
|
1105
1107
|
"16.0.0-alpha.1": "95.0.4629.0",
|
|
1106
1108
|
"16.0.0-alpha.2": "95.0.4629.0",
|
|
1107
1109
|
"16.0.0-alpha.3": "95.0.4629.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.892",
|
|
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.
|
|
33
|
+
"electron-releases": "^3.852.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|