electron-to-chromium 1.3.729 → 1.3.730
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
|
@@ -1120,7 +1120,8 @@ module.exports = {
|
|
|
1120
1120
|
"11.4.3",
|
|
1121
1121
|
"11.4.4",
|
|
1122
1122
|
"11.4.5",
|
|
1123
|
-
"11.4.6"
|
|
1123
|
+
"11.4.6",
|
|
1124
|
+
"11.4.7"
|
|
1124
1125
|
],
|
|
1125
1126
|
"89.0.4328.0": [
|
|
1126
1127
|
"12.0.0-beta.1",
|
|
@@ -1213,7 +1214,8 @@ module.exports = {
|
|
|
1213
1214
|
"89.0.4389.128": [
|
|
1214
1215
|
"12.0.5",
|
|
1215
1216
|
"12.0.6",
|
|
1216
|
-
"12.0.7"
|
|
1217
|
+
"12.0.7",
|
|
1218
|
+
"12.0.8"
|
|
1217
1219
|
],
|
|
1218
1220
|
"90.0.4402.0": [
|
|
1219
1221
|
"13.0.0-beta.2",
|
package/full-versions.js
CHANGED
|
@@ -788,6 +788,7 @@ module.exports = {
|
|
|
788
788
|
"11.4.4": "87.0.4280.141",
|
|
789
789
|
"11.4.5": "87.0.4280.141",
|
|
790
790
|
"11.4.6": "87.0.4280.141",
|
|
791
|
+
"11.4.7": "87.0.4280.141",
|
|
791
792
|
"12.0.0-beta.1": "89.0.4328.0",
|
|
792
793
|
"12.0.0-beta.3": "89.0.4328.0",
|
|
793
794
|
"12.0.0-beta.4": "89.0.4328.0",
|
|
@@ -845,6 +846,7 @@ module.exports = {
|
|
|
845
846
|
"12.0.5": "89.0.4389.128",
|
|
846
847
|
"12.0.6": "89.0.4389.128",
|
|
847
848
|
"12.0.7": "89.0.4389.128",
|
|
849
|
+
"12.0.8": "89.0.4389.128",
|
|
848
850
|
"13.0.0-beta.2": "90.0.4402.0",
|
|
849
851
|
"13.0.0-beta.3": "90.0.4402.0",
|
|
850
852
|
"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.730",
|
|
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.681.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|