electron-to-chromium 1.3.736 → 1.3.737

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.
@@ -1008,7 +1008,8 @@ module.exports = {
1008
1008
  "10.4.3",
1009
1009
  "10.4.4",
1010
1010
  "10.4.5",
1011
- "10.4.6"
1011
+ "10.4.6",
1012
+ "10.4.7"
1012
1013
  ],
1013
1014
  "86.0.4234.0": [
1014
1015
  "11.0.0-beta.1",
@@ -1348,6 +1349,7 @@ module.exports = {
1348
1349
  ],
1349
1350
  "92.0.4511.0": [
1350
1351
  "14.0.0-nightly.20210520",
1351
- "14.0.0-nightly.20210523"
1352
+ "14.0.0-nightly.20210523",
1353
+ "14.0.0-nightly.20210524"
1352
1354
  ]
1353
1355
  };
package/full-versions.js CHANGED
@@ -712,6 +712,7 @@ module.exports = {
712
712
  "10.4.4": "85.0.4183.121",
713
713
  "10.4.5": "85.0.4183.121",
714
714
  "10.4.6": "85.0.4183.121",
715
+ "10.4.7": "85.0.4183.121",
715
716
  "11.0.0-beta.1": "86.0.4234.0",
716
717
  "11.0.0-beta.3": "86.0.4234.0",
717
718
  "11.0.0-beta.4": "86.0.4234.0",
@@ -963,5 +964,6 @@ module.exports = {
963
964
  "14.0.0-nightly.20210518": "92.0.4505.0",
964
965
  "14.0.0-nightly.20210519": "92.0.4505.0",
965
966
  "14.0.0-nightly.20210520": "92.0.4511.0",
966
- "14.0.0-nightly.20210523": "92.0.4511.0"
967
+ "14.0.0-nightly.20210523": "92.0.4511.0",
968
+ "14.0.0-nightly.20210524": "92.0.4511.0"
967
969
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.736",
3
+ "version": "1.3.737",
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.687.0",
33
+ "electron-releases": "^3.688.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"