electron-to-chromium 1.3.874 → 1.3.875

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.
@@ -1483,7 +1483,8 @@ module.exports = {
1483
1483
  "93.0.4577.82": [
1484
1484
  "14.0.2",
1485
1485
  "14.1.0",
1486
- "14.1.1"
1486
+ "14.1.1",
1487
+ "14.2.0"
1487
1488
  ],
1488
1489
  "94.0.4584.0": [
1489
1490
  "15.0.0-alpha.3",
package/full-versions.js CHANGED
@@ -1037,6 +1037,7 @@ module.exports = {
1037
1037
  "14.0.2": "93.0.4577.82",
1038
1038
  "14.1.0": "93.0.4577.82",
1039
1039
  "14.1.1": "93.0.4577.82",
1040
+ "14.2.0": "93.0.4577.82",
1040
1041
  "15.0.0-alpha.1": "93.0.4566.0",
1041
1042
  "15.0.0-alpha.2": "93.0.4566.0",
1042
1043
  "15.0.0-alpha.3": "94.0.4584.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.874",
3
+ "version": "1.3.875",
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.834.0",
33
+ "electron-releases": "^3.835.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"
package/versions.js CHANGED
@@ -73,6 +73,7 @@ module.exports = {
73
73
  "13.5": "91",
74
74
  "14.0": "93",
75
75
  "14.1": "93",
76
+ "14.2": "93",
76
77
  "15.0": "94",
77
78
  "15.1": "94",
78
79
  "15.2": "94",