electron-to-chromium 1.3.718 → 1.3.722

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.
@@ -1205,6 +1205,9 @@ module.exports = {
1205
1205
  "12.0.3",
1206
1206
  "12.0.4"
1207
1207
  ],
1208
+ "89.0.4389.128": [
1209
+ "12.0.5"
1210
+ ],
1208
1211
  "90.0.4402.0": [
1209
1212
  "13.0.0-beta.2",
1210
1213
  "13.0.0-beta.3",
@@ -1252,6 +1255,8 @@ module.exports = {
1252
1255
  "91.0.4448.0": [
1253
1256
  "13.0.0-beta.14",
1254
1257
  "13.0.0-beta.16",
1258
+ "13.0.0-beta.17",
1259
+ "13.0.0-beta.18",
1255
1260
  "14.0.0-nightly.20210331",
1256
1261
  "14.0.0-nightly.20210401",
1257
1262
  "14.0.0-nightly.20210402",
@@ -1290,5 +1295,8 @@ module.exports = {
1290
1295
  "13.0.0-nightly.20210205",
1291
1296
  "13.0.0-nightly.20210208",
1292
1297
  "13.0.0-nightly.20210209"
1298
+ ],
1299
+ "92.0.4475.0": [
1300
+ "14.0.0-nightly.20210426"
1293
1301
  ]
1294
1302
  };
package/full-versions.js CHANGED
@@ -837,6 +837,7 @@ module.exports = {
837
837
  "12.0.2": "89.0.4389.90",
838
838
  "12.0.3": "89.0.4389.114",
839
839
  "12.0.4": "89.0.4389.114",
840
+ "12.0.5": "89.0.4389.128",
840
841
  "13.0.0-beta.2": "90.0.4402.0",
841
842
  "13.0.0-beta.3": "90.0.4402.0",
842
843
  "13.0.0-beta.4": "90.0.4415.0",
@@ -850,6 +851,8 @@ module.exports = {
850
851
  "13.0.0-beta.13": "90.0.4415.0",
851
852
  "13.0.0-beta.14": "91.0.4448.0",
852
853
  "13.0.0-beta.16": "91.0.4448.0",
854
+ "13.0.0-beta.17": "91.0.4448.0",
855
+ "13.0.0-beta.18": "91.0.4448.0",
853
856
  "13.0.0-nightly.20201119": "89.0.4328.0",
854
857
  "13.0.0-nightly.20201123": "89.0.4328.0",
855
858
  "13.0.0-nightly.20201124": "89.0.4328.0",
@@ -924,5 +927,6 @@ module.exports = {
924
927
  "14.0.0-nightly.20210407": "91.0.4448.0",
925
928
  "14.0.0-nightly.20210408": "91.0.4448.0",
926
929
  "14.0.0-nightly.20210409": "91.0.4448.0",
927
- "14.0.0-nightly.20210413": "91.0.4448.0"
930
+ "14.0.0-nightly.20210413": "91.0.4448.0",
931
+ "14.0.0-nightly.20210426": "92.0.4475.0"
928
932
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.718",
3
+ "version": "1.3.722",
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.669.0",
33
+ "electron-releases": "^3.673.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"