electron-to-chromium 1.3.822 → 1.3.823

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.
@@ -1432,7 +1432,8 @@ module.exports = {
1432
1432
  "14.0.0-beta.23"
1433
1433
  ],
1434
1434
  "93.0.4577.51": [
1435
- "14.0.0-beta.24"
1435
+ "14.0.0-beta.24",
1436
+ "14.0.0-beta.25"
1436
1437
  ],
1437
1438
  "92.0.4475.0": [
1438
1439
  "14.0.0-nightly.20210426",
@@ -1521,6 +1522,7 @@ module.exports = {
1521
1522
  "16.0.0-nightly.20210824",
1522
1523
  "16.0.0-nightly.20210825",
1523
1524
  "16.0.0-nightly.20210826",
1524
- "16.0.0-nightly.20210827"
1525
+ "16.0.0-nightly.20210827",
1526
+ "16.0.0-nightly.20210830"
1525
1527
  ]
1526
1528
  };
package/full-versions.js CHANGED
@@ -977,6 +977,7 @@ module.exports = {
977
977
  "14.0.0-beta.22": "93.0.4577.25",
978
978
  "14.0.0-beta.23": "93.0.4577.25",
979
979
  "14.0.0-beta.24": "93.0.4577.51",
980
+ "14.0.0-beta.25": "93.0.4577.51",
980
981
  "14.0.0-nightly.20210304": "90.0.4402.0",
981
982
  "14.0.0-nightly.20210305": "90.0.4415.0",
982
983
  "14.0.0-nightly.20210308": "90.0.4415.0",
@@ -1094,5 +1095,6 @@ module.exports = {
1094
1095
  "16.0.0-nightly.20210824": "95.0.4612.5",
1095
1096
  "16.0.0-nightly.20210825": "95.0.4612.5",
1096
1097
  "16.0.0-nightly.20210826": "95.0.4612.5",
1097
- "16.0.0-nightly.20210827": "95.0.4612.5"
1098
+ "16.0.0-nightly.20210827": "95.0.4612.5",
1099
+ "16.0.0-nightly.20210830": "95.0.4612.5"
1098
1100
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.822",
3
+ "version": "1.3.823",
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.775.0",
33
+ "electron-releases": "^3.776.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"