electron-to-chromium 1.3.809 → 1.3.810

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.
@@ -1352,7 +1352,8 @@ module.exports = {
1352
1352
  "91.0.4472.164": [
1353
1353
  "13.1.8",
1354
1354
  "13.1.9",
1355
- "13.2.0"
1355
+ "13.2.0",
1356
+ "13.2.1"
1356
1357
  ],
1357
1358
  "92.0.4511.0": [
1358
1359
  "14.0.0-beta.1",
package/full-versions.js CHANGED
@@ -948,6 +948,7 @@ module.exports = {
948
948
  "13.1.8": "91.0.4472.164",
949
949
  "13.1.9": "91.0.4472.164",
950
950
  "13.2.0": "91.0.4472.164",
951
+ "13.2.1": "91.0.4472.164",
951
952
  "14.0.0-beta.1": "92.0.4511.0",
952
953
  "14.0.0-beta.2": "92.0.4511.0",
953
954
  "14.0.0-beta.3": "92.0.4511.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.809",
3
+ "version": "1.3.810",
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.762.0",
33
+ "electron-releases": "^3.763.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"