electron-to-chromium 1.3.405 → 1.3.409

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
+ "84.0.4114.0": [
3
+ "10.0.0-nightly.20200414"
4
+ ],
2
5
  "83.0.4095.0": [
3
6
  "10.0.0-nightly.20200413",
4
7
  "10.0.0-nightly.20200410",
@@ -234,6 +237,7 @@ module.exports = {
234
237
  "8.0.0-beta.3"
235
238
  ],
236
239
  "78.0.3904.130": [
240
+ "7.2.2",
237
241
  "7.2.1",
238
242
  "7.2.0",
239
243
  "7.1.14",
@@ -320,6 +324,7 @@ module.exports = {
320
324
  "7.0.0-beta.4"
321
325
  ],
322
326
  "76.0.3809.146": [
327
+ "6.1.10",
323
328
  "6.1.9",
324
329
  "6.1.8",
325
330
  "6.1.7",
package/full-versions.js CHANGED
@@ -1,4 +1,5 @@
1
1
  module.exports = {
2
+ "10.0.0-nightly.20200414": "84.0.4114.0",
2
3
  "10.0.0-nightly.20200413": "83.0.4095.0",
3
4
  "10.0.0-nightly.20200410": "83.0.4095.0",
4
5
  "10.0.0-nightly.20200408": "83.0.4095.0",
@@ -157,6 +158,7 @@ module.exports = {
157
158
  "8.0.0-beta.3": "80.0.3955.0",
158
159
  "8.0.0-beta.2": "79.0.3931.0",
159
160
  "8.0.0-beta.1": "79.0.3931.0",
161
+ "7.2.2": "78.0.3904.130",
160
162
  "7.2.1": "78.0.3904.130",
161
163
  "7.2.0": "78.0.3904.130",
162
164
  "7.1.14": "78.0.3904.130",
@@ -221,6 +223,7 @@ module.exports = {
221
223
  "7.0.0-beta.3": "78.0.3866.0",
222
224
  "7.0.0-beta.2": "78.0.3866.0",
223
225
  "7.0.0-beta.1": "78.0.3866.0",
226
+ "6.1.10": "76.0.3809.146",
224
227
  "6.1.9": "76.0.3809.146",
225
228
  "6.1.8": "76.0.3809.146",
226
229
  "6.1.7": "76.0.3809.146",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.405",
3
+ "version": "1.3.409",
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.392.0",
33
+ "electron-releases": "^3.395.0",
34
34
  "nyc": "^13.3.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"