electron-to-chromium 1.3.845 → 1.3.846
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 +5 -1
- package/full-versions.js +3 -1
- package/package.json +2 -2
|
@@ -1541,6 +1541,9 @@ module.exports = {
|
|
|
1541
1541
|
"15.0.0-nightly.20210702",
|
|
1542
1542
|
"15.0.0-nightly.20210705"
|
|
1543
1543
|
],
|
|
1544
|
+
"94.0.4606.51": [
|
|
1545
|
+
"15.0.0"
|
|
1546
|
+
],
|
|
1544
1547
|
"95.0.4612.5": [
|
|
1545
1548
|
"16.0.0-nightly.20210824",
|
|
1546
1549
|
"16.0.0-nightly.20210825",
|
|
@@ -1563,6 +1566,7 @@ module.exports = {
|
|
|
1563
1566
|
"16.0.0-nightly.20210915",
|
|
1564
1567
|
"16.0.0-nightly.20210916",
|
|
1565
1568
|
"16.0.0-nightly.20210917",
|
|
1566
|
-
"16.0.0-nightly.20210920"
|
|
1569
|
+
"16.0.0-nightly.20210920",
|
|
1570
|
+
"16.0.0-nightly.20210921"
|
|
1567
1571
|
]
|
|
1568
1572
|
};
|
package/full-versions.js
CHANGED
|
@@ -1084,6 +1084,7 @@ module.exports = {
|
|
|
1084
1084
|
"15.0.0-nightly.20210719": "93.0.4566.0",
|
|
1085
1085
|
"15.0.0-nightly.20210720": "93.0.4566.0",
|
|
1086
1086
|
"15.0.0-nightly.20210721": "93.0.4566.0",
|
|
1087
|
+
"15.0.0": "94.0.4606.51",
|
|
1087
1088
|
"16.0.0-nightly.20210722": "93.0.4566.0",
|
|
1088
1089
|
"16.0.0-nightly.20210723": "93.0.4566.0",
|
|
1089
1090
|
"16.0.0-nightly.20210726": "93.0.4566.0",
|
|
@@ -1126,5 +1127,6 @@ module.exports = {
|
|
|
1126
1127
|
"16.0.0-nightly.20210915": "95.0.4629.0",
|
|
1127
1128
|
"16.0.0-nightly.20210916": "95.0.4629.0",
|
|
1128
1129
|
"16.0.0-nightly.20210917": "95.0.4629.0",
|
|
1129
|
-
"16.0.0-nightly.20210920": "95.0.4629.0"
|
|
1130
|
+
"16.0.0-nightly.20210920": "95.0.4629.0",
|
|
1131
|
+
"16.0.0-nightly.20210921": "95.0.4629.0"
|
|
1130
1132
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.846",
|
|
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.802.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|