electron-to-chromium 1.3.621 → 1.3.622
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
|
@@ -1095,6 +1095,7 @@ module.exports = {
|
|
|
1095
1095
|
"12.0.0-beta.5",
|
|
1096
1096
|
"12.0.0-beta.6",
|
|
1097
1097
|
"12.0.0-beta.7",
|
|
1098
|
+
"12.0.0-beta.8",
|
|
1098
1099
|
"13.0.0-nightly.20201119",
|
|
1099
1100
|
"13.0.0-nightly.20201123",
|
|
1100
1101
|
"13.0.0-nightly.20201124",
|
|
@@ -1107,7 +1108,8 @@ module.exports = {
|
|
|
1107
1108
|
"13.0.0-nightly.20201204",
|
|
1108
1109
|
"13.0.0-nightly.20201207",
|
|
1109
1110
|
"13.0.0-nightly.20201208",
|
|
1110
|
-
"13.0.0-nightly.20201209"
|
|
1111
|
+
"13.0.0-nightly.20201209",
|
|
1112
|
+
"13.0.0-nightly.20201210"
|
|
1111
1113
|
],
|
|
1112
1114
|
"87.0.4268.0": [
|
|
1113
1115
|
"12.0.0-nightly.20201013",
|
package/full-versions.js
CHANGED
|
@@ -764,6 +764,7 @@ module.exports = {
|
|
|
764
764
|
"12.0.0-beta.5": "89.0.4328.0",
|
|
765
765
|
"12.0.0-beta.6": "89.0.4328.0",
|
|
766
766
|
"12.0.0-beta.7": "89.0.4328.0",
|
|
767
|
+
"12.0.0-beta.8": "89.0.4328.0",
|
|
767
768
|
"12.0.0-nightly.20200827": "86.0.4234.0",
|
|
768
769
|
"12.0.0-nightly.20200831": "86.0.4234.0",
|
|
769
770
|
"12.0.0-nightly.20200902": "86.0.4234.0",
|
|
@@ -798,5 +799,6 @@ module.exports = {
|
|
|
798
799
|
"13.0.0-nightly.20201204": "89.0.4328.0",
|
|
799
800
|
"13.0.0-nightly.20201207": "89.0.4328.0",
|
|
800
801
|
"13.0.0-nightly.20201208": "89.0.4328.0",
|
|
801
|
-
"13.0.0-nightly.20201209": "89.0.4328.0"
|
|
802
|
+
"13.0.0-nightly.20201209": "89.0.4328.0",
|
|
803
|
+
"13.0.0-nightly.20201210": "89.0.4328.0"
|
|
802
804
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.622",
|
|
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.567.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|