electron-to-chromium 1.3.744 → 1.3.745

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.
@@ -1324,6 +1324,9 @@ module.exports = {
1324
1324
  "13.0.0",
1325
1325
  "13.0.1"
1326
1326
  ],
1327
+ "91.0.4472.77": [
1328
+ "13.1.0"
1329
+ ],
1327
1330
  "92.0.4511.0": [
1328
1331
  "14.0.0-beta.1",
1329
1332
  "14.0.0-beta.2",
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
+ "13.1.0": "91.0.4472.77",
929
930
  "14.0.0-beta.1": "92.0.4511.0",
930
931
  "14.0.0-beta.2": "92.0.4511.0",
931
932
  "14.0.0-nightly.20210304": "90.0.4402.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.744",
3
+ "version": "1.3.745",
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.696.0",
33
+ "electron-releases": "^3.697.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -63,5 +63,6 @@ module.exports = {
63
63
  "11.4": "87",
64
64
  "12.0": "89",
65
65
  "13.0": "91",
66
+ "13.1": "91",
66
67
  "14.0": "92"
67
68
  };