electron-to-chromium 1.3.875 → 1.3.876

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.
@@ -1370,7 +1370,8 @@ module.exports = {
1370
1370
  "13.4.0",
1371
1371
  "13.5.0",
1372
1372
  "13.5.1",
1373
- "13.5.2"
1373
+ "13.5.2",
1374
+ "13.6.0"
1374
1375
  ],
1375
1376
  "92.0.4511.0": [
1376
1377
  "14.0.0-beta.1",
package/full-versions.js CHANGED
@@ -966,6 +966,7 @@ module.exports = {
966
966
  "13.5.0": "91.0.4472.164",
967
967
  "13.5.1": "91.0.4472.164",
968
968
  "13.5.2": "91.0.4472.164",
969
+ "13.6.0": "91.0.4472.164",
969
970
  "14.0.0-beta.1": "92.0.4511.0",
970
971
  "14.0.0-beta.2": "92.0.4511.0",
971
972
  "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.875",
3
+ "version": "1.3.876",
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.835.0",
33
+ "electron-releases": "^3.836.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -71,6 +71,7 @@ module.exports = {
71
71
  "13.3": "91",
72
72
  "13.4": "91",
73
73
  "13.5": "91",
74
+ "13.6": "91",
74
75
  "14.0": "93",
75
76
  "14.1": "93",
76
77
  "14.2": "93",