electron-to-chromium 1.3.649 → 1.3.653

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.
@@ -1101,7 +1101,8 @@ module.exports = {
1101
1101
  ],
1102
1102
  "87.0.4280.141": [
1103
1103
  "11.2.0",
1104
- "11.2.1"
1104
+ "11.2.1",
1105
+ "11.2.2"
1105
1106
  ],
1106
1107
  "89.0.4328.0": [
1107
1108
  "12.0.0-beta.1",
@@ -1136,7 +1137,11 @@ module.exports = {
1136
1137
  "89.0.4348.1": [
1137
1138
  "12.0.0-beta.16",
1138
1139
  "12.0.0-beta.18",
1139
- "12.0.0-beta.19"
1140
+ "12.0.0-beta.19",
1141
+ "12.0.0-beta.20"
1142
+ ],
1143
+ "89.0.4388.2": [
1144
+ "12.0.0-beta.21"
1140
1145
  ],
1141
1146
  "87.0.4268.0": [
1142
1147
  "12.0.0-nightly.20201013",
@@ -1182,6 +1187,9 @@ module.exports = {
1182
1187
  "89.0.4389.0": [
1183
1188
  "13.0.0-nightly.20210127",
1184
1189
  "13.0.0-nightly.20210128",
1185
- "13.0.0-nightly.20210129"
1190
+ "13.0.0-nightly.20210129",
1191
+ "13.0.0-nightly.20210201",
1192
+ "13.0.0-nightly.20210202",
1193
+ "13.0.0-nightly.20210203"
1186
1194
  ]
1187
1195
  };
package/full-versions.js CHANGED
@@ -769,6 +769,7 @@ module.exports = {
769
769
  "11.1.1": "87.0.4280.88",
770
770
  "11.2.0": "87.0.4280.141",
771
771
  "11.2.1": "87.0.4280.141",
772
+ "11.2.2": "87.0.4280.141",
772
773
  "12.0.0-beta.1": "89.0.4328.0",
773
774
  "12.0.0-beta.3": "89.0.4328.0",
774
775
  "12.0.0-beta.4": "89.0.4328.0",
@@ -784,6 +785,8 @@ module.exports = {
784
785
  "12.0.0-beta.16": "89.0.4348.1",
785
786
  "12.0.0-beta.18": "89.0.4348.1",
786
787
  "12.0.0-beta.19": "89.0.4348.1",
788
+ "12.0.0-beta.20": "89.0.4348.1",
789
+ "12.0.0-beta.21": "89.0.4388.2",
787
790
  "12.0.0-nightly.20200827": "86.0.4234.0",
788
791
  "12.0.0-nightly.20200831": "86.0.4234.0",
789
792
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -837,5 +840,8 @@ module.exports = {
837
840
  "13.0.0-nightly.20210125": "89.0.4386.0",
838
841
  "13.0.0-nightly.20210127": "89.0.4389.0",
839
842
  "13.0.0-nightly.20210128": "89.0.4389.0",
840
- "13.0.0-nightly.20210129": "89.0.4389.0"
843
+ "13.0.0-nightly.20210129": "89.0.4389.0",
844
+ "13.0.0-nightly.20210201": "89.0.4389.0",
845
+ "13.0.0-nightly.20210202": "89.0.4389.0",
846
+ "13.0.0-nightly.20210203": "89.0.4389.0"
841
847
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.649",
3
+ "version": "1.3.653",
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.596.0",
33
+ "electron-releases": "^3.600.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"