electron-to-chromium 1.3.640 → 1.3.641

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.
@@ -995,7 +995,8 @@ module.exports = {
995
995
  "10.1.5",
996
996
  "10.1.6",
997
997
  "10.1.7",
998
- "10.2.0"
998
+ "10.2.0",
999
+ "10.3.0"
999
1000
  ],
1000
1001
  "86.0.4234.0": [
1001
1002
  "11.0.0-beta.1",
package/full-versions.js CHANGED
@@ -699,6 +699,7 @@ module.exports = {
699
699
  "10.1.6": "85.0.4183.121",
700
700
  "10.1.7": "85.0.4183.121",
701
701
  "10.2.0": "85.0.4183.121",
702
+ "10.3.0": "85.0.4183.121",
702
703
  "11.0.0-beta.1": "86.0.4234.0",
703
704
  "11.0.0-beta.3": "86.0.4234.0",
704
705
  "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.640",
3
+ "version": "1.3.641",
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.586.0",
33
+ "electron-releases": "^3.587.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -54,6 +54,7 @@ module.exports = {
54
54
  "10.0": "85",
55
55
  "10.1": "85",
56
56
  "10.2": "85",
57
+ "10.3": "85",
57
58
  "11.0": "87",
58
59
  "11.1": "87",
59
60
  "11.2": "87",