electron-to-chromium 1.3.689 → 1.3.690

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.
@@ -1217,7 +1217,8 @@ module.exports = {
1217
1217
  "14.0.0-nightly.20210308",
1218
1218
  "14.0.0-nightly.20210309",
1219
1219
  "14.0.0-nightly.20210311",
1220
- "14.0.0-nightly.20210315"
1220
+ "14.0.0-nightly.20210315",
1221
+ "14.0.0-nightly.20210316"
1221
1222
  ],
1222
1223
  "89.0.4349.0": [
1223
1224
  "13.0.0-nightly.20201215",
package/full-versions.js CHANGED
@@ -888,5 +888,6 @@ module.exports = {
888
888
  "14.0.0-nightly.20210308": "90.0.4415.0",
889
889
  "14.0.0-nightly.20210309": "90.0.4415.0",
890
890
  "14.0.0-nightly.20210311": "90.0.4415.0",
891
- "14.0.0-nightly.20210315": "90.0.4415.0"
891
+ "14.0.0-nightly.20210315": "90.0.4415.0",
892
+ "14.0.0-nightly.20210316": "90.0.4415.0"
892
893
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.689",
3
+ "version": "1.3.690",
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.638.0",
33
+ "electron-releases": "^3.639.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"