electron-to-chromium 1.3.671 → 1.3.672

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.
@@ -1154,7 +1154,8 @@ module.exports = {
1154
1154
  "12.0.0-beta.26"
1155
1155
  ],
1156
1156
  "89.0.4389.23": [
1157
- "12.0.0-beta.27"
1157
+ "12.0.0-beta.27",
1158
+ "12.0.0-beta.28"
1158
1159
  ],
1159
1160
  "87.0.4268.0": [
1160
1161
  "12.0.0-nightly.20201013",
@@ -1215,6 +1216,7 @@ module.exports = {
1215
1216
  "13.0.0-nightly.20210216",
1216
1217
  "13.0.0-nightly.20210217",
1217
1218
  "13.0.0-nightly.20210218",
1218
- "13.0.0-nightly.20210219"
1219
+ "13.0.0-nightly.20210219",
1220
+ "13.0.0-nightly.20210222"
1219
1221
  ]
1220
1222
  };
package/full-versions.js CHANGED
@@ -798,6 +798,7 @@ module.exports = {
798
798
  "12.0.0-beta.25": "89.0.4388.2",
799
799
  "12.0.0-beta.26": "89.0.4388.2",
800
800
  "12.0.0-beta.27": "89.0.4389.23",
801
+ "12.0.0-beta.28": "89.0.4389.23",
801
802
  "12.0.0-nightly.20200827": "86.0.4234.0",
802
803
  "12.0.0-nightly.20200831": "86.0.4234.0",
803
804
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -864,5 +865,6 @@ module.exports = {
864
865
  "13.0.0-nightly.20210216": "90.0.4402.0",
865
866
  "13.0.0-nightly.20210217": "90.0.4402.0",
866
867
  "13.0.0-nightly.20210218": "90.0.4402.0",
867
- "13.0.0-nightly.20210219": "90.0.4402.0"
868
+ "13.0.0-nightly.20210219": "90.0.4402.0",
869
+ "13.0.0-nightly.20210222": "90.0.4402.0"
868
870
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.671",
3
+ "version": "1.3.672",
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.620.0",
33
+ "electron-releases": "^3.621.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"