electron-to-chromium 1.3.844 → 1.3.845

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.
@@ -1235,7 +1235,8 @@ module.exports = {
1235
1235
  "12.0.17",
1236
1236
  "12.0.18",
1237
1237
  "12.1.0",
1238
- "12.1.1"
1238
+ "12.1.1",
1239
+ "12.1.2"
1239
1240
  ],
1240
1241
  "90.0.4402.0": [
1241
1242
  "13.0.0-beta.2",
package/full-versions.js CHANGED
@@ -867,6 +867,7 @@ module.exports = {
867
867
  "12.0.18": "89.0.4389.128",
868
868
  "12.1.0": "89.0.4389.128",
869
869
  "12.1.1": "89.0.4389.128",
870
+ "12.1.2": "89.0.4389.128",
870
871
  "13.0.0-beta.2": "90.0.4402.0",
871
872
  "13.0.0-beta.3": "90.0.4402.0",
872
873
  "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.844",
3
+ "version": "1.3.845",
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.799.0",
33
+ "electron-releases": "^3.800.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"