electron-to-chromium 1.3.649 → 1.3.650

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.
@@ -1136,7 +1136,8 @@ module.exports = {
1136
1136
  "89.0.4348.1": [
1137
1137
  "12.0.0-beta.16",
1138
1138
  "12.0.0-beta.18",
1139
- "12.0.0-beta.19"
1139
+ "12.0.0-beta.19",
1140
+ "12.0.0-beta.20"
1140
1141
  ],
1141
1142
  "87.0.4268.0": [
1142
1143
  "12.0.0-nightly.20201013",
@@ -1182,6 +1183,7 @@ module.exports = {
1182
1183
  "89.0.4389.0": [
1183
1184
  "13.0.0-nightly.20210127",
1184
1185
  "13.0.0-nightly.20210128",
1185
- "13.0.0-nightly.20210129"
1186
+ "13.0.0-nightly.20210129",
1187
+ "13.0.0-nightly.20210201"
1186
1188
  ]
1187
1189
  };
package/full-versions.js CHANGED
@@ -784,6 +784,7 @@ module.exports = {
784
784
  "12.0.0-beta.16": "89.0.4348.1",
785
785
  "12.0.0-beta.18": "89.0.4348.1",
786
786
  "12.0.0-beta.19": "89.0.4348.1",
787
+ "12.0.0-beta.20": "89.0.4348.1",
787
788
  "12.0.0-nightly.20200827": "86.0.4234.0",
788
789
  "12.0.0-nightly.20200831": "86.0.4234.0",
789
790
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -837,5 +838,6 @@ module.exports = {
837
838
  "13.0.0-nightly.20210125": "89.0.4386.0",
838
839
  "13.0.0-nightly.20210127": "89.0.4389.0",
839
840
  "13.0.0-nightly.20210128": "89.0.4389.0",
840
- "13.0.0-nightly.20210129": "89.0.4389.0"
841
+ "13.0.0-nightly.20210129": "89.0.4389.0",
842
+ "13.0.0-nightly.20210201": "89.0.4389.0"
841
843
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.649",
3
+ "version": "1.3.650",
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.596.0",
33
+ "electron-releases": "^3.597.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"