electron-to-chromium 1.3.804 → 1.3.805

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.
@@ -1486,5 +1486,8 @@ module.exports = {
1486
1486
  "15.0.0-nightly.20210701",
1487
1487
  "15.0.0-nightly.20210702",
1488
1488
  "15.0.0-nightly.20210705"
1489
+ ],
1490
+ "94.0.4590.2": [
1491
+ "16.0.0-nightly.20210812"
1489
1492
  ]
1490
1493
  };
package/full-versions.js CHANGED
@@ -1068,5 +1068,6 @@ module.exports = {
1068
1068
  "16.0.0-nightly.20210806": "94.0.4584.0",
1069
1069
  "16.0.0-nightly.20210809": "94.0.4584.0",
1070
1070
  "16.0.0-nightly.20210810": "94.0.4584.0",
1071
- "16.0.0-nightly.20210811": "94.0.4584.0"
1071
+ "16.0.0-nightly.20210811": "94.0.4584.0",
1072
+ "16.0.0-nightly.20210812": "94.0.4590.2"
1072
1073
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.804",
3
+ "version": "1.3.805",
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.8.0",
33
- "electron-releases": "^3.757.0",
33
+ "electron-releases": "^3.758.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"