electron-to-chromium 1.3.625 → 1.3.626
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 -1
- package/full-versions.js +3 -1
- package/package.json +2 -2
|
@@ -1103,6 +1103,7 @@ module.exports = {
|
|
|
1103
1103
|
"12.0.0-beta.7",
|
|
1104
1104
|
"12.0.0-beta.8",
|
|
1105
1105
|
"12.0.0-beta.9",
|
|
1106
|
+
"12.0.0-beta.10",
|
|
1106
1107
|
"13.0.0-nightly.20201119",
|
|
1107
1108
|
"13.0.0-nightly.20201123",
|
|
1108
1109
|
"13.0.0-nightly.20201124",
|
|
@@ -1117,7 +1118,8 @@ module.exports = {
|
|
|
1117
1118
|
"13.0.0-nightly.20201208",
|
|
1118
1119
|
"13.0.0-nightly.20201209",
|
|
1119
1120
|
"13.0.0-nightly.20201210",
|
|
1120
|
-
"13.0.0-nightly.20201211"
|
|
1121
|
+
"13.0.0-nightly.20201211",
|
|
1122
|
+
"13.0.0-nightly.20201214"
|
|
1121
1123
|
],
|
|
1122
1124
|
"87.0.4268.0": [
|
|
1123
1125
|
"12.0.0-nightly.20201013",
|
package/full-versions.js
CHANGED
|
@@ -770,6 +770,7 @@ module.exports = {
|
|
|
770
770
|
"12.0.0-beta.7": "89.0.4328.0",
|
|
771
771
|
"12.0.0-beta.8": "89.0.4328.0",
|
|
772
772
|
"12.0.0-beta.9": "89.0.4328.0",
|
|
773
|
+
"12.0.0-beta.10": "89.0.4328.0",
|
|
773
774
|
"12.0.0-nightly.20200827": "86.0.4234.0",
|
|
774
775
|
"12.0.0-nightly.20200831": "86.0.4234.0",
|
|
775
776
|
"12.0.0-nightly.20200902": "86.0.4234.0",
|
|
@@ -806,5 +807,6 @@ module.exports = {
|
|
|
806
807
|
"13.0.0-nightly.20201208": "89.0.4328.0",
|
|
807
808
|
"13.0.0-nightly.20201209": "89.0.4328.0",
|
|
808
809
|
"13.0.0-nightly.20201210": "89.0.4328.0",
|
|
809
|
-
"13.0.0-nightly.20201211": "89.0.4328.0"
|
|
810
|
+
"13.0.0-nightly.20201211": "89.0.4328.0",
|
|
811
|
+
"13.0.0-nightly.20201214": "89.0.4328.0"
|
|
810
812
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.626",
|
|
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.571.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|