electron-to-chromium 1.3.382 → 1.3.383

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.
@@ -201,6 +201,7 @@ module.exports = {
201
201
  "8.0.0-beta.3"
202
202
  ],
203
203
  "78.0.3904.130": [
204
+ "7.2.1",
204
205
  "7.2.0",
205
206
  "7.1.14",
206
207
  "7.1.13",
package/full-versions.js CHANGED
@@ -136,6 +136,7 @@ module.exports = {
136
136
  "8.0.0-beta.3": "80.0.3955.0",
137
137
  "8.0.0-beta.2": "79.0.3931.0",
138
138
  "8.0.0-beta.1": "79.0.3931.0",
139
+ "7.2.1": "78.0.3904.130",
139
140
  "7.2.0": "78.0.3904.130",
140
141
  "7.1.14": "78.0.3904.130",
141
142
  "7.1.13": "78.0.3904.130",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.382",
3
+ "version": "1.3.383",
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.377.0",
33
+ "electron-releases": "^3.378.0",
34
34
  "nyc": "^13.3.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"