electron-to-chromium 1.3.739 → 1.3.740

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.
@@ -33,5 +33,6 @@ module.exports = {
33
33
  "87": "11.0",
34
34
  "89": "12.0",
35
35
  "90": "13.0",
36
- "91": "13.0"
36
+ "91": "13.0",
37
+ "92": "14.0"
37
38
  };
@@ -1324,6 +1324,12 @@ module.exports = {
1324
1324
  "13.0.0",
1325
1325
  "13.0.1"
1326
1326
  ],
1327
+ "92.0.4511.0": [
1328
+ "14.0.0-beta.1",
1329
+ "14.0.0-nightly.20210520",
1330
+ "14.0.0-nightly.20210523",
1331
+ "14.0.0-nightly.20210524"
1332
+ ],
1327
1333
  "92.0.4475.0": [
1328
1334
  "14.0.0-nightly.20210426",
1329
1335
  "14.0.0-nightly.20210427"
@@ -1350,10 +1356,5 @@ module.exports = {
1350
1356
  "14.0.0-nightly.20210517",
1351
1357
  "14.0.0-nightly.20210518",
1352
1358
  "14.0.0-nightly.20210519"
1353
- ],
1354
- "92.0.4511.0": [
1355
- "14.0.0-nightly.20210520",
1356
- "14.0.0-nightly.20210523",
1357
- "14.0.0-nightly.20210524"
1358
1359
  ]
1359
1360
  };
package/full-versions.js CHANGED
@@ -926,6 +926,7 @@ module.exports = {
926
926
  "13.0.0-nightly.20210303": "90.0.4402.0",
927
927
  "13.0.0": "91.0.4472.69",
928
928
  "13.0.1": "91.0.4472.69",
929
+ "14.0.0-beta.1": "92.0.4511.0",
929
930
  "14.0.0-nightly.20210304": "90.0.4402.0",
930
931
  "14.0.0-nightly.20210305": "90.0.4415.0",
931
932
  "14.0.0-nightly.20210308": "90.0.4415.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.739",
3
+ "version": "1.3.740",
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.690.0",
33
+ "electron-releases": "^3.692.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -62,5 +62,6 @@ module.exports = {
62
62
  "11.3": "87",
63
63
  "11.4": "87",
64
64
  "12.0": "89",
65
- "13.0": "91"
65
+ "13.0": "91",
66
+ "14.0": "92"
66
67
  };