electron-to-chromium 1.3.676 → 1.3.680

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.
@@ -853,7 +853,8 @@ module.exports = {
853
853
  "9.4.0",
854
854
  "9.4.1",
855
855
  "9.4.2",
856
- "9.4.3"
856
+ "9.4.3",
857
+ "9.4.4"
857
858
  ],
858
859
  "84.0.4129.0": [
859
860
  "10.0.0-beta.1",
@@ -1184,6 +1185,9 @@ module.exports = {
1184
1185
  "88.0.4324.0": [
1185
1186
  "12.0.0-nightly.20201116"
1186
1187
  ],
1188
+ "89.0.4389.69": [
1189
+ "12.0.0"
1190
+ ],
1187
1191
  "89.0.4349.0": [
1188
1192
  "13.0.0-nightly.20201215",
1189
1193
  "13.0.0-nightly.20201216",
@@ -1225,6 +1229,8 @@ module.exports = {
1225
1229
  "13.0.0-nightly.20210222",
1226
1230
  "13.0.0-nightly.20210225",
1227
1231
  "13.0.0-nightly.20210226",
1228
- "13.0.0-nightly.20210301"
1232
+ "13.0.0-nightly.20210301",
1233
+ "13.0.0-nightly.20210302",
1234
+ "13.0.0-nightly.20210303"
1229
1235
  ]
1230
1236
  };
package/full-versions.js CHANGED
@@ -611,6 +611,7 @@ module.exports = {
611
611
  "9.4.1": "83.0.4103.122",
612
612
  "9.4.2": "83.0.4103.122",
613
613
  "9.4.3": "83.0.4103.122",
614
+ "9.4.4": "83.0.4103.122",
614
615
  "10.0.0-beta.1": "84.0.4129.0",
615
616
  "10.0.0-beta.2": "84.0.4129.0",
616
617
  "10.0.0-beta.3": "85.0.4161.2",
@@ -824,6 +825,7 @@ module.exports = {
824
825
  "12.0.0-nightly.20201111": "88.0.4306.0",
825
826
  "12.0.0-nightly.20201112": "88.0.4306.0",
826
827
  "12.0.0-nightly.20201116": "88.0.4324.0",
828
+ "12.0.0": "89.0.4389.69",
827
829
  "13.0.0-nightly.20201119": "89.0.4328.0",
828
830
  "13.0.0-nightly.20201123": "89.0.4328.0",
829
831
  "13.0.0-nightly.20201124": "89.0.4328.0",
@@ -872,5 +874,7 @@ module.exports = {
872
874
  "13.0.0-nightly.20210222": "90.0.4402.0",
873
875
  "13.0.0-nightly.20210225": "90.0.4402.0",
874
876
  "13.0.0-nightly.20210226": "90.0.4402.0",
875
- "13.0.0-nightly.20210301": "90.0.4402.0"
877
+ "13.0.0-nightly.20210301": "90.0.4402.0",
878
+ "13.0.0-nightly.20210302": "90.0.4402.0",
879
+ "13.0.0-nightly.20210303": "90.0.4402.0"
876
880
  };
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.680",
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.629.0",
34
34
  "nyc": "^15.1.0",
35
35
  "request": "^2.88.0",
36
36
  "shelljs": "^0.8.4"