electron-to-chromium 1.3.878 → 1.3.879
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
|
@@ -1606,6 +1606,7 @@ module.exports = {
|
|
|
1606
1606
|
"16.0.0-alpha.9",
|
|
1607
1607
|
"16.0.0-beta.1",
|
|
1608
1608
|
"16.0.0-beta.2",
|
|
1609
|
+
"16.0.0-beta.3",
|
|
1609
1610
|
"17.0.0-nightly.20211006",
|
|
1610
1611
|
"17.0.0-nightly.20211007",
|
|
1611
1612
|
"17.0.0-nightly.20211008",
|
|
@@ -1629,6 +1630,7 @@ module.exports = {
|
|
|
1629
1630
|
"16.0.0-nightly.20210901"
|
|
1630
1631
|
],
|
|
1631
1632
|
"96.0.4664.4": [
|
|
1632
|
-
"17.0.0-nightly.20211022"
|
|
1633
|
+
"17.0.0-nightly.20211022",
|
|
1634
|
+
"17.0.0-nightly.20211025"
|
|
1633
1635
|
]
|
|
1634
1636
|
};
|
package/full-versions.js
CHANGED
|
@@ -1112,6 +1112,7 @@ module.exports = {
|
|
|
1112
1112
|
"16.0.0-alpha.9": "96.0.4647.0",
|
|
1113
1113
|
"16.0.0-beta.1": "96.0.4647.0",
|
|
1114
1114
|
"16.0.0-beta.2": "96.0.4647.0",
|
|
1115
|
+
"16.0.0-beta.3": "96.0.4647.0",
|
|
1115
1116
|
"16.0.0-nightly.20210722": "93.0.4566.0",
|
|
1116
1117
|
"16.0.0-nightly.20210723": "93.0.4566.0",
|
|
1117
1118
|
"16.0.0-nightly.20210726": "93.0.4566.0",
|
|
@@ -1178,5 +1179,6 @@ module.exports = {
|
|
|
1178
1179
|
"17.0.0-nightly.20211019": "96.0.4647.0",
|
|
1179
1180
|
"17.0.0-nightly.20211020": "96.0.4647.0",
|
|
1180
1181
|
"17.0.0-nightly.20211021": "96.0.4647.0",
|
|
1181
|
-
"17.0.0-nightly.20211022": "96.0.4664.4"
|
|
1182
|
+
"17.0.0-nightly.20211022": "96.0.4664.4",
|
|
1183
|
+
"17.0.0-nightly.20211025": "96.0.4664.4"
|
|
1182
1184
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.879",
|
|
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.839.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|