electron-to-chromium 1.3.705 → 1.3.709

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.
@@ -1112,7 +1112,8 @@ module.exports = {
1112
1112
  "11.2.3",
1113
1113
  "11.3.0",
1114
1114
  "11.4.0",
1115
- "11.4.1"
1115
+ "11.4.1",
1116
+ "11.4.2"
1116
1117
  ],
1117
1118
  "89.0.4328.0": [
1118
1119
  "12.0.0-beta.1",
@@ -1223,6 +1224,7 @@ module.exports = {
1223
1224
  "13.0.0-beta.7",
1224
1225
  "13.0.0-beta.8",
1225
1226
  "13.0.0-beta.9",
1227
+ "13.0.0-beta.11",
1226
1228
  "14.0.0-nightly.20210305",
1227
1229
  "14.0.0-nightly.20210308",
1228
1230
  "14.0.0-nightly.20210309",
@@ -1271,6 +1273,8 @@ module.exports = {
1271
1273
  ],
1272
1274
  "91.0.4448.0": [
1273
1275
  "14.0.0-nightly.20210331",
1274
- "14.0.0-nightly.20210401"
1276
+ "14.0.0-nightly.20210401",
1277
+ "14.0.0-nightly.20210402",
1278
+ "14.0.0-nightly.20210406"
1275
1279
  ]
1276
1280
  };
package/full-versions.js CHANGED
@@ -780,6 +780,7 @@ module.exports = {
780
780
  "11.3.0": "87.0.4280.141",
781
781
  "11.4.0": "87.0.4280.141",
782
782
  "11.4.1": "87.0.4280.141",
783
+ "11.4.2": "87.0.4280.141",
783
784
  "12.0.0-beta.1": "89.0.4328.0",
784
785
  "12.0.0-beta.3": "89.0.4328.0",
785
786
  "12.0.0-beta.4": "89.0.4328.0",
@@ -840,6 +841,7 @@ module.exports = {
840
841
  "13.0.0-beta.7": "90.0.4415.0",
841
842
  "13.0.0-beta.8": "90.0.4415.0",
842
843
  "13.0.0-beta.9": "90.0.4415.0",
844
+ "13.0.0-beta.11": "90.0.4415.0",
843
845
  "13.0.0-nightly.20201119": "89.0.4328.0",
844
846
  "13.0.0-nightly.20201123": "89.0.4328.0",
845
847
  "13.0.0-nightly.20201124": "89.0.4328.0",
@@ -908,5 +910,7 @@ module.exports = {
908
910
  "14.0.0-nightly.20210329": "90.0.4415.0",
909
911
  "14.0.0-nightly.20210330": "90.0.4415.0",
910
912
  "14.0.0-nightly.20210331": "91.0.4448.0",
911
- "14.0.0-nightly.20210401": "91.0.4448.0"
913
+ "14.0.0-nightly.20210401": "91.0.4448.0",
914
+ "14.0.0-nightly.20210402": "91.0.4448.0",
915
+ "14.0.0-nightly.20210406": "91.0.4448.0"
912
916
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.705",
3
+ "version": "1.3.709",
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.655.0",
33
+ "electron-releases": "^3.659.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"