electron-to-chromium 1.3.854 → 1.3.855
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 +3 -1
- package/full-versions.js +3 -1
- package/package.json +2 -2
|
@@ -1551,6 +1551,7 @@ module.exports = {
|
|
|
1551
1551
|
],
|
|
1552
1552
|
"95.0.4629.0": [
|
|
1553
1553
|
"16.0.0-alpha.1",
|
|
1554
|
+
"16.0.0-alpha.2",
|
|
1554
1555
|
"16.0.0-nightly.20210902",
|
|
1555
1556
|
"16.0.0-nightly.20210903",
|
|
1556
1557
|
"16.0.0-nightly.20210906",
|
|
@@ -1570,7 +1571,8 @@ module.exports = {
|
|
|
1570
1571
|
"17.0.0-nightly.20210924",
|
|
1571
1572
|
"17.0.0-nightly.20210927",
|
|
1572
1573
|
"17.0.0-nightly.20210928",
|
|
1573
|
-
"17.0.0-nightly.20210929"
|
|
1574
|
+
"17.0.0-nightly.20210929",
|
|
1575
|
+
"17.0.0-nightly.20210930"
|
|
1574
1576
|
],
|
|
1575
1577
|
"95.0.4612.5": [
|
|
1576
1578
|
"16.0.0-nightly.20210824",
|
package/full-versions.js
CHANGED
|
@@ -1089,6 +1089,7 @@ module.exports = {
|
|
|
1089
1089
|
"15.0.0-nightly.20210721": "93.0.4566.0",
|
|
1090
1090
|
"15.0.0": "94.0.4606.51",
|
|
1091
1091
|
"16.0.0-alpha.1": "95.0.4629.0",
|
|
1092
|
+
"16.0.0-alpha.2": "95.0.4629.0",
|
|
1092
1093
|
"16.0.0-nightly.20210722": "93.0.4566.0",
|
|
1093
1094
|
"16.0.0-nightly.20210723": "93.0.4566.0",
|
|
1094
1095
|
"16.0.0-nightly.20210726": "93.0.4566.0",
|
|
@@ -1138,5 +1139,6 @@ module.exports = {
|
|
|
1138
1139
|
"17.0.0-nightly.20210924": "95.0.4629.0",
|
|
1139
1140
|
"17.0.0-nightly.20210927": "95.0.4629.0",
|
|
1140
1141
|
"17.0.0-nightly.20210928": "95.0.4629.0",
|
|
1141
|
-
"17.0.0-nightly.20210929": "95.0.4629.0"
|
|
1142
|
+
"17.0.0-nightly.20210929": "95.0.4629.0",
|
|
1143
|
+
"17.0.0-nightly.20210930": "95.0.4629.0"
|
|
1142
1144
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.855",
|
|
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.812.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|