electron-to-chromium 1.3.707 → 1.3.708

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.
@@ -1224,6 +1224,7 @@ module.exports = {
1224
1224
  "13.0.0-beta.7",
1225
1225
  "13.0.0-beta.8",
1226
1226
  "13.0.0-beta.9",
1227
+ "13.0.0-beta.11",
1227
1228
  "14.0.0-nightly.20210305",
1228
1229
  "14.0.0-nightly.20210308",
1229
1230
  "14.0.0-nightly.20210309",
package/full-versions.js CHANGED
@@ -841,6 +841,7 @@ module.exports = {
841
841
  "13.0.0-beta.7": "90.0.4415.0",
842
842
  "13.0.0-beta.8": "90.0.4415.0",
843
843
  "13.0.0-beta.9": "90.0.4415.0",
844
+ "13.0.0-beta.11": "90.0.4415.0",
844
845
  "13.0.0-nightly.20201119": "89.0.4328.0",
845
846
  "13.0.0-nightly.20201123": "89.0.4328.0",
846
847
  "13.0.0-nightly.20201124": "89.0.4328.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.707",
3
+ "version": "1.3.708",
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.657.0",
33
+ "electron-releases": "^3.658.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"