electron-to-chromium 1.3.819 → 1.3.820

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.
@@ -1490,6 +1490,9 @@ module.exports = {
1490
1490
  "16.0.0-nightly.20210820",
1491
1491
  "16.0.0-nightly.20210823"
1492
1492
  ],
1493
+ "94.0.4606.12": [
1494
+ "15.0.0-alpha.10"
1495
+ ],
1493
1496
  "93.0.4530.0": [
1494
1497
  "15.0.0-nightly.20210603",
1495
1498
  "15.0.0-nightly.20210604"
package/full-versions.js CHANGED
@@ -1026,6 +1026,7 @@ module.exports = {
1026
1026
  "15.0.0-alpha.7": "94.0.4590.2",
1027
1027
  "15.0.0-alpha.8": "94.0.4590.2",
1028
1028
  "15.0.0-alpha.9": "94.0.4590.2",
1029
+ "15.0.0-alpha.10": "94.0.4606.12",
1029
1030
  "15.0.0-nightly.20210527": "92.0.4511.0",
1030
1031
  "15.0.0-nightly.20210528": "92.0.4511.0",
1031
1032
  "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.819",
3
+ "version": "1.3.820",
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.772.0",
33
+ "electron-releases": "^3.773.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"