electron-to-chromium 1.3.893 → 1.3.897
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 +7 -2
- package/full-versions.js +6 -1
- package/package.json +2 -2
|
@@ -1632,7 +1632,8 @@ module.exports = {
|
|
|
1632
1632
|
"16.0.0-beta.7"
|
|
1633
1633
|
],
|
|
1634
1634
|
"96.0.4664.35": [
|
|
1635
|
-
"16.0.0-beta.8"
|
|
1635
|
+
"16.0.0-beta.8",
|
|
1636
|
+
"16.0.0-beta.9"
|
|
1636
1637
|
],
|
|
1637
1638
|
"95.0.4612.5": [
|
|
1638
1639
|
"16.0.0-nightly.20210824",
|
|
@@ -1656,6 +1657,10 @@ module.exports = {
|
|
|
1656
1657
|
"17.0.0-nightly.20211104",
|
|
1657
1658
|
"17.0.0-nightly.20211105",
|
|
1658
1659
|
"17.0.0-nightly.20211108",
|
|
1659
|
-
"17.0.0-nightly.20211109"
|
|
1660
|
+
"17.0.0-nightly.20211109",
|
|
1661
|
+
"17.0.0-nightly.20211110",
|
|
1662
|
+
"17.0.0-nightly.20211111",
|
|
1663
|
+
"17.0.0-nightly.20211112",
|
|
1664
|
+
"17.0.0-nightly.20211115"
|
|
1660
1665
|
]
|
|
1661
1666
|
};
|
package/full-versions.js
CHANGED
|
@@ -1121,6 +1121,7 @@ module.exports = {
|
|
|
1121
1121
|
"16.0.0-beta.6": "96.0.4664.27",
|
|
1122
1122
|
"16.0.0-beta.7": "96.0.4664.27",
|
|
1123
1123
|
"16.0.0-beta.8": "96.0.4664.35",
|
|
1124
|
+
"16.0.0-beta.9": "96.0.4664.35",
|
|
1124
1125
|
"16.0.0-nightly.20210722": "93.0.4566.0",
|
|
1125
1126
|
"16.0.0-nightly.20210723": "93.0.4566.0",
|
|
1126
1127
|
"16.0.0-nightly.20210726": "93.0.4566.0",
|
|
@@ -1199,5 +1200,9 @@ module.exports = {
|
|
|
1199
1200
|
"17.0.0-nightly.20211104": "96.0.4664.4",
|
|
1200
1201
|
"17.0.0-nightly.20211105": "96.0.4664.4",
|
|
1201
1202
|
"17.0.0-nightly.20211108": "96.0.4664.4",
|
|
1202
|
-
"17.0.0-nightly.20211109": "96.0.4664.4"
|
|
1203
|
+
"17.0.0-nightly.20211109": "96.0.4664.4",
|
|
1204
|
+
"17.0.0-nightly.20211110": "96.0.4664.4",
|
|
1205
|
+
"17.0.0-nightly.20211111": "96.0.4664.4",
|
|
1206
|
+
"17.0.0-nightly.20211112": "96.0.4664.4",
|
|
1207
|
+
"17.0.0-nightly.20211115": "96.0.4664.4"
|
|
1203
1208
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.897",
|
|
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.858.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|