electron-to-chromium 1.3.494 → 1.3.498

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.
@@ -862,6 +862,12 @@ module.exports = {
862
862
  "10.0.0-beta.8",
863
863
  "10.0.0-beta.9"
864
864
  ],
865
+ "85.0.4183.19": [
866
+ "10.0.0-beta.10"
867
+ ],
868
+ "85.0.4183.20": [
869
+ "10.0.0-beta.11"
870
+ ],
865
871
  "82.0.4050.0": [
866
872
  "10.0.0-nightly.20200209",
867
873
  "10.0.0-nightly.20200210",
@@ -949,6 +955,7 @@ module.exports = {
949
955
  "11.0.0-nightly.20200703",
950
956
  "11.0.0-nightly.20200706",
951
957
  "11.0.0-nightly.20200707",
952
- "11.0.0-nightly.20200708"
958
+ "11.0.0-nightly.20200708",
959
+ "11.0.0-nightly.20200709"
953
960
  ]
954
961
  };
package/full-versions.js CHANGED
@@ -595,6 +595,8 @@ module.exports = {
595
595
  "10.0.0-beta.4": "85.0.4161.2",
596
596
  "10.0.0-beta.8": "85.0.4181.1",
597
597
  "10.0.0-beta.9": "85.0.4181.1",
598
+ "10.0.0-beta.10": "85.0.4183.19",
599
+ "10.0.0-beta.11": "85.0.4183.20",
598
600
  "10.0.0-nightly.20200209": "82.0.4050.0",
599
601
  "10.0.0-nightly.20200210": "82.0.4050.0",
600
602
  "10.0.0-nightly.20200211": "82.0.4050.0",
@@ -674,5 +676,6 @@ module.exports = {
674
676
  "11.0.0-nightly.20200703": "85.0.4179.0",
675
677
  "11.0.0-nightly.20200706": "85.0.4179.0",
676
678
  "11.0.0-nightly.20200707": "85.0.4179.0",
677
- "11.0.0-nightly.20200708": "85.0.4179.0"
679
+ "11.0.0-nightly.20200708": "85.0.4179.0",
680
+ "11.0.0-nightly.20200709": "85.0.4179.0"
678
681
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.494",
3
+ "version": "1.3.498",
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.457.0",
33
+ "electron-releases": "^3.459.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"