electron-to-chromium 1.3.675 → 1.3.676

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.
@@ -1159,7 +1159,8 @@ module.exports = {
1159
1159
  "12.0.0-beta.29"
1160
1160
  ],
1161
1161
  "89.0.4389.58": [
1162
- "12.0.0-beta.30"
1162
+ "12.0.0-beta.30",
1163
+ "12.0.0-beta.31"
1163
1164
  ],
1164
1165
  "87.0.4268.0": [
1165
1166
  "12.0.0-nightly.20201013",
@@ -1223,6 +1224,7 @@ module.exports = {
1223
1224
  "13.0.0-nightly.20210219",
1224
1225
  "13.0.0-nightly.20210222",
1225
1226
  "13.0.0-nightly.20210225",
1226
- "13.0.0-nightly.20210226"
1227
+ "13.0.0-nightly.20210226",
1228
+ "13.0.0-nightly.20210301"
1227
1229
  ]
1228
1230
  };
package/full-versions.js CHANGED
@@ -801,6 +801,7 @@ module.exports = {
801
801
  "12.0.0-beta.28": "89.0.4389.23",
802
802
  "12.0.0-beta.29": "89.0.4389.23",
803
803
  "12.0.0-beta.30": "89.0.4389.58",
804
+ "12.0.0-beta.31": "89.0.4389.58",
804
805
  "12.0.0-nightly.20200827": "86.0.4234.0",
805
806
  "12.0.0-nightly.20200831": "86.0.4234.0",
806
807
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -870,5 +871,6 @@ module.exports = {
870
871
  "13.0.0-nightly.20210219": "90.0.4402.0",
871
872
  "13.0.0-nightly.20210222": "90.0.4402.0",
872
873
  "13.0.0-nightly.20210225": "90.0.4402.0",
873
- "13.0.0-nightly.20210226": "90.0.4402.0"
874
+ "13.0.0-nightly.20210226": "90.0.4402.0",
875
+ "13.0.0-nightly.20210301": "90.0.4402.0"
874
876
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.675",
3
+ "version": "1.3.676",
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.624.0",
33
+ "electron-releases": "^3.625.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"