electron-to-chromium 1.3.688 → 1.3.689

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.
@@ -1002,7 +1002,8 @@ module.exports = {
1002
1002
  "10.3.0",
1003
1003
  "10.3.1",
1004
1004
  "10.3.2",
1005
- "10.4.0"
1005
+ "10.4.0",
1006
+ "10.4.1"
1006
1007
  ],
1007
1008
  "86.0.4234.0": [
1008
1009
  "11.0.0-beta.1",
package/full-versions.js CHANGED
@@ -706,6 +706,7 @@ module.exports = {
706
706
  "10.3.1": "85.0.4183.121",
707
707
  "10.3.2": "85.0.4183.121",
708
708
  "10.4.0": "85.0.4183.121",
709
+ "10.4.1": "85.0.4183.121",
709
710
  "11.0.0-beta.1": "86.0.4234.0",
710
711
  "11.0.0-beta.3": "86.0.4234.0",
711
712
  "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.688",
3
+ "version": "1.3.689",
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.637.0",
33
+ "electron-releases": "^3.638.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"