electron-to-chromium 1.3.529 → 1.3.533

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.
@@ -989,6 +989,8 @@ module.exports = {
989
989
  "11.0.0-nightly.20200731",
990
990
  "11.0.0-nightly.20200803",
991
991
  "11.0.0-nightly.20200804",
992
- "11.0.0-nightly.20200805"
992
+ "11.0.0-nightly.20200805",
993
+ "11.0.0-nightly.20200811",
994
+ "11.0.0-nightly.20200812"
993
995
  ]
994
996
  };
package/full-versions.js CHANGED
@@ -702,5 +702,7 @@ module.exports = {
702
702
  "11.0.0-nightly.20200731": "86.0.4209.0",
703
703
  "11.0.0-nightly.20200803": "86.0.4209.0",
704
704
  "11.0.0-nightly.20200804": "86.0.4209.0",
705
- "11.0.0-nightly.20200805": "86.0.4209.0"
705
+ "11.0.0-nightly.20200805": "86.0.4209.0",
706
+ "11.0.0-nightly.20200811": "86.0.4209.0",
707
+ "11.0.0-nightly.20200812": "86.0.4209.0"
706
708
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.529",
3
+ "version": "1.3.533",
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.482.0",
33
+ "electron-releases": "^3.484.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"