electron-to-chromium 1.3.810 → 1.3.811
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 +4 -2
- package/full-versions.js +2 -0
- package/package.json +2 -2
|
@@ -1127,7 +1127,8 @@ module.exports = {
|
|
|
1127
1127
|
"11.4.8",
|
|
1128
1128
|
"11.4.9",
|
|
1129
1129
|
"11.4.10",
|
|
1130
|
-
"11.4.11"
|
|
1130
|
+
"11.4.11",
|
|
1131
|
+
"11.4.12"
|
|
1131
1132
|
],
|
|
1132
1133
|
"89.0.4328.0": [
|
|
1133
1134
|
"12.0.0-beta.1",
|
|
@@ -1229,7 +1230,8 @@ module.exports = {
|
|
|
1229
1230
|
"12.0.13",
|
|
1230
1231
|
"12.0.14",
|
|
1231
1232
|
"12.0.15",
|
|
1232
|
-
"12.0.16"
|
|
1233
|
+
"12.0.16",
|
|
1234
|
+
"12.0.17"
|
|
1233
1235
|
],
|
|
1234
1236
|
"90.0.4402.0": [
|
|
1235
1237
|
"13.0.0-beta.2",
|
package/full-versions.js
CHANGED
|
@@ -795,6 +795,7 @@ module.exports = {
|
|
|
795
795
|
"11.4.9": "87.0.4280.141",
|
|
796
796
|
"11.4.10": "87.0.4280.141",
|
|
797
797
|
"11.4.11": "87.0.4280.141",
|
|
798
|
+
"11.4.12": "87.0.4280.141",
|
|
798
799
|
"12.0.0-beta.1": "89.0.4328.0",
|
|
799
800
|
"12.0.0-beta.3": "89.0.4328.0",
|
|
800
801
|
"12.0.0-beta.4": "89.0.4328.0",
|
|
@@ -861,6 +862,7 @@ module.exports = {
|
|
|
861
862
|
"12.0.14": "89.0.4389.128",
|
|
862
863
|
"12.0.15": "89.0.4389.128",
|
|
863
864
|
"12.0.16": "89.0.4389.128",
|
|
865
|
+
"12.0.17": "89.0.4389.128",
|
|
864
866
|
"13.0.0-beta.2": "90.0.4402.0",
|
|
865
867
|
"13.0.0-beta.3": "90.0.4402.0",
|
|
866
868
|
"13.0.0-beta.4": "90.0.4415.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.811",
|
|
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.764.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|