electron-to-chromium 1.3.632 → 1.3.633

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.
@@ -1151,5 +1151,8 @@ module.exports = {
1151
1151
  "13.0.0-nightly.20201216",
1152
1152
  "13.0.0-nightly.20201221",
1153
1153
  "13.0.0-nightly.20201222"
1154
+ ],
1155
+ "89.0.4359.0": [
1156
+ "13.0.0-nightly.20201223"
1154
1157
  ]
1155
1158
  };
package/full-versions.js CHANGED
@@ -815,5 +815,6 @@ module.exports = {
815
815
  "13.0.0-nightly.20201215": "89.0.4349.0",
816
816
  "13.0.0-nightly.20201216": "89.0.4349.0",
817
817
  "13.0.0-nightly.20201221": "89.0.4349.0",
818
- "13.0.0-nightly.20201222": "89.0.4349.0"
818
+ "13.0.0-nightly.20201222": "89.0.4349.0",
819
+ "13.0.0-nightly.20201223": "89.0.4359.0"
819
820
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.632",
3
+ "version": "1.3.633",
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.577.0",
33
+ "electron-releases": "^3.578.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"