electron-to-chromium 1.3.751 → 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",
@@ -1328,7 +1329,8 @@ module.exports = {
1328
1329
  ],
1329
1330
  "91.0.4472.77": [
1330
1331
  "13.1.0",
1331
- "13.1.1"
1332
+ "13.1.1",
1333
+ "13.1.2"
1332
1334
  ],
1333
1335
  "92.0.4511.0": [
1334
1336
  "14.0.0-beta.1",
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",
@@ -930,6 +931,7 @@ module.exports = {
930
931
  "13.0.1": "91.0.4472.69",
931
932
  "13.1.0": "91.0.4472.77",
932
933
  "13.1.1": "91.0.4472.77",
934
+ "13.1.2": "91.0.4472.77",
933
935
  "14.0.0-beta.1": "92.0.4511.0",
934
936
  "14.0.0-beta.2": "92.0.4511.0",
935
937
  "14.0.0-beta.3": "92.0.4511.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.751",
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.703.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"