electron-to-chromium 1.3.732 → 1.3.736

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.
@@ -1216,7 +1216,8 @@ module.exports = {
1216
1216
  "12.0.5",
1217
1217
  "12.0.6",
1218
1218
  "12.0.7",
1219
- "12.0.8"
1219
+ "12.0.8",
1220
+ "12.0.9"
1220
1221
  ],
1221
1222
  "90.0.4402.0": [
1222
1223
  "13.0.0-beta.2",
@@ -1285,7 +1286,8 @@ module.exports = {
1285
1286
  "91.0.4472.38": [
1286
1287
  "13.0.0-beta.24",
1287
1288
  "13.0.0-beta.26",
1288
- "13.0.0-beta.27"
1289
+ "13.0.0-beta.27",
1290
+ "13.0.0-beta.28"
1289
1291
  ],
1290
1292
  "89.0.4349.0": [
1291
1293
  "13.0.0-nightly.20201215",
@@ -1341,6 +1343,11 @@ module.exports = {
1341
1343
  "92.0.4505.0": [
1342
1344
  "14.0.0-nightly.20210514",
1343
1345
  "14.0.0-nightly.20210517",
1344
- "14.0.0-nightly.20210518"
1346
+ "14.0.0-nightly.20210518",
1347
+ "14.0.0-nightly.20210519"
1348
+ ],
1349
+ "92.0.4511.0": [
1350
+ "14.0.0-nightly.20210520",
1351
+ "14.0.0-nightly.20210523"
1345
1352
  ]
1346
1353
  };
package/full-versions.js CHANGED
@@ -848,6 +848,7 @@ module.exports = {
848
848
  "12.0.6": "89.0.4389.128",
849
849
  "12.0.7": "89.0.4389.128",
850
850
  "12.0.8": "89.0.4389.128",
851
+ "12.0.9": "89.0.4389.128",
851
852
  "13.0.0-beta.2": "90.0.4402.0",
852
853
  "13.0.0-beta.3": "90.0.4402.0",
853
854
  "13.0.0-beta.4": "90.0.4415.0",
@@ -870,6 +871,7 @@ module.exports = {
870
871
  "13.0.0-beta.24": "91.0.4472.38",
871
872
  "13.0.0-beta.26": "91.0.4472.38",
872
873
  "13.0.0-beta.27": "91.0.4472.38",
874
+ "13.0.0-beta.28": "91.0.4472.38",
873
875
  "13.0.0-nightly.20201119": "89.0.4328.0",
874
876
  "13.0.0-nightly.20201123": "89.0.4328.0",
875
877
  "13.0.0-nightly.20201124": "89.0.4328.0",
@@ -958,5 +960,8 @@ module.exports = {
958
960
  "14.0.0-nightly.20210513": "92.0.4499.0",
959
961
  "14.0.0-nightly.20210514": "92.0.4505.0",
960
962
  "14.0.0-nightly.20210517": "92.0.4505.0",
961
- "14.0.0-nightly.20210518": "92.0.4505.0"
963
+ "14.0.0-nightly.20210518": "92.0.4505.0",
964
+ "14.0.0-nightly.20210519": "92.0.4505.0",
965
+ "14.0.0-nightly.20210520": "92.0.4511.0",
966
+ "14.0.0-nightly.20210523": "92.0.4511.0"
962
967
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.732",
3
+ "version": "1.3.736",
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.683.0",
33
+ "electron-releases": "^3.687.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"