electron-to-chromium 1.3.625 → 1.3.629

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.
@@ -1103,6 +1103,8 @@ module.exports = {
1103
1103
  "12.0.0-beta.7",
1104
1104
  "12.0.0-beta.8",
1105
1105
  "12.0.0-beta.9",
1106
+ "12.0.0-beta.10",
1107
+ "12.0.0-beta.11",
1106
1108
  "13.0.0-nightly.20201119",
1107
1109
  "13.0.0-nightly.20201123",
1108
1110
  "13.0.0-nightly.20201124",
@@ -1117,7 +1119,8 @@ module.exports = {
1117
1119
  "13.0.0-nightly.20201208",
1118
1120
  "13.0.0-nightly.20201209",
1119
1121
  "13.0.0-nightly.20201210",
1120
- "13.0.0-nightly.20201211"
1122
+ "13.0.0-nightly.20201211",
1123
+ "13.0.0-nightly.20201214"
1121
1124
  ],
1122
1125
  "87.0.4268.0": [
1123
1126
  "12.0.0-nightly.20201013",
@@ -1140,5 +1143,9 @@ module.exports = {
1140
1143
  ],
1141
1144
  "88.0.4324.0": [
1142
1145
  "12.0.0-nightly.20201116"
1146
+ ],
1147
+ "89.0.4349.0": [
1148
+ "13.0.0-nightly.20201215",
1149
+ "13.0.0-nightly.20201216"
1143
1150
  ]
1144
1151
  };
package/full-versions.js CHANGED
@@ -770,6 +770,8 @@ module.exports = {
770
770
  "12.0.0-beta.7": "89.0.4328.0",
771
771
  "12.0.0-beta.8": "89.0.4328.0",
772
772
  "12.0.0-beta.9": "89.0.4328.0",
773
+ "12.0.0-beta.10": "89.0.4328.0",
774
+ "12.0.0-beta.11": "89.0.4328.0",
773
775
  "12.0.0-nightly.20200827": "86.0.4234.0",
774
776
  "12.0.0-nightly.20200831": "86.0.4234.0",
775
777
  "12.0.0-nightly.20200902": "86.0.4234.0",
@@ -806,5 +808,8 @@ module.exports = {
806
808
  "13.0.0-nightly.20201208": "89.0.4328.0",
807
809
  "13.0.0-nightly.20201209": "89.0.4328.0",
808
810
  "13.0.0-nightly.20201210": "89.0.4328.0",
809
- "13.0.0-nightly.20201211": "89.0.4328.0"
811
+ "13.0.0-nightly.20201211": "89.0.4328.0",
812
+ "13.0.0-nightly.20201214": "89.0.4328.0",
813
+ "13.0.0-nightly.20201215": "89.0.4349.0",
814
+ "13.0.0-nightly.20201216": "89.0.4349.0"
810
815
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-to-chromium",
3
- "version": "1.3.625",
3
+ "version": "1.3.629",
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.570.0",
33
+ "electron-releases": "^3.574.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"