electron-to-chromium 1.3.702 → 1.3.706

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.
@@ -1236,7 +1236,8 @@ module.exports = {
1236
1236
  "14.0.0-nightly.20210324",
1237
1237
  "14.0.0-nightly.20210325",
1238
1238
  "14.0.0-nightly.20210326",
1239
- "14.0.0-nightly.20210329"
1239
+ "14.0.0-nightly.20210329",
1240
+ "14.0.0-nightly.20210330"
1240
1241
  ],
1241
1242
  "89.0.4349.0": [
1242
1243
  "13.0.0-nightly.20201215",
@@ -1267,5 +1268,10 @@ module.exports = {
1267
1268
  "13.0.0-nightly.20210205",
1268
1269
  "13.0.0-nightly.20210208",
1269
1270
  "13.0.0-nightly.20210209"
1271
+ ],
1272
+ "91.0.4448.0": [
1273
+ "14.0.0-nightly.20210331",
1274
+ "14.0.0-nightly.20210401",
1275
+ "14.0.0-nightly.20210402"
1270
1276
  ]
1271
1277
  };
package/full-versions.js CHANGED
@@ -905,5 +905,9 @@ module.exports = {
905
905
  "14.0.0-nightly.20210324": "90.0.4415.0",
906
906
  "14.0.0-nightly.20210325": "90.0.4415.0",
907
907
  "14.0.0-nightly.20210326": "90.0.4415.0",
908
- "14.0.0-nightly.20210329": "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",
911
+ "14.0.0-nightly.20210401": "91.0.4448.0",
912
+ "14.0.0-nightly.20210402": "91.0.4448.0"
909
913
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.702",
3
+ "version": "1.3.706",
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.652.0",
33
+ "electron-releases": "^3.656.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"