electron-to-chromium 1.3.598 → 1.3.599

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.
@@ -988,7 +988,8 @@ module.exports = {
988
988
  "85.0.4183.121": [
989
989
  "10.1.3",
990
990
  "10.1.4",
991
- "10.1.5"
991
+ "10.1.5",
992
+ "10.1.6"
992
993
  ],
993
994
  "86.0.4234.0": [
994
995
  "11.0.0-beta.1",
package/full-versions.js CHANGED
@@ -692,6 +692,7 @@ module.exports = {
692
692
  "10.1.3": "85.0.4183.121",
693
693
  "10.1.4": "85.0.4183.121",
694
694
  "10.1.5": "85.0.4183.121",
695
+ "10.1.6": "85.0.4183.121",
695
696
  "11.0.0-beta.1": "86.0.4234.0",
696
697
  "11.0.0-beta.3": "86.0.4234.0",
697
698
  "11.0.0-beta.4": "86.0.4234.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.598",
3
+ "version": "1.3.599",
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.543.0",
33
+ "electron-releases": "^3.544.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"