electron-to-chromium 1.3.726 → 1.3.727

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.
@@ -1006,7 +1006,8 @@ module.exports = {
1006
1006
  "10.4.1",
1007
1007
  "10.4.2",
1008
1008
  "10.4.3",
1009
- "10.4.4"
1009
+ "10.4.4",
1010
+ "10.4.5"
1010
1011
  ],
1011
1012
  "86.0.4234.0": [
1012
1013
  "11.0.0-beta.1",
@@ -1117,7 +1118,8 @@ module.exports = {
1117
1118
  "11.4.1",
1118
1119
  "11.4.2",
1119
1120
  "11.4.3",
1120
- "11.4.4"
1121
+ "11.4.4",
1122
+ "11.4.5"
1121
1123
  ],
1122
1124
  "89.0.4328.0": [
1123
1125
  "12.0.0-beta.1",
package/full-versions.js CHANGED
@@ -710,6 +710,7 @@ module.exports = {
710
710
  "10.4.2": "85.0.4183.121",
711
711
  "10.4.3": "85.0.4183.121",
712
712
  "10.4.4": "85.0.4183.121",
713
+ "10.4.5": "85.0.4183.121",
713
714
  "11.0.0-beta.1": "86.0.4234.0",
714
715
  "11.0.0-beta.3": "86.0.4234.0",
715
716
  "11.0.0-beta.4": "86.0.4234.0",
@@ -785,6 +786,7 @@ module.exports = {
785
786
  "11.4.2": "87.0.4280.141",
786
787
  "11.4.3": "87.0.4280.141",
787
788
  "11.4.4": "87.0.4280.141",
789
+ "11.4.5": "87.0.4280.141",
788
790
  "12.0.0-beta.1": "89.0.4328.0",
789
791
  "12.0.0-beta.3": "89.0.4328.0",
790
792
  "12.0.0-beta.4": "89.0.4328.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.726",
3
+ "version": "1.3.727",
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.677.0",
33
+ "electron-releases": "^3.678.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"