electron-to-chromium 1.3.474 → 1.3.478

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.
@@ -922,6 +922,8 @@ module.exports = {
922
922
  "11.0.0-nightly.20200609",
923
923
  "11.0.0-nightly.20200610",
924
924
  "11.0.0-nightly.20200611",
925
- "11.0.0-nightly.20200615"
925
+ "11.0.0-nightly.20200615",
926
+ "11.0.0-nightly.20200616",
927
+ "11.0.0-nightly.20200617"
926
928
  ]
927
929
  };
package/full-versions.js CHANGED
@@ -655,5 +655,7 @@ module.exports = {
655
655
  "11.0.0-nightly.20200609": "85.0.4162.0",
656
656
  "11.0.0-nightly.20200610": "85.0.4162.0",
657
657
  "11.0.0-nightly.20200611": "85.0.4162.0",
658
- "11.0.0-nightly.20200615": "85.0.4162.0"
658
+ "11.0.0-nightly.20200615": "85.0.4162.0",
659
+ "11.0.0-nightly.20200616": "85.0.4162.0",
660
+ "11.0.0-nightly.20200617": "85.0.4162.0"
659
661
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.474",
3
+ "version": "1.3.478",
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.1.0",
33
- "electron-releases": "^3.442.0",
33
+ "electron-releases": "^3.445.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"