electron-to-chromium 1.3.748 → 1.3.752

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.
@@ -1220,7 +1220,8 @@ module.exports = {
1220
1220
  "12.0.7",
1221
1221
  "12.0.8",
1222
1222
  "12.0.9",
1223
- "12.0.10"
1223
+ "12.0.10",
1224
+ "12.0.11"
1224
1225
  ],
1225
1226
  "90.0.4402.0": [
1226
1227
  "13.0.0-beta.2",
@@ -1327,7 +1328,9 @@ module.exports = {
1327
1328
  "13.0.1"
1328
1329
  ],
1329
1330
  "91.0.4472.77": [
1330
- "13.1.0"
1331
+ "13.1.0",
1332
+ "13.1.1",
1333
+ "13.1.2"
1331
1334
  ],
1332
1335
  "92.0.4511.0": [
1333
1336
  "14.0.0-beta.1",
@@ -1370,6 +1373,13 @@ module.exports = {
1370
1373
  "14.0.0-nightly.20210519"
1371
1374
  ],
1372
1375
  "93.0.4530.0": [
1373
- "15.0.0-nightly.20210603"
1376
+ "15.0.0-nightly.20210603",
1377
+ "15.0.0-nightly.20210604"
1378
+ ],
1379
+ "93.0.4535.0": [
1380
+ "15.0.0-nightly.20210608"
1381
+ ],
1382
+ "93.0.4536.0": [
1383
+ "15.0.0-nightly.20210609"
1374
1384
  ]
1375
1385
  };
package/full-versions.js CHANGED
@@ -852,6 +852,7 @@ module.exports = {
852
852
  "12.0.8": "89.0.4389.128",
853
853
  "12.0.9": "89.0.4389.128",
854
854
  "12.0.10": "89.0.4389.128",
855
+ "12.0.11": "89.0.4389.128",
855
856
  "13.0.0-beta.2": "90.0.4402.0",
856
857
  "13.0.0-beta.3": "90.0.4402.0",
857
858
  "13.0.0-beta.4": "90.0.4415.0",
@@ -929,6 +930,8 @@ module.exports = {
929
930
  "13.0.0": "91.0.4472.69",
930
931
  "13.0.1": "91.0.4472.69",
931
932
  "13.1.0": "91.0.4472.77",
933
+ "13.1.1": "91.0.4472.77",
934
+ "13.1.2": "91.0.4472.77",
932
935
  "14.0.0-beta.1": "92.0.4511.0",
933
936
  "14.0.0-beta.2": "92.0.4511.0",
934
937
  "14.0.0-beta.3": "92.0.4511.0",
@@ -979,5 +982,8 @@ module.exports = {
979
982
  "15.0.0-nightly.20210531": "92.0.4511.0",
980
983
  "15.0.0-nightly.20210601": "92.0.4511.0",
981
984
  "15.0.0-nightly.20210602": "92.0.4511.0",
982
- "15.0.0-nightly.20210603": "93.0.4530.0"
985
+ "15.0.0-nightly.20210603": "93.0.4530.0",
986
+ "15.0.0-nightly.20210604": "93.0.4530.0",
987
+ "15.0.0-nightly.20210608": "93.0.4535.0",
988
+ "15.0.0-nightly.20210609": "93.0.4536.0"
983
989
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.748",
3
+ "version": "1.3.752",
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.700.0",
33
+ "electron-releases": "^3.704.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"