electron-to-chromium 1.3.745 → 1.3.746

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.
@@ -1218,7 +1218,8 @@ module.exports = {
1218
1218
  "12.0.6",
1219
1219
  "12.0.7",
1220
1220
  "12.0.8",
1221
- "12.0.9"
1221
+ "12.0.9",
1222
+ "12.0.10"
1222
1223
  ],
1223
1224
  "90.0.4402.0": [
1224
1225
  "13.0.0-beta.2",
package/full-versions.js CHANGED
@@ -850,6 +850,7 @@ module.exports = {
850
850
  "12.0.7": "89.0.4389.128",
851
851
  "12.0.8": "89.0.4389.128",
852
852
  "12.0.9": "89.0.4389.128",
853
+ "12.0.10": "89.0.4389.128",
853
854
  "13.0.0-beta.2": "90.0.4402.0",
854
855
  "13.0.0-beta.3": "90.0.4402.0",
855
856
  "13.0.0-beta.4": "90.0.4415.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.745",
3
+ "version": "1.3.746",
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.697.0",
33
+ "electron-releases": "^3.698.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"