electron-to-chromium 1.3.741 → 1.3.742

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.
@@ -1329,7 +1329,8 @@ module.exports = {
1329
1329
  "14.0.0-nightly.20210520",
1330
1330
  "14.0.0-nightly.20210523",
1331
1331
  "14.0.0-nightly.20210524",
1332
- "15.0.0-nightly.20210527"
1332
+ "15.0.0-nightly.20210527",
1333
+ "15.0.0-nightly.20210528"
1333
1334
  ],
1334
1335
  "92.0.4475.0": [
1335
1336
  "14.0.0-nightly.20210426",
package/full-versions.js CHANGED
@@ -969,5 +969,6 @@ module.exports = {
969
969
  "14.0.0-nightly.20210520": "92.0.4511.0",
970
970
  "14.0.0-nightly.20210523": "92.0.4511.0",
971
971
  "14.0.0-nightly.20210524": "92.0.4511.0",
972
- "15.0.0-nightly.20210527": "92.0.4511.0"
972
+ "15.0.0-nightly.20210527": "92.0.4511.0",
973
+ "15.0.0-nightly.20210528": "92.0.4511.0"
973
974
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.741",
3
+ "version": "1.3.742",
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.693.0",
33
+ "electron-releases": "^3.694.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"