electron-to-chromium 1.3.492 → 1.3.496

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,9 @@ 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
+ ],
865
868
  "82.0.4050.0": [
866
869
  "10.0.0-nightly.20200209",
867
870
  "10.0.0-nightly.20200210",
@@ -948,6 +951,8 @@ module.exports = {
948
951
  "11.0.0-nightly.20200702",
949
952
  "11.0.0-nightly.20200703",
950
953
  "11.0.0-nightly.20200706",
951
- "11.0.0-nightly.20200707"
954
+ "11.0.0-nightly.20200707",
955
+ "11.0.0-nightly.20200708",
956
+ "11.0.0-nightly.20200709"
952
957
  ]
953
958
  };
package/full-versions.js CHANGED
@@ -595,6 +595,7 @@ 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",
598
599
  "10.0.0-nightly.20200209": "82.0.4050.0",
599
600
  "10.0.0-nightly.20200210": "82.0.4050.0",
600
601
  "10.0.0-nightly.20200211": "82.0.4050.0",
@@ -673,5 +674,7 @@ module.exports = {
673
674
  "11.0.0-nightly.20200702": "85.0.4179.0",
674
675
  "11.0.0-nightly.20200703": "85.0.4179.0",
675
676
  "11.0.0-nightly.20200706": "85.0.4179.0",
676
- "11.0.0-nightly.20200707": "85.0.4179.0"
677
+ "11.0.0-nightly.20200707": "85.0.4179.0",
678
+ "11.0.0-nightly.20200708": "85.0.4179.0",
679
+ "11.0.0-nightly.20200709": "85.0.4179.0"
677
680
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.492",
3
+ "version": "1.3.496",
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.456.0",
33
+ "electron-releases": "^3.458.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"