electron-to-chromium 1.3.701 → 1.3.702
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
|
@@ -1222,6 +1222,7 @@ module.exports = {
|
|
|
1222
1222
|
"13.0.0-beta.6",
|
|
1223
1223
|
"13.0.0-beta.7",
|
|
1224
1224
|
"13.0.0-beta.8",
|
|
1225
|
+
"13.0.0-beta.9",
|
|
1225
1226
|
"14.0.0-nightly.20210305",
|
|
1226
1227
|
"14.0.0-nightly.20210308",
|
|
1227
1228
|
"14.0.0-nightly.20210309",
|
|
@@ -1234,7 +1235,8 @@ module.exports = {
|
|
|
1234
1235
|
"14.0.0-nightly.20210323",
|
|
1235
1236
|
"14.0.0-nightly.20210324",
|
|
1236
1237
|
"14.0.0-nightly.20210325",
|
|
1237
|
-
"14.0.0-nightly.20210326"
|
|
1238
|
+
"14.0.0-nightly.20210326",
|
|
1239
|
+
"14.0.0-nightly.20210329"
|
|
1238
1240
|
],
|
|
1239
1241
|
"89.0.4349.0": [
|
|
1240
1242
|
"13.0.0-nightly.20201215",
|
package/full-versions.js
CHANGED
|
@@ -839,6 +839,7 @@ module.exports = {
|
|
|
839
839
|
"13.0.0-beta.6": "90.0.4415.0",
|
|
840
840
|
"13.0.0-beta.7": "90.0.4415.0",
|
|
841
841
|
"13.0.0-beta.8": "90.0.4415.0",
|
|
842
|
+
"13.0.0-beta.9": "90.0.4415.0",
|
|
842
843
|
"13.0.0-nightly.20201119": "89.0.4328.0",
|
|
843
844
|
"13.0.0-nightly.20201123": "89.0.4328.0",
|
|
844
845
|
"13.0.0-nightly.20201124": "89.0.4328.0",
|
|
@@ -903,5 +904,6 @@ module.exports = {
|
|
|
903
904
|
"14.0.0-nightly.20210323": "90.0.4415.0",
|
|
904
905
|
"14.0.0-nightly.20210324": "90.0.4415.0",
|
|
905
906
|
"14.0.0-nightly.20210325": "90.0.4415.0",
|
|
906
|
-
"14.0.0-nightly.20210326": "90.0.4415.0"
|
|
907
|
+
"14.0.0-nightly.20210326": "90.0.4415.0",
|
|
908
|
+
"14.0.0-nightly.20210329": "90.0.4415.0"
|
|
907
909
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.702",
|
|
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.652.0",
|
|
34
34
|
"nyc": "^15.1.0",
|
|
35
35
|
"request": "^2.88.0",
|
|
36
36
|
"shelljs": "^0.8.4"
|