electron-to-chromium 1.3.551 → 1.3.555

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.
@@ -28,6 +28,6 @@ module.exports = {
28
28
  "82": "9.0",
29
29
  "83": "9.2",
30
30
  "84": "10.0",
31
- "85": "10.0",
31
+ "85": "10.1",
32
32
  "86": "11.0"
33
33
  };
@@ -964,12 +964,19 @@ module.exports = {
964
964
  "85.0.4183.84": [
965
965
  "10.0.0"
966
966
  ],
967
+ "85.0.4183.86": [
968
+ "10.0.1"
969
+ ],
970
+ "85.0.4183.87": [
971
+ "10.1.0"
972
+ ],
967
973
  "86.0.4234.0": [
968
974
  "11.0.0-beta.1",
969
975
  "11.0.0-nightly.20200822",
970
976
  "11.0.0-nightly.20200824",
971
977
  "11.0.0-nightly.20200825",
972
- "11.0.0-nightly.20200826"
978
+ "11.0.0-nightly.20200826",
979
+ "12.0.0-nightly.20200827"
973
980
  ],
974
981
  "85.0.4156.0": [
975
982
  "11.0.0-nightly.20200529"
package/full-versions.js CHANGED
@@ -676,6 +676,8 @@ module.exports = {
676
676
  "10.0.0-nightly.20200520": "84.0.4129.0",
677
677
  "10.0.0-nightly.20200521": "84.0.4129.0",
678
678
  "10.0.0": "85.0.4183.84",
679
+ "10.0.1": "85.0.4183.86",
680
+ "10.1.0": "85.0.4183.87",
679
681
  "11.0.0-beta.1": "86.0.4234.0",
680
682
  "11.0.0-nightly.20200525": "84.0.4129.0",
681
683
  "11.0.0-nightly.20200526": "84.0.4129.0",
@@ -715,5 +717,6 @@ module.exports = {
715
717
  "11.0.0-nightly.20200822": "86.0.4234.0",
716
718
  "11.0.0-nightly.20200824": "86.0.4234.0",
717
719
  "11.0.0-nightly.20200825": "86.0.4234.0",
718
- "11.0.0-nightly.20200826": "86.0.4234.0"
720
+ "11.0.0-nightly.20200826": "86.0.4234.0",
721
+ "12.0.0-nightly.20200827": "86.0.4234.0"
719
722
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.551",
3
+ "version": "1.3.555",
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.1.0",
33
- "electron-releases": "^3.496.0",
33
+ "electron-releases": "^3.499.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"
package/versions.js CHANGED
@@ -50,5 +50,6 @@ module.exports = {
50
50
  "9.1": "83",
51
51
  "9.2": "83",
52
52
  "10.0": "85",
53
+ "10.1": "85",
53
54
  "11.0": "86"
54
55
  };