electron-to-chromium 1.3.815 → 1.3.816

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.
@@ -1355,7 +1355,8 @@ module.exports = {
1355
1355
  "13.1.8",
1356
1356
  "13.1.9",
1357
1357
  "13.2.0",
1358
- "13.2.1"
1358
+ "13.2.1",
1359
+ "13.2.2"
1359
1360
  ],
1360
1361
  "92.0.4511.0": [
1361
1362
  "14.0.0-beta.1",
package/full-versions.js CHANGED
@@ -951,6 +951,7 @@ module.exports = {
951
951
  "13.1.9": "91.0.4472.164",
952
952
  "13.2.0": "91.0.4472.164",
953
953
  "13.2.1": "91.0.4472.164",
954
+ "13.2.2": "91.0.4472.164",
954
955
  "14.0.0-beta.1": "92.0.4511.0",
955
956
  "14.0.0-beta.2": "92.0.4511.0",
956
957
  "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.815",
3
+ "version": "1.3.816",
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.768.0",
33
+ "electron-releases": "^3.769.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"