electron-to-chromium 1.3.700 → 1.3.704

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.
@@ -1222,6 +1222,7 @@ module.exports = {
1222
1222
  "13.0.0-beta.6",
1223
1223
  "13.0.0-beta.7",
1224
1224
  "13.0.0-beta.8",
1225
+ "13.0.0-beta.9",
1225
1226
  "14.0.0-nightly.20210305",
1226
1227
  "14.0.0-nightly.20210308",
1227
1228
  "14.0.0-nightly.20210309",
@@ -1233,7 +1234,10 @@ module.exports = {
1233
1234
  "14.0.0-nightly.20210319",
1234
1235
  "14.0.0-nightly.20210323",
1235
1236
  "14.0.0-nightly.20210324",
1236
- "14.0.0-nightly.20210325"
1237
+ "14.0.0-nightly.20210325",
1238
+ "14.0.0-nightly.20210326",
1239
+ "14.0.0-nightly.20210329",
1240
+ "14.0.0-nightly.20210330"
1237
1241
  ],
1238
1242
  "89.0.4349.0": [
1239
1243
  "13.0.0-nightly.20201215",
@@ -1264,5 +1268,8 @@ module.exports = {
1264
1268
  "13.0.0-nightly.20210205",
1265
1269
  "13.0.0-nightly.20210208",
1266
1270
  "13.0.0-nightly.20210209"
1271
+ ],
1272
+ "91.0.4448.0": [
1273
+ "14.0.0-nightly.20210331"
1267
1274
  ]
1268
1275
  };
package/full-versions.js CHANGED
@@ -839,6 +839,7 @@ module.exports = {
839
839
  "13.0.0-beta.6": "90.0.4415.0",
840
840
  "13.0.0-beta.7": "90.0.4415.0",
841
841
  "13.0.0-beta.8": "90.0.4415.0",
842
+ "13.0.0-beta.9": "90.0.4415.0",
842
843
  "13.0.0-nightly.20201119": "89.0.4328.0",
843
844
  "13.0.0-nightly.20201123": "89.0.4328.0",
844
845
  "13.0.0-nightly.20201124": "89.0.4328.0",
@@ -902,5 +903,9 @@ module.exports = {
902
903
  "14.0.0-nightly.20210319": "90.0.4415.0",
903
904
  "14.0.0-nightly.20210323": "90.0.4415.0",
904
905
  "14.0.0-nightly.20210324": "90.0.4415.0",
905
- "14.0.0-nightly.20210325": "90.0.4415.0"
906
+ "14.0.0-nightly.20210325": "90.0.4415.0",
907
+ "14.0.0-nightly.20210326": "90.0.4415.0",
908
+ "14.0.0-nightly.20210329": "90.0.4415.0",
909
+ "14.0.0-nightly.20210330": "90.0.4415.0",
910
+ "14.0.0-nightly.20210331": "91.0.4448.0"
906
911
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.700",
3
+ "version": "1.3.704",
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.649.0",
33
+ "electron-releases": "^3.654.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"