electron-to-chromium 1.3.676 → 1.3.677

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.
@@ -1184,6 +1184,9 @@ module.exports = {
1184
1184
  "88.0.4324.0": [
1185
1185
  "12.0.0-nightly.20201116"
1186
1186
  ],
1187
+ "89.0.4389.69": [
1188
+ "12.0.0"
1189
+ ],
1187
1190
  "89.0.4349.0": [
1188
1191
  "13.0.0-nightly.20201215",
1189
1192
  "13.0.0-nightly.20201216",
package/full-versions.js CHANGED
@@ -824,6 +824,7 @@ module.exports = {
824
824
  "12.0.0-nightly.20201111": "88.0.4306.0",
825
825
  "12.0.0-nightly.20201112": "88.0.4306.0",
826
826
  "12.0.0-nightly.20201116": "88.0.4324.0",
827
+ "12.0.0": "89.0.4389.69",
827
828
  "13.0.0-nightly.20201119": "89.0.4328.0",
828
829
  "13.0.0-nightly.20201123": "89.0.4328.0",
829
830
  "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.676",
3
+ "version": "1.3.677",
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.625.0",
33
+ "electron-releases": "^3.626.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"