electron-to-chromium 1.3.647 → 1.3.648

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.
@@ -1135,7 +1135,8 @@ module.exports = {
1135
1135
  ],
1136
1136
  "89.0.4348.1": [
1137
1137
  "12.0.0-beta.16",
1138
- "12.0.0-beta.18"
1138
+ "12.0.0-beta.18",
1139
+ "12.0.0-beta.19"
1139
1140
  ],
1140
1141
  "87.0.4268.0": [
1141
1142
  "12.0.0-nightly.20201013",
@@ -1179,6 +1180,7 @@ module.exports = {
1179
1180
  "13.0.0-nightly.20210125"
1180
1181
  ],
1181
1182
  "89.0.4389.0": [
1182
- "13.0.0-nightly.20210127"
1183
+ "13.0.0-nightly.20210127",
1184
+ "13.0.0-nightly.20210128"
1183
1185
  ]
1184
1186
  };
package/full-versions.js CHANGED
@@ -783,6 +783,7 @@ module.exports = {
783
783
  "12.0.0-beta.14": "89.0.4328.0",
784
784
  "12.0.0-beta.16": "89.0.4348.1",
785
785
  "12.0.0-beta.18": "89.0.4348.1",
786
+ "12.0.0-beta.19": "89.0.4348.1",
786
787
  "12.0.0-nightly.20200827": "86.0.4234.0",
787
788
  "12.0.0-nightly.20200831": "86.0.4234.0",
788
789
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -834,5 +835,6 @@ module.exports = {
834
835
  "13.0.0-nightly.20210118": "89.0.4386.0",
835
836
  "13.0.0-nightly.20210122": "89.0.4386.0",
836
837
  "13.0.0-nightly.20210125": "89.0.4386.0",
837
- "13.0.0-nightly.20210127": "89.0.4389.0"
838
+ "13.0.0-nightly.20210127": "89.0.4389.0",
839
+ "13.0.0-nightly.20210128": "89.0.4389.0"
838
840
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.647",
3
+ "version": "1.3.648",
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.593.0",
33
+ "electron-releases": "^3.594.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"