electron-to-chromium 1.3.646 → 1.3.647
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
|
@@ -851,7 +851,8 @@ module.exports = {
|
|
|
851
851
|
"9.3.4",
|
|
852
852
|
"9.3.5",
|
|
853
853
|
"9.4.0",
|
|
854
|
-
"9.4.1"
|
|
854
|
+
"9.4.1",
|
|
855
|
+
"9.4.2"
|
|
855
856
|
],
|
|
856
857
|
"84.0.4129.0": [
|
|
857
858
|
"10.0.0-beta.1",
|
|
@@ -996,7 +997,8 @@ module.exports = {
|
|
|
996
997
|
"10.1.6",
|
|
997
998
|
"10.1.7",
|
|
998
999
|
"10.2.0",
|
|
999
|
-
"10.3.0"
|
|
1000
|
+
"10.3.0",
|
|
1001
|
+
"10.3.1"
|
|
1000
1002
|
],
|
|
1001
1003
|
"86.0.4234.0": [
|
|
1002
1004
|
"11.0.0-beta.1",
|
package/full-versions.js
CHANGED
|
@@ -609,6 +609,7 @@ module.exports = {
|
|
|
609
609
|
"9.3.5": "83.0.4103.122",
|
|
610
610
|
"9.4.0": "83.0.4103.122",
|
|
611
611
|
"9.4.1": "83.0.4103.122",
|
|
612
|
+
"9.4.2": "83.0.4103.122",
|
|
612
613
|
"10.0.0-beta.1": "84.0.4129.0",
|
|
613
614
|
"10.0.0-beta.2": "84.0.4129.0",
|
|
614
615
|
"10.0.0-beta.3": "85.0.4161.2",
|
|
@@ -700,6 +701,7 @@ module.exports = {
|
|
|
700
701
|
"10.1.7": "85.0.4183.121",
|
|
701
702
|
"10.2.0": "85.0.4183.121",
|
|
702
703
|
"10.3.0": "85.0.4183.121",
|
|
704
|
+
"10.3.1": "85.0.4183.121",
|
|
703
705
|
"11.0.0-beta.1": "86.0.4234.0",
|
|
704
706
|
"11.0.0-beta.3": "86.0.4234.0",
|
|
705
707
|
"11.0.0-beta.4": "86.0.4234.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.647",
|
|
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.593.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|