electron-to-chromium 1.3.344 → 1.3.348

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.
@@ -24,5 +24,6 @@ module.exports = {
24
24
  "76": "6.0",
25
25
  "78": "7.0",
26
26
  "79": "8.0",
27
- "80": "8.0"
27
+ "80": "8.0",
28
+ "82": "9.0"
28
29
  };
@@ -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,12 @@ module.exports = {
42
46
  "9.0.0-nightly.20191122",
43
47
  "9.0.0-nightly.20191121"
44
48
  ],
49
+ "82.0.4048.0": [
50
+ "9.0.0-beta.1"
51
+ ],
52
+ "80.0.3987.86": [
53
+ "8.0.0"
54
+ ],
45
55
  "80.0.3952.0": [
46
56
  "8.0.0-nightly.20191105",
47
57
  "8.0.0-nightly.20191101"
@@ -140,6 +150,7 @@ module.exports = {
140
150
  "8.0.0-beta.3"
141
151
  ],
142
152
  "78.0.3904.130": [
153
+ "7.1.12",
143
154
  "7.1.11",
144
155
  "7.1.10",
145
156
  "7.1.9",
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,8 @@ 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
+ "9.0.0-beta.1": "82.0.4048.0",
42
+ "8.0.0": "80.0.3987.86",
39
43
  "8.0.0-nightly.20191105": "80.0.3952.0",
40
44
  "8.0.0-nightly.20191101": "80.0.3952.0",
41
45
  "8.0.0-nightly.20191023": "79.0.3931.0",
@@ -99,6 +103,7 @@ module.exports = {
99
103
  "8.0.0-beta.3": "80.0.3955.0",
100
104
  "8.0.0-beta.2": "79.0.3931.0",
101
105
  "8.0.0-beta.1": "79.0.3931.0",
106
+ "7.1.12": "78.0.3904.130",
102
107
  "7.1.11": "78.0.3904.130",
103
108
  "7.1.10": "78.0.3904.130",
104
109
  "7.1.9": "78.0.3904.130",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.344",
3
+ "version": "1.3.348",
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.339.0",
33
+ "electron-releases": "^3.343.0",
34
34
  "nyc": "^13.3.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"
package/versions.js CHANGED
@@ -1,4 +1,5 @@
1
1
  module.exports = {
2
+ "9.0": "82",
2
3
  "8.0": "79",
3
4
  "7.1": "78",
4
5
  "7.0": "78",