electron-to-chromium 1.3.735 → 1.3.739

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",
@@ -1319,6 +1320,10 @@ module.exports = {
1319
1320
  "13.0.0-nightly.20210208",
1320
1321
  "13.0.0-nightly.20210209"
1321
1322
  ],
1323
+ "91.0.4472.69": [
1324
+ "13.0.0",
1325
+ "13.0.1"
1326
+ ],
1322
1327
  "92.0.4475.0": [
1323
1328
  "14.0.0-nightly.20210426",
1324
1329
  "14.0.0-nightly.20210427"
@@ -1347,6 +1352,8 @@ module.exports = {
1347
1352
  "14.0.0-nightly.20210519"
1348
1353
  ],
1349
1354
  "92.0.4511.0": [
1350
- "14.0.0-nightly.20210520"
1355
+ "14.0.0-nightly.20210520",
1356
+ "14.0.0-nightly.20210523",
1357
+ "14.0.0-nightly.20210524"
1351
1358
  ]
1352
1359
  };
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",
@@ -923,6 +924,8 @@ module.exports = {
923
924
  "13.0.0-nightly.20210301": "90.0.4402.0",
924
925
  "13.0.0-nightly.20210302": "90.0.4402.0",
925
926
  "13.0.0-nightly.20210303": "90.0.4402.0",
927
+ "13.0.0": "91.0.4472.69",
928
+ "13.0.1": "91.0.4472.69",
926
929
  "14.0.0-nightly.20210304": "90.0.4402.0",
927
930
  "14.0.0-nightly.20210305": "90.0.4415.0",
928
931
  "14.0.0-nightly.20210308": "90.0.4415.0",
@@ -962,5 +965,7 @@ module.exports = {
962
965
  "14.0.0-nightly.20210517": "92.0.4505.0",
963
966
  "14.0.0-nightly.20210518": "92.0.4505.0",
964
967
  "14.0.0-nightly.20210519": "92.0.4505.0",
965
- "14.0.0-nightly.20210520": "92.0.4511.0"
968
+ "14.0.0-nightly.20210520": "92.0.4511.0",
969
+ "14.0.0-nightly.20210523": "92.0.4511.0",
970
+ "14.0.0-nightly.20210524": "92.0.4511.0"
966
971
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.735",
3
+ "version": "1.3.739",
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.686.0",
33
+ "electron-releases": "^3.690.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"