electron-to-chromium 1.3.343 → 1.3.347

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,8 @@
1
1
  module.exports = {
2
+ "82.0.4050.0": [
3
+ "10.0.0-nightly.20200210",
4
+ "10.0.0-nightly.20200209"
5
+ ],
2
6
  "81.0.4030.0": [
3
7
  "9.0.0-nightly.20200121",
4
8
  "9.0.0-nightly.20200119"
@@ -42,6 +46,9 @@ module.exports = {
42
46
  "9.0.0-nightly.20191122",
43
47
  "9.0.0-nightly.20191121"
44
48
  ],
49
+ "80.0.3987.86": [
50
+ "8.0.0"
51
+ ],
45
52
  "80.0.3952.0": [
46
53
  "8.0.0-nightly.20191105",
47
54
  "8.0.0-nightly.20191101"
@@ -140,6 +147,7 @@ module.exports = {
140
147
  "8.0.0-beta.3"
141
148
  ],
142
149
  "78.0.3904.130": [
150
+ "7.1.11",
143
151
  "7.1.10",
144
152
  "7.1.9",
145
153
  "7.1.8",
package/full-versions.js CHANGED
@@ -1,4 +1,6 @@
1
1
  module.exports = {
2
+ "10.0.0-nightly.20200210": "82.0.4050.0",
3
+ "10.0.0-nightly.20200209": "82.0.4050.0",
2
4
  "9.0.0-nightly.20200121": "81.0.4030.0",
3
5
  "9.0.0-nightly.20200119": "81.0.4030.0",
4
6
  "9.0.0-nightly.20200117": "81.0.3994.0",
@@ -36,6 +38,7 @@ module.exports = {
36
38
  "9.0.0-nightly.20191123": "80.0.3954.0",
37
39
  "9.0.0-nightly.20191122": "80.0.3954.0",
38
40
  "9.0.0-nightly.20191121": "80.0.3954.0",
41
+ "8.0.0": "80.0.3987.86",
39
42
  "8.0.0-nightly.20191105": "80.0.3952.0",
40
43
  "8.0.0-nightly.20191101": "80.0.3952.0",
41
44
  "8.0.0-nightly.20191023": "79.0.3931.0",
@@ -99,6 +102,7 @@ module.exports = {
99
102
  "8.0.0-beta.3": "80.0.3955.0",
100
103
  "8.0.0-beta.2": "79.0.3931.0",
101
104
  "8.0.0-beta.1": "79.0.3931.0",
105
+ "7.1.11": "78.0.3904.130",
102
106
  "7.1.10": "78.0.3904.130",
103
107
  "7.1.9": "78.0.3904.130",
104
108
  "7.1.8": "78.0.3904.130",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.343",
3
+ "version": "1.3.347",
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.338.0",
33
+ "electron-releases": "^3.342.0",
34
34
  "nyc": "^13.3.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"