electron-to-chromium 1.3.636 → 1.3.637

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.
@@ -1095,6 +1095,9 @@ module.exports = {
1095
1095
  "11.1.0",
1096
1096
  "11.1.1"
1097
1097
  ],
1098
+ "87.0.4280.141": [
1099
+ "11.2.0"
1100
+ ],
1098
1101
  "89.0.4328.0": [
1099
1102
  "12.0.0-beta.1",
1100
1103
  "12.0.0-beta.3",
package/full-versions.js CHANGED
@@ -763,6 +763,7 @@ module.exports = {
763
763
  "11.0.5": "87.0.4280.88",
764
764
  "11.1.0": "87.0.4280.88",
765
765
  "11.1.1": "87.0.4280.88",
766
+ "11.2.0": "87.0.4280.141",
766
767
  "12.0.0-beta.1": "89.0.4328.0",
767
768
  "12.0.0-beta.3": "89.0.4328.0",
768
769
  "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.636",
3
+ "version": "1.3.637",
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.582.0",
33
+ "electron-releases": "^3.583.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -56,5 +56,6 @@ module.exports = {
56
56
  "10.2": "85",
57
57
  "11.0": "87",
58
58
  "11.1": "87",
59
+ "11.2": "87",
59
60
  "12.0": "89"
60
61
  };