electron-to-chromium 1.3.689 → 1.3.693
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.
- package/full-chromium-versions.js +6 -1
- package/full-versions.js +6 -1
- package/package.json +2 -2
|
@@ -1213,11 +1213,16 @@ module.exports = {
|
|
|
1213
1213
|
"90.0.4415.0": [
|
|
1214
1214
|
"13.0.0-beta.4",
|
|
1215
1215
|
"13.0.0-beta.5",
|
|
1216
|
+
"13.0.0-beta.6",
|
|
1216
1217
|
"14.0.0-nightly.20210305",
|
|
1217
1218
|
"14.0.0-nightly.20210308",
|
|
1218
1219
|
"14.0.0-nightly.20210309",
|
|
1219
1220
|
"14.0.0-nightly.20210311",
|
|
1220
|
-
"14.0.0-nightly.20210315"
|
|
1221
|
+
"14.0.0-nightly.20210315",
|
|
1222
|
+
"14.0.0-nightly.20210316",
|
|
1223
|
+
"14.0.0-nightly.20210317",
|
|
1224
|
+
"14.0.0-nightly.20210318",
|
|
1225
|
+
"14.0.0-nightly.20210319"
|
|
1221
1226
|
],
|
|
1222
1227
|
"89.0.4349.0": [
|
|
1223
1228
|
"13.0.0-nightly.20201215",
|
package/full-versions.js
CHANGED
|
@@ -832,6 +832,7 @@ module.exports = {
|
|
|
832
832
|
"13.0.0-beta.3": "90.0.4402.0",
|
|
833
833
|
"13.0.0-beta.4": "90.0.4415.0",
|
|
834
834
|
"13.0.0-beta.5": "90.0.4415.0",
|
|
835
|
+
"13.0.0-beta.6": "90.0.4415.0",
|
|
835
836
|
"13.0.0-nightly.20201119": "89.0.4328.0",
|
|
836
837
|
"13.0.0-nightly.20201123": "89.0.4328.0",
|
|
837
838
|
"13.0.0-nightly.20201124": "89.0.4328.0",
|
|
@@ -888,5 +889,9 @@ module.exports = {
|
|
|
888
889
|
"14.0.0-nightly.20210308": "90.0.4415.0",
|
|
889
890
|
"14.0.0-nightly.20210309": "90.0.4415.0",
|
|
890
891
|
"14.0.0-nightly.20210311": "90.0.4415.0",
|
|
891
|
-
"14.0.0-nightly.20210315": "90.0.4415.0"
|
|
892
|
+
"14.0.0-nightly.20210315": "90.0.4415.0",
|
|
893
|
+
"14.0.0-nightly.20210316": "90.0.4415.0",
|
|
894
|
+
"14.0.0-nightly.20210317": "90.0.4415.0",
|
|
895
|
+
"14.0.0-nightly.20210318": "90.0.4415.0",
|
|
896
|
+
"14.0.0-nightly.20210319": "90.0.4415.0"
|
|
892
897
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.693",
|
|
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.
|
|
33
|
+
"electron-releases": "^3.642.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|