electron-to-chromium 1.3.747 → 1.3.748

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.
@@ -1339,6 +1339,7 @@ module.exports = {
1339
1339
  "15.0.0-nightly.20210527",
1340
1340
  "15.0.0-nightly.20210528",
1341
1341
  "15.0.0-nightly.20210531",
1342
+ "15.0.0-nightly.20210601",
1342
1343
  "15.0.0-nightly.20210602"
1343
1344
  ],
1344
1345
  "92.0.4475.0": [
@@ -1367,5 +1368,8 @@ module.exports = {
1367
1368
  "14.0.0-nightly.20210517",
1368
1369
  "14.0.0-nightly.20210518",
1369
1370
  "14.0.0-nightly.20210519"
1371
+ ],
1372
+ "93.0.4530.0": [
1373
+ "15.0.0-nightly.20210603"
1370
1374
  ]
1371
1375
  };
package/full-versions.js CHANGED
@@ -977,5 +977,7 @@ module.exports = {
977
977
  "15.0.0-nightly.20210527": "92.0.4511.0",
978
978
  "15.0.0-nightly.20210528": "92.0.4511.0",
979
979
  "15.0.0-nightly.20210531": "92.0.4511.0",
980
- "15.0.0-nightly.20210602": "92.0.4511.0"
980
+ "15.0.0-nightly.20210601": "92.0.4511.0",
981
+ "15.0.0-nightly.20210602": "92.0.4511.0",
982
+ "15.0.0-nightly.20210603": "93.0.4530.0"
981
983
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.747",
3
+ "version": "1.3.748",
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.699.0",
33
+ "electron-releases": "^3.700.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"