electron-to-chromium 1.3.428 → 1.3.432

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,5 +1,9 @@
1
1
  module.exports = {
2
2
  "84.0.4129.0": [
3
+ "10.0.0-nightly.20200508",
4
+ "10.0.0-nightly.20200507",
5
+ "10.0.0-nightly.20200506",
6
+ "10.0.0-nightly.20200505",
3
7
  "10.0.0-nightly.20200504",
4
8
  "10.0.0-nightly.20200501"
5
9
  ],
@@ -111,6 +115,9 @@ module.exports = {
111
115
  "9.0.0-nightly.20191122",
112
116
  "9.0.0-nightly.20191121"
113
117
  ],
118
+ "83.0.4103.44": [
119
+ "9.0.0-beta.23"
120
+ ],
114
121
  "83.0.4103.34": [
115
122
  "9.0.0-beta.22"
116
123
  ],
@@ -366,6 +373,7 @@ module.exports = {
366
373
  "7.0.0-beta.4"
367
374
  ],
368
375
  "76.0.3809.146": [
376
+ "6.1.11",
369
377
  "6.1.10",
370
378
  "6.1.9",
371
379
  "6.1.8",
package/full-versions.js CHANGED
@@ -1,4 +1,8 @@
1
1
  module.exports = {
2
+ "10.0.0-nightly.20200508": "84.0.4129.0",
3
+ "10.0.0-nightly.20200507": "84.0.4129.0",
4
+ "10.0.0-nightly.20200506": "84.0.4129.0",
5
+ "10.0.0-nightly.20200505": "84.0.4129.0",
2
6
  "10.0.0-nightly.20200504": "84.0.4129.0",
3
7
  "10.0.0-nightly.20200501": "84.0.4129.0",
4
8
  "10.0.0-nightly.20200430": "84.0.4125.0",
@@ -83,6 +87,7 @@ module.exports = {
83
87
  "9.0.0-nightly.20191123": "80.0.3954.0",
84
88
  "9.0.0-nightly.20191122": "80.0.3954.0",
85
89
  "9.0.0-nightly.20191121": "80.0.3954.0",
90
+ "9.0.0-beta.23": "83.0.4103.44",
86
91
  "9.0.0-beta.22": "83.0.4103.34",
87
92
  "9.0.0-beta.21": "83.0.4103.26",
88
93
  "9.0.0-beta.20": "83.0.4103.26",
@@ -245,6 +250,7 @@ module.exports = {
245
250
  "7.0.0-beta.3": "78.0.3866.0",
246
251
  "7.0.0-beta.2": "78.0.3866.0",
247
252
  "7.0.0-beta.1": "78.0.3866.0",
253
+ "6.1.11": "76.0.3809.146",
248
254
  "6.1.10": "76.0.3809.146",
249
255
  "6.1.9": "76.0.3809.146",
250
256
  "6.1.8": "76.0.3809.146",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.428",
3
+ "version": "1.3.432",
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.410.0",
33
+ "electron-releases": "^3.414.0",
34
34
  "nyc": "^13.3.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"