electron-to-chromium 1.3.336 → 1.3.340

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,10 @@
1
1
  module.exports = {
2
+ "81.0.4030.0": [
3
+ "9.0.0-nightly.20200121",
4
+ "9.0.0-nightly.20200119"
5
+ ],
2
6
  "81.0.3994.0": [
7
+ "9.0.0-nightly.20200117",
3
8
  "9.0.0-nightly.20200116",
4
9
  "9.0.0-nightly.20200115",
5
10
  "9.0.0-nightly.20200113",
@@ -131,6 +136,7 @@ module.exports = {
131
136
  "8.0.0-beta.3"
132
137
  ],
133
138
  "78.0.3904.130": [
139
+ "7.1.10",
134
140
  "7.1.9",
135
141
  "7.1.8",
136
142
  "7.1.7",
package/full-versions.js CHANGED
@@ -1,4 +1,7 @@
1
1
  module.exports = {
2
+ "9.0.0-nightly.20200121": "81.0.4030.0",
3
+ "9.0.0-nightly.20200119": "81.0.4030.0",
4
+ "9.0.0-nightly.20200117": "81.0.3994.0",
2
5
  "9.0.0-nightly.20200116": "81.0.3994.0",
3
6
  "9.0.0-nightly.20200115": "81.0.3994.0",
4
7
  "9.0.0-nightly.20200113": "81.0.3994.0",
@@ -94,6 +97,7 @@ module.exports = {
94
97
  "8.0.0-beta.3": "80.0.3955.0",
95
98
  "8.0.0-beta.2": "79.0.3931.0",
96
99
  "8.0.0-beta.1": "79.0.3931.0",
100
+ "7.1.10": "78.0.3904.130",
97
101
  "7.1.9": "78.0.3904.130",
98
102
  "7.1.8": "78.0.3904.130",
99
103
  "7.1.7": "78.0.3904.130",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.336",
3
+ "version": "1.3.340",
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.331.0",
33
+ "electron-releases": "^3.335.0",
34
34
  "nyc": "^13.3.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"