electron-to-chromium 1.3.334 → 1.3.338
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 +9 -0
- package/full-versions.js +5 -0
- package/package.json +2 -2
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
+
"81.0.4030.0": [
|
|
3
|
+
"9.0.0-nightly.20200119"
|
|
4
|
+
],
|
|
2
5
|
"81.0.3994.0": [
|
|
6
|
+
"9.0.0-nightly.20200117",
|
|
7
|
+
"9.0.0-nightly.20200116",
|
|
8
|
+
"9.0.0-nightly.20200115",
|
|
3
9
|
"9.0.0-nightly.20200113",
|
|
4
10
|
"9.0.0-nightly.20200111",
|
|
5
11
|
"9.0.0-nightly.20200110",
|
|
@@ -115,6 +121,9 @@ module.exports = {
|
|
|
115
121
|
"7.0.0-beta.2",
|
|
116
122
|
"7.0.0-beta.1"
|
|
117
123
|
],
|
|
124
|
+
"80.0.3987.59": [
|
|
125
|
+
"8.0.0-beta.7"
|
|
126
|
+
],
|
|
118
127
|
"80.0.3987.51": [
|
|
119
128
|
"8.0.0-beta.6"
|
|
120
129
|
],
|
package/full-versions.js
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
+
"9.0.0-nightly.20200119": "81.0.4030.0",
|
|
3
|
+
"9.0.0-nightly.20200117": "81.0.3994.0",
|
|
4
|
+
"9.0.0-nightly.20200116": "81.0.3994.0",
|
|
5
|
+
"9.0.0-nightly.20200115": "81.0.3994.0",
|
|
2
6
|
"9.0.0-nightly.20200113": "81.0.3994.0",
|
|
3
7
|
"9.0.0-nightly.20200111": "81.0.3994.0",
|
|
4
8
|
"9.0.0-nightly.20200110": "81.0.3994.0",
|
|
@@ -85,6 +89,7 @@ module.exports = {
|
|
|
85
89
|
"8.0.0-nightly.20190803": "78.0.3871.0",
|
|
86
90
|
"8.0.0-nightly.20190802": "78.0.3866.0",
|
|
87
91
|
"8.0.0-nightly.20190801": "78.0.3866.0",
|
|
92
|
+
"8.0.0-beta.7": "80.0.3987.59",
|
|
88
93
|
"8.0.0-beta.6": "80.0.3987.51",
|
|
89
94
|
"8.0.0-beta.5": "80.0.3987.14",
|
|
90
95
|
"8.0.0-beta.4": "80.0.3955.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.338",
|
|
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": "^1.1.0",
|
|
32
32
|
"codecov": "^3.1.0",
|
|
33
|
-
"electron-releases": "^3.
|
|
33
|
+
"electron-releases": "^3.333.0",
|
|
34
34
|
"nyc": "^13.3.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.7.6"
|