electron-to-chromium 1.3.541 → 1.3.545

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.
@@ -892,6 +892,9 @@ module.exports = {
892
892
  "85.0.4183.78": [
893
893
  "10.0.0-beta.24"
894
894
  ],
895
+ "85.0.4183.80": [
896
+ "10.0.0-beta.25"
897
+ ],
895
898
  "82.0.4050.0": [
896
899
  "10.0.0-nightly.20200209",
897
900
  "10.0.0-nightly.20200210",
@@ -999,5 +1002,8 @@ module.exports = {
999
1002
  "11.0.0-nightly.20200805",
1000
1003
  "11.0.0-nightly.20200811",
1001
1004
  "11.0.0-nightly.20200812"
1005
+ ],
1006
+ "86.0.4234.0": [
1007
+ "11.0.0-nightly.20200822"
1002
1008
  ]
1003
1009
  };
package/full-versions.js CHANGED
@@ -613,6 +613,7 @@ module.exports = {
613
613
  "10.0.0-beta.21": "85.0.4183.39",
614
614
  "10.0.0-beta.23": "85.0.4183.70",
615
615
  "10.0.0-beta.24": "85.0.4183.78",
616
+ "10.0.0-beta.25": "85.0.4183.80",
616
617
  "10.0.0-nightly.20200209": "82.0.4050.0",
617
618
  "10.0.0-nightly.20200210": "82.0.4050.0",
618
619
  "10.0.0-nightly.20200211": "82.0.4050.0",
@@ -707,5 +708,6 @@ module.exports = {
707
708
  "11.0.0-nightly.20200804": "86.0.4209.0",
708
709
  "11.0.0-nightly.20200805": "86.0.4209.0",
709
710
  "11.0.0-nightly.20200811": "86.0.4209.0",
710
- "11.0.0-nightly.20200812": "86.0.4209.0"
711
+ "11.0.0-nightly.20200812": "86.0.4209.0",
712
+ "11.0.0-nightly.20200822": "86.0.4234.0"
711
713
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.541",
3
+ "version": "1.3.545",
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.489.0",
33
+ "electron-releases": "^3.493.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"