electron-to-chromium 1.3.836 → 1.3.837
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 +3 -1
- package/package.json +2 -2
|
@@ -1508,7 +1508,8 @@ module.exports = {
|
|
|
1508
1508
|
],
|
|
1509
1509
|
"94.0.4606.31": [
|
|
1510
1510
|
"15.0.0-beta.3",
|
|
1511
|
-
"15.0.0-beta.4"
|
|
1511
|
+
"15.0.0-beta.4",
|
|
1512
|
+
"15.0.0-beta.5"
|
|
1512
1513
|
],
|
|
1513
1514
|
"93.0.4530.0": [
|
|
1514
1515
|
"15.0.0-nightly.20210603",
|
|
@@ -1548,6 +1549,7 @@ module.exports = {
|
|
|
1548
1549
|
"16.0.0-nightly.20210907",
|
|
1549
1550
|
"16.0.0-nightly.20210908",
|
|
1550
1551
|
"16.0.0-nightly.20210909",
|
|
1551
|
-
"16.0.0-nightly.20210910"
|
|
1552
|
+
"16.0.0-nightly.20210910",
|
|
1553
|
+
"16.0.0-nightly.20210913"
|
|
1552
1554
|
]
|
|
1553
1555
|
};
|
package/full-versions.js
CHANGED
|
@@ -1038,6 +1038,7 @@ module.exports = {
|
|
|
1038
1038
|
"15.0.0-beta.2": "94.0.4606.20",
|
|
1039
1039
|
"15.0.0-beta.3": "94.0.4606.31",
|
|
1040
1040
|
"15.0.0-beta.4": "94.0.4606.31",
|
|
1041
|
+
"15.0.0-beta.5": "94.0.4606.31",
|
|
1041
1042
|
"15.0.0-nightly.20210527": "92.0.4511.0",
|
|
1042
1043
|
"15.0.0-nightly.20210528": "92.0.4511.0",
|
|
1043
1044
|
"15.0.0-nightly.20210531": "92.0.4511.0",
|
|
@@ -1113,5 +1114,6 @@ module.exports = {
|
|
|
1113
1114
|
"16.0.0-nightly.20210907": "95.0.4629.0",
|
|
1114
1115
|
"16.0.0-nightly.20210908": "95.0.4629.0",
|
|
1115
1116
|
"16.0.0-nightly.20210909": "95.0.4629.0",
|
|
1116
|
-
"16.0.0-nightly.20210910": "95.0.4629.0"
|
|
1117
|
+
"16.0.0-nightly.20210910": "95.0.4629.0",
|
|
1118
|
+
"16.0.0-nightly.20210913": "95.0.4629.0"
|
|
1117
1119
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.837",
|
|
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.791.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|