electron-to-chromium 1.3.298 → 1.3.302

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
+ "80.0.3952.0": [
3
+ "8.0.0-nightly.20191101"
4
+ ],
2
5
  "79.0.3931.0": [
3
6
  "8.0.0-nightly.20191023",
4
7
  "8.0.0-nightly.20191021",
@@ -75,6 +78,9 @@ module.exports = {
75
78
  "7.0.0-beta.2",
76
79
  "7.0.0-beta.1"
77
80
  ],
81
+ "78.0.3904.92": [
82
+ "7.0.1"
83
+ ],
78
84
  "78.0.3905.1": [
79
85
  "7.0.0",
80
86
  "7.0.0-beta.7",
@@ -132,6 +138,7 @@ module.exports = {
132
138
  "7.0.0-beta.4"
133
139
  ],
134
140
  "76.0.3809.146": [
141
+ "6.1.3",
135
142
  "6.1.2",
136
143
  "6.1.1",
137
144
  "6.1.0",
@@ -214,6 +221,7 @@ module.exports = {
214
221
  "6.0.0-beta.1"
215
222
  ],
216
223
  "73.0.3683.121": [
224
+ "5.0.12",
217
225
  "5.0.11",
218
226
  "5.0.10",
219
227
  "5.0.9",
package/full-versions.js CHANGED
@@ -1,4 +1,5 @@
1
1
  module.exports = {
2
+ "8.0.0-nightly.20191101": "80.0.3952.0",
2
3
  "8.0.0-nightly.20191023": "79.0.3931.0",
3
4
  "8.0.0-nightly.20191021": "79.0.3931.0",
4
5
  "8.0.0-nightly.20191020": "79.0.3931.0",
@@ -53,6 +54,7 @@ module.exports = {
53
54
  "8.0.0-nightly.20190801": "78.0.3866.0",
54
55
  "8.0.0-beta.2": "79.0.3931.0",
55
56
  "8.0.0-beta.1": "79.0.3931.0",
57
+ "7.0.1": "78.0.3904.92",
56
58
  "7.0.0": "78.0.3905.1",
57
59
  "7.0.0-nightly.20190731": "78.0.3866.0",
58
60
  "7.0.0-nightly.20190730": "78.0.3866.0",
@@ -99,6 +101,7 @@ module.exports = {
99
101
  "7.0.0-beta.3": "78.0.3866.0",
100
102
  "7.0.0-beta.2": "78.0.3866.0",
101
103
  "7.0.0-beta.1": "78.0.3866.0",
104
+ "6.1.3": "76.0.3809.146",
102
105
  "6.1.2": "76.0.3809.146",
103
106
  "6.1.1": "76.0.3809.146",
104
107
  "6.1.0": "76.0.3809.146",
@@ -133,6 +136,7 @@ module.exports = {
133
136
  "6.0.0-beta.3": "76.0.3783.1",
134
137
  "6.0.0-beta.2": "76.0.3783.1",
135
138
  "6.0.0-beta.1": "76.0.3774.1",
139
+ "5.0.12": "73.0.3683.121",
136
140
  "5.0.11": "73.0.3683.121",
137
141
  "5.0.10": "73.0.3683.121",
138
142
  "5.0.9": "73.0.3683.121",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.298",
3
+ "version": "1.3.302",
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.273.0",
33
+ "electron-releases": "^3.277.0",
34
34
  "nyc": "^13.3.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"