electron-to-chromium 1.3.487 → 1.3.488

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.
@@ -940,6 +940,7 @@ module.exports = {
940
940
  ],
941
941
  "85.0.4179.0": [
942
942
  "11.0.0-nightly.20200701",
943
- "11.0.0-nightly.20200702"
943
+ "11.0.0-nightly.20200702",
944
+ "11.0.0-nightly.20200703"
944
945
  ]
945
946
  };
package/full-versions.js CHANGED
@@ -667,5 +667,6 @@ module.exports = {
667
667
  "11.0.0-nightly.20200618": "85.0.4162.0",
668
668
  "11.0.0-nightly.20200619": "85.0.4162.0",
669
669
  "11.0.0-nightly.20200701": "85.0.4179.0",
670
- "11.0.0-nightly.20200702": "85.0.4179.0"
670
+ "11.0.0-nightly.20200702": "85.0.4179.0",
671
+ "11.0.0-nightly.20200703": "85.0.4179.0"
671
672
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.487",
3
+ "version": "1.3.488",
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.453.0",
33
+ "electron-releases": "^3.454.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.7.6"