electron-to-chromium 1.3.897 → 1.3.898

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.
@@ -1239,7 +1239,8 @@ module.exports = {
1239
1239
  "12.1.2",
1240
1240
  "12.2.0",
1241
1241
  "12.2.1",
1242
- "12.2.2"
1242
+ "12.2.2",
1243
+ "12.2.3"
1243
1244
  ],
1244
1245
  "90.0.4402.0": [
1245
1246
  "13.0.0-beta.2",
package/full-versions.js CHANGED
@@ -871,6 +871,7 @@ module.exports = {
871
871
  "12.2.0": "89.0.4389.128",
872
872
  "12.2.1": "89.0.4389.128",
873
873
  "12.2.2": "89.0.4389.128",
874
+ "12.2.3": "89.0.4389.128",
874
875
  "13.0.0-beta.2": "90.0.4402.0",
875
876
  "13.0.0-beta.3": "90.0.4402.0",
876
877
  "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.897",
3
+ "version": "1.3.898",
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.858.0",
33
+ "electron-releases": "^3.859.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"