electron-to-chromium 1.3.715 → 1.3.716

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.
@@ -1004,7 +1004,8 @@ module.exports = {
1004
1004
  "10.3.2",
1005
1005
  "10.4.0",
1006
1006
  "10.4.1",
1007
- "10.4.2"
1007
+ "10.4.2",
1008
+ "10.4.3"
1008
1009
  ],
1009
1010
  "86.0.4234.0": [
1010
1011
  "11.0.0-beta.1",
package/full-versions.js CHANGED
@@ -708,6 +708,7 @@ module.exports = {
708
708
  "10.4.0": "85.0.4183.121",
709
709
  "10.4.1": "85.0.4183.121",
710
710
  "10.4.2": "85.0.4183.121",
711
+ "10.4.3": "85.0.4183.121",
711
712
  "11.0.0-beta.1": "86.0.4234.0",
712
713
  "11.0.0-beta.3": "86.0.4234.0",
713
714
  "11.0.0-beta.4": "86.0.4234.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.715",
3
+ "version": "1.3.716",
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": "^3.8.2",
32
32
  "codecov": "^3.8.0",
33
- "electron-releases": "^3.666.0",
33
+ "electron-releases": "^3.667.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"