electron-to-chromium 1.3.699 → 1.3.700
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 +3 -1
- package/full-versions.js +3 -1
- package/package.json +2 -2
|
@@ -1221,6 +1221,7 @@ module.exports = {
|
|
|
1221
1221
|
"13.0.0-beta.5",
|
|
1222
1222
|
"13.0.0-beta.6",
|
|
1223
1223
|
"13.0.0-beta.7",
|
|
1224
|
+
"13.0.0-beta.8",
|
|
1224
1225
|
"14.0.0-nightly.20210305",
|
|
1225
1226
|
"14.0.0-nightly.20210308",
|
|
1226
1227
|
"14.0.0-nightly.20210309",
|
|
@@ -1231,7 +1232,8 @@ module.exports = {
|
|
|
1231
1232
|
"14.0.0-nightly.20210318",
|
|
1232
1233
|
"14.0.0-nightly.20210319",
|
|
1233
1234
|
"14.0.0-nightly.20210323",
|
|
1234
|
-
"14.0.0-nightly.20210324"
|
|
1235
|
+
"14.0.0-nightly.20210324",
|
|
1236
|
+
"14.0.0-nightly.20210325"
|
|
1235
1237
|
],
|
|
1236
1238
|
"89.0.4349.0": [
|
|
1237
1239
|
"13.0.0-nightly.20201215",
|
package/full-versions.js
CHANGED
|
@@ -838,6 +838,7 @@ module.exports = {
|
|
|
838
838
|
"13.0.0-beta.5": "90.0.4415.0",
|
|
839
839
|
"13.0.0-beta.6": "90.0.4415.0",
|
|
840
840
|
"13.0.0-beta.7": "90.0.4415.0",
|
|
841
|
+
"13.0.0-beta.8": "90.0.4415.0",
|
|
841
842
|
"13.0.0-nightly.20201119": "89.0.4328.0",
|
|
842
843
|
"13.0.0-nightly.20201123": "89.0.4328.0",
|
|
843
844
|
"13.0.0-nightly.20201124": "89.0.4328.0",
|
|
@@ -900,5 +901,6 @@ module.exports = {
|
|
|
900
901
|
"14.0.0-nightly.20210318": "90.0.4415.0",
|
|
901
902
|
"14.0.0-nightly.20210319": "90.0.4415.0",
|
|
902
903
|
"14.0.0-nightly.20210323": "90.0.4415.0",
|
|
903
|
-
"14.0.0-nightly.20210324": "90.0.4415.0"
|
|
904
|
+
"14.0.0-nightly.20210324": "90.0.4415.0",
|
|
905
|
+
"14.0.0-nightly.20210325": "90.0.4415.0"
|
|
904
906
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.700",
|
|
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.649.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|