electron-to-chromium 1.3.497 → 1.3.501

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.
@@ -865,6 +865,12 @@ module.exports = {
865
865
  "85.0.4183.19": [
866
866
  "10.0.0-beta.10"
867
867
  ],
868
+ "85.0.4183.20": [
869
+ "10.0.0-beta.11"
870
+ ],
871
+ "85.0.4183.26": [
872
+ "10.0.0-beta.12"
873
+ ],
868
874
  "82.0.4050.0": [
869
875
  "10.0.0-nightly.20200209",
870
876
  "10.0.0-nightly.20200210",
@@ -954,5 +960,9 @@ module.exports = {
954
960
  "11.0.0-nightly.20200707",
955
961
  "11.0.0-nightly.20200708",
956
962
  "11.0.0-nightly.20200709"
963
+ ],
964
+ "86.0.4203.0": [
965
+ "11.0.0-nightly.20200716",
966
+ "11.0.0-nightly.20200717"
957
967
  ]
958
968
  };
package/full-versions.js CHANGED
@@ -596,6 +596,8 @@ module.exports = {
596
596
  "10.0.0-beta.8": "85.0.4181.1",
597
597
  "10.0.0-beta.9": "85.0.4181.1",
598
598
  "10.0.0-beta.10": "85.0.4183.19",
599
+ "10.0.0-beta.11": "85.0.4183.20",
600
+ "10.0.0-beta.12": "85.0.4183.26",
599
601
  "10.0.0-nightly.20200209": "82.0.4050.0",
600
602
  "10.0.0-nightly.20200210": "82.0.4050.0",
601
603
  "10.0.0-nightly.20200211": "82.0.4050.0",
@@ -676,5 +678,7 @@ module.exports = {
676
678
  "11.0.0-nightly.20200706": "85.0.4179.0",
677
679
  "11.0.0-nightly.20200707": "85.0.4179.0",
678
680
  "11.0.0-nightly.20200708": "85.0.4179.0",
679
- "11.0.0-nightly.20200709": "85.0.4179.0"
681
+ "11.0.0-nightly.20200709": "85.0.4179.0",
682
+ "11.0.0-nightly.20200716": "86.0.4203.0",
683
+ "11.0.0-nightly.20200717": "86.0.4203.0"
680
684
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.497",
3
+ "version": "1.3.501",
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.459.0",
33
+ "electron-releases": "^3.461.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"