electron-to-chromium 1.3.787 → 1.3.788

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.
@@ -1391,6 +1391,7 @@ module.exports = {
1391
1391
  "14.0.0-beta.16",
1392
1392
  "14.0.0-beta.17",
1393
1393
  "15.0.0-alpha.1",
1394
+ "15.0.0-alpha.2",
1394
1395
  "15.0.0-nightly.20210706",
1395
1396
  "15.0.0-nightly.20210707",
1396
1397
  "15.0.0-nightly.20210708",
package/full-versions.js CHANGED
@@ -1002,6 +1002,7 @@ module.exports = {
1002
1002
  "14.0.0-nightly.20210523": "92.0.4511.0",
1003
1003
  "14.0.0-nightly.20210524": "92.0.4511.0",
1004
1004
  "15.0.0-alpha.1": "93.0.4566.0",
1005
+ "15.0.0-alpha.2": "93.0.4566.0",
1005
1006
  "15.0.0-nightly.20210527": "92.0.4511.0",
1006
1007
  "15.0.0-nightly.20210528": "92.0.4511.0",
1007
1008
  "15.0.0-nightly.20210531": "92.0.4511.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.787",
3
+ "version": "1.3.788",
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.740.0",
33
+ "electron-releases": "^3.741.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"