electron-to-chromium 1.3.901 → 1.3.902
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
|
@@ -1652,6 +1652,7 @@ module.exports = {
|
|
|
1652
1652
|
],
|
|
1653
1653
|
"96.0.4664.4": [
|
|
1654
1654
|
"17.0.0-alpha.1",
|
|
1655
|
+
"17.0.0-alpha.2",
|
|
1655
1656
|
"17.0.0-nightly.20211022",
|
|
1656
1657
|
"17.0.0-nightly.20211025",
|
|
1657
1658
|
"17.0.0-nightly.20211026",
|
|
@@ -1670,6 +1671,7 @@ module.exports = {
|
|
|
1670
1671
|
"17.0.0-nightly.20211112",
|
|
1671
1672
|
"17.0.0-nightly.20211115",
|
|
1672
1673
|
"17.0.0-nightly.20211116",
|
|
1673
|
-
"17.0.0-nightly.20211117"
|
|
1674
|
+
"17.0.0-nightly.20211117",
|
|
1675
|
+
"18.0.0-nightly.20211118"
|
|
1674
1676
|
]
|
|
1675
1677
|
};
|
package/full-versions.js
CHANGED
|
@@ -1172,6 +1172,7 @@ module.exports = {
|
|
|
1172
1172
|
"16.0.0-nightly.20210922": "95.0.4629.0",
|
|
1173
1173
|
"16.0.0": "96.0.4664.45",
|
|
1174
1174
|
"17.0.0-alpha.1": "96.0.4664.4",
|
|
1175
|
+
"17.0.0-alpha.2": "96.0.4664.4",
|
|
1175
1176
|
"17.0.0-nightly.20210923": "95.0.4629.0",
|
|
1176
1177
|
"17.0.0-nightly.20210924": "95.0.4629.0",
|
|
1177
1178
|
"17.0.0-nightly.20210927": "95.0.4629.0",
|
|
@@ -1211,5 +1212,6 @@ module.exports = {
|
|
|
1211
1212
|
"17.0.0-nightly.20211112": "96.0.4664.4",
|
|
1212
1213
|
"17.0.0-nightly.20211115": "96.0.4664.4",
|
|
1213
1214
|
"17.0.0-nightly.20211116": "96.0.4664.4",
|
|
1214
|
-
"17.0.0-nightly.20211117": "96.0.4664.4"
|
|
1215
|
+
"17.0.0-nightly.20211117": "96.0.4664.4",
|
|
1216
|
+
"18.0.0-nightly.20211118": "96.0.4664.4"
|
|
1215
1217
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.902",
|
|
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.863.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|