electron-to-chromium 1.3.781 → 1.3.782

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.
@@ -1387,6 +1387,7 @@ module.exports = {
1387
1387
  "93.0.4566.0": [
1388
1388
  "14.0.0-beta.13",
1389
1389
  "14.0.0-beta.14",
1390
+ "14.0.0-beta.15",
1390
1391
  "15.0.0-nightly.20210706",
1391
1392
  "15.0.0-nightly.20210707",
1392
1393
  "15.0.0-nightly.20210708",
package/full-versions.js CHANGED
@@ -956,6 +956,7 @@ module.exports = {
956
956
  "14.0.0-beta.12": "93.0.4557.4",
957
957
  "14.0.0-beta.13": "93.0.4566.0",
958
958
  "14.0.0-beta.14": "93.0.4566.0",
959
+ "14.0.0-beta.15": "93.0.4566.0",
959
960
  "14.0.0-nightly.20210304": "90.0.4402.0",
960
961
  "14.0.0-nightly.20210305": "90.0.4415.0",
961
962
  "14.0.0-nightly.20210308": "90.0.4415.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.781",
3
+ "version": "1.3.782",
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.734.0",
33
+ "electron-releases": "^3.735.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"