electron-to-chromium 1.3.605 → 1.3.606

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.
@@ -1083,7 +1083,8 @@ module.exports = {
1083
1083
  "11.0.1"
1084
1084
  ],
1085
1085
  "87.0.4280.67": [
1086
- "11.0.2"
1086
+ "11.0.2",
1087
+ "11.0.3"
1087
1088
  ],
1088
1089
  "89.0.4328.0": [
1089
1090
  "12.0.0-beta.1",
package/full-versions.js CHANGED
@@ -755,6 +755,7 @@ module.exports = {
755
755
  "11.0.0": "87.0.4280.60",
756
756
  "11.0.1": "87.0.4280.60",
757
757
  "11.0.2": "87.0.4280.67",
758
+ "11.0.3": "87.0.4280.67",
758
759
  "12.0.0-beta.1": "89.0.4328.0",
759
760
  "12.0.0-beta.3": "89.0.4328.0",
760
761
  "12.0.0-nightly.20200827": "86.0.4234.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.605",
3
+ "version": "1.3.606",
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.550.0",
33
+ "electron-releases": "^3.551.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"