electron-to-chromium 1.3.674 → 1.3.675

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.
@@ -1222,6 +1222,7 @@ module.exports = {
1222
1222
  "13.0.0-nightly.20210218",
1223
1223
  "13.0.0-nightly.20210219",
1224
1224
  "13.0.0-nightly.20210222",
1225
- "13.0.0-nightly.20210225"
1225
+ "13.0.0-nightly.20210225",
1226
+ "13.0.0-nightly.20210226"
1226
1227
  ]
1227
1228
  };
package/full-versions.js CHANGED
@@ -869,5 +869,6 @@ module.exports = {
869
869
  "13.0.0-nightly.20210218": "90.0.4402.0",
870
870
  "13.0.0-nightly.20210219": "90.0.4402.0",
871
871
  "13.0.0-nightly.20210222": "90.0.4402.0",
872
- "13.0.0-nightly.20210225": "90.0.4402.0"
872
+ "13.0.0-nightly.20210225": "90.0.4402.0",
873
+ "13.0.0-nightly.20210226": "90.0.4402.0"
873
874
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.674",
3
+ "version": "1.3.675",
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.623.0",
33
+ "electron-releases": "^3.624.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"