electron-to-chromium 1.3.455 → 1.3.459

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.
@@ -1,4 +1,7 @@
1
1
  module.exports = {
2
+ "85.0.4162.0": [
3
+ "11.0.0-nightly.20200602"
4
+ ],
2
5
  "85.0.4156.0": [
3
6
  "11.0.0-nightly.20200529"
4
7
  ],
@@ -20,6 +23,7 @@ module.exports = {
20
23
  "10.0.0-nightly.20200505",
21
24
  "10.0.0-nightly.20200504",
22
25
  "10.0.0-nightly.20200501",
26
+ "10.0.0-beta.2",
23
27
  "10.0.0-beta.1"
24
28
  ],
25
29
  "84.0.4125.0": [
@@ -87,6 +91,10 @@ module.exports = {
87
91
  "10.0.0-nightly.20200210",
88
92
  "10.0.0-nightly.20200209"
89
93
  ],
94
+ "83.0.4103.94": [
95
+ "9.0.2",
96
+ "9.0.1"
97
+ ],
90
98
  "83.0.4103.64": [
91
99
  "9.0.0"
92
100
  ],
@@ -182,6 +190,7 @@ module.exports = {
182
190
  "9.0.0-beta.1"
183
191
  ],
184
192
  "80.0.3987.165": [
193
+ "8.3.1",
185
194
  "8.3.0",
186
195
  "8.2.5",
187
196
  "8.2.4"
@@ -306,6 +315,7 @@ module.exports = {
306
315
  "8.0.0-beta.3"
307
316
  ],
308
317
  "78.0.3904.130": [
318
+ "7.3.1",
309
319
  "7.3.0",
310
320
  "7.2.4",
311
321
  "7.2.3",
package/full-versions.js CHANGED
@@ -1,4 +1,5 @@
1
1
  module.exports = {
2
+ "11.0.0-nightly.20200602": "85.0.4162.0",
2
3
  "11.0.0-nightly.20200529": "85.0.4156.0",
3
4
  "11.0.0-nightly.20200526": "84.0.4129.0",
4
5
  "11.0.0-nightly.20200525": "84.0.4129.0",
@@ -62,7 +63,10 @@ module.exports = {
62
63
  "10.0.0-nightly.20200211": "82.0.4050.0",
63
64
  "10.0.0-nightly.20200210": "82.0.4050.0",
64
65
  "10.0.0-nightly.20200209": "82.0.4050.0",
66
+ "10.0.0-beta.2": "84.0.4129.0",
65
67
  "10.0.0-beta.1": "84.0.4129.0",
68
+ "9.0.2": "83.0.4103.94",
69
+ "9.0.1": "83.0.4103.94",
66
70
  "9.0.0": "83.0.4103.64",
67
71
  "9.0.0-nightly.20200121": "81.0.4030.0",
68
72
  "9.0.0-nightly.20200119": "81.0.4030.0",
@@ -123,6 +127,7 @@ module.exports = {
123
127
  "9.0.0-beta.3": "82.0.4048.0",
124
128
  "9.0.0-beta.2": "82.0.4048.0",
125
129
  "9.0.0-beta.1": "82.0.4048.0",
130
+ "8.3.1": "80.0.3987.165",
126
131
  "8.3.0": "80.0.3987.165",
127
132
  "8.2.5": "80.0.3987.165",
128
133
  "8.2.4": "80.0.3987.165",
@@ -199,6 +204,7 @@ module.exports = {
199
204
  "8.0.0-beta.3": "80.0.3955.0",
200
205
  "8.0.0-beta.2": "79.0.3931.0",
201
206
  "8.0.0-beta.1": "79.0.3931.0",
207
+ "7.3.1": "78.0.3904.130",
202
208
  "7.3.0": "78.0.3904.130",
203
209
  "7.2.4": "78.0.3904.130",
204
210
  "7.2.3": "78.0.3904.130",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.455",
3
+ "version": "1.3.459",
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.431.0",
33
+ "electron-releases": "^3.434.0",
34
34
  "nyc": "^13.3.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"