electron-to-chromium 1.3.684 → 1.3.685
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.
- package/full-chromium-versions.js +3 -0
- package/full-versions.js +1 -0
- package/package.json +2 -2
package/full-versions.js
CHANGED
|
@@ -826,6 +826,7 @@ module.exports = {
|
|
|
826
826
|
"12.0.0-nightly.20201112": "88.0.4306.0",
|
|
827
827
|
"12.0.0-nightly.20201116": "88.0.4324.0",
|
|
828
828
|
"12.0.0": "89.0.4389.69",
|
|
829
|
+
"12.0.1": "89.0.4389.82",
|
|
829
830
|
"13.0.0-beta.2": "90.0.4402.0",
|
|
830
831
|
"13.0.0-beta.3": "90.0.4402.0",
|
|
831
832
|
"13.0.0-nightly.20201119": "89.0.4328.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.685",
|
|
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.
|
|
33
|
+
"electron-releases": "^3.634.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|