electron-to-chromium 1.3.882 → 1.3.883

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.
@@ -1371,7 +1371,8 @@ module.exports = {
1371
1371
  "13.5.0",
1372
1372
  "13.5.1",
1373
1373
  "13.5.2",
1374
- "13.6.0"
1374
+ "13.6.0",
1375
+ "13.6.1"
1375
1376
  ],
1376
1377
  "92.0.4511.0": [
1377
1378
  "14.0.0-beta.1",
package/full-versions.js CHANGED
@@ -967,6 +967,7 @@ module.exports = {
967
967
  "13.5.1": "91.0.4472.164",
968
968
  "13.5.2": "91.0.4472.164",
969
969
  "13.6.0": "91.0.4472.164",
970
+ "13.6.1": "91.0.4472.164",
970
971
  "14.0.0-beta.1": "92.0.4511.0",
971
972
  "14.0.0-beta.2": "92.0.4511.0",
972
973
  "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.882",
3
+ "version": "1.3.883",
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.842.0",
33
+ "electron-releases": "^3.843.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"