electron-to-chromium 1.3.482 → 1.3.486

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.
@@ -719,7 +719,8 @@ module.exports = {
719
719
  "8.3.0",
720
720
  "8.3.1",
721
721
  "8.3.2",
722
- "8.3.3"
722
+ "8.3.3",
723
+ "8.3.4"
723
724
  ],
724
725
  "82.0.4048.0": [
725
726
  "9.0.0-beta.1",
@@ -933,5 +934,8 @@ module.exports = {
933
934
  "11.0.0-nightly.20200617",
934
935
  "11.0.0-nightly.20200618",
935
936
  "11.0.0-nightly.20200619"
937
+ ],
938
+ "85.0.4179.0": [
939
+ "11.0.0-nightly.20200701"
936
940
  ]
937
941
  };
package/full-versions.js CHANGED
@@ -521,6 +521,7 @@ module.exports = {
521
521
  "8.3.1": "80.0.3987.165",
522
522
  "8.3.2": "80.0.3987.165",
523
523
  "8.3.3": "80.0.3987.165",
524
+ "8.3.4": "80.0.3987.165",
524
525
  "9.0.0-beta.1": "82.0.4048.0",
525
526
  "9.0.0-beta.2": "82.0.4048.0",
526
527
  "9.0.0-beta.3": "82.0.4048.0",
@@ -663,5 +664,6 @@ module.exports = {
663
664
  "11.0.0-nightly.20200616": "85.0.4162.0",
664
665
  "11.0.0-nightly.20200617": "85.0.4162.0",
665
666
  "11.0.0-nightly.20200618": "85.0.4162.0",
666
- "11.0.0-nightly.20200619": "85.0.4162.0"
667
+ "11.0.0-nightly.20200619": "85.0.4162.0",
668
+ "11.0.0-nightly.20200701": "85.0.4179.0"
667
669
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.482",
3
+ "version": "1.3.486",
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.449.0",
33
+ "electron-releases": "^3.453.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"