electron-to-chromium 1.3.719 → 1.3.720

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.
@@ -1255,6 +1255,7 @@ module.exports = {
1255
1255
  "91.0.4448.0": [
1256
1256
  "13.0.0-beta.14",
1257
1257
  "13.0.0-beta.16",
1258
+ "13.0.0-beta.17",
1258
1259
  "14.0.0-nightly.20210331",
1259
1260
  "14.0.0-nightly.20210401",
1260
1261
  "14.0.0-nightly.20210402",
package/full-versions.js CHANGED
@@ -851,6 +851,7 @@ module.exports = {
851
851
  "13.0.0-beta.13": "90.0.4415.0",
852
852
  "13.0.0-beta.14": "91.0.4448.0",
853
853
  "13.0.0-beta.16": "91.0.4448.0",
854
+ "13.0.0-beta.17": "91.0.4448.0",
854
855
  "13.0.0-nightly.20201119": "89.0.4328.0",
855
856
  "13.0.0-nightly.20201123": "89.0.4328.0",
856
857
  "13.0.0-nightly.20201124": "89.0.4328.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.719",
3
+ "version": "1.3.720",
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.670.0",
33
+ "electron-releases": "^3.671.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"