new electron releases

This commit is contained in:
Nemo 2022-02-02 18:19:53 +05:30
parent 8cc38317e7
commit 6cfb4f03b3
4 changed files with 24 additions and 14 deletions

View File

@ -3,7 +3,7 @@
const VERSION_EXCLUDE = ['nightly', 'beta', 'alpha'];
// The latest four stable major versions are currently supported
// till May 2022, after which only 3 major versions will be supported
const SUPPORTED_MAJOR_VERSIONS = [13, 14, 15, 16];
const SUPPORTED_MAJOR_VERSIONS = [14, 15, 16, 17];
function get_versions() {
`rm -rf electron-src`;

14
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"7zip-bin": "^5.1.1",
"electron-fingerprints": "^2021.12.19",
"electron-fingerprints": "*",
"hasha": "^5.2.2",
"is-valid-http-url": "^1.0.3",
"node-7z": "^3.0.0",
@ -111,9 +111,9 @@
}
},
"node_modules/electron-fingerprints": {
"version": "2021.12.19",
"resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-2021.12.19.tgz",
"integrity": "sha512-IlJCidA+DDKKbcUn/BnNXGJ4z4hWKeqVs+beGGPz2udUh7hc7tAqB+C8m/lGUFAmKImHKy1at+/QEW5kyxoCiA=="
"version": "2022.2.2",
"resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-2022.2.2.tgz",
"integrity": "sha512-FZa46vAkrCQ92Yz8tXZO82UhCkRRWG9DJu6w3ulfjjIDf8VqITYjtpLDp0f/7Tdph6m8Gek6O5iCNAvs8Tqbdw=="
},
"node_modules/follow-redirects": {
"version": "1.14.7",
@ -563,9 +563,9 @@
}
},
"electron-fingerprints": {
"version": "2021.12.19",
"resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-2021.12.19.tgz",
"integrity": "sha512-IlJCidA+DDKKbcUn/BnNXGJ4z4hWKeqVs+beGGPz2udUh7hc7tAqB+C8m/lGUFAmKImHKy1at+/QEW5kyxoCiA=="
"version": "2022.2.2",
"resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-2022.2.2.tgz",
"integrity": "sha512-FZa46vAkrCQ92Yz8tXZO82UhCkRRWG9DJu6w3ulfjjIDf8VqITYjtpLDp0f/7Tdph6m8Gek6O5iCNAvs8Tqbdw=="
},
"follow-redirects": {
"version": "1.14.7",

View File

@ -29,7 +29,7 @@
"homepage": "https://github.com/captn3m0/which-electron#readme",
"dependencies": {
"7zip-bin": "^5.1.1",
"electron-fingerprints": "^2021.12.19",
"electron-fingerprints": "*",
"hasha": "^5.2.2",
"is-valid-http-url": "^1.0.3",
"node-7z": "^3.0.0",

View File

@ -1,9 +1,9 @@
{
"supported": [
"v13.6.6",
"v14.2.3",
"v15.3.4",
"v16.0.6"
"v14.2.5",
"v15.3.6",
"v16.0.8",
"v17.0.0"
],
"all": [
"v0.24.0",
@ -478,6 +478,9 @@
"v13.6.4",
"v13.6.5",
"v13.6.6",
"v13.6.7",
"v13.6.8",
"v13.6.9",
"v14.0.0",
"v14.0.1",
"v14.0.2",
@ -487,6 +490,8 @@
"v14.2.1",
"v14.2.2",
"v14.2.3",
"v14.2.4",
"v14.2.5",
"v15.0.0",
"v15.1.0",
"v15.1.1",
@ -497,12 +502,17 @@
"v15.3.2",
"v15.3.3",
"v15.3.4",
"v15.3.5",
"v15.3.6",
"v16.0.0",
"v16.0.1",
"v16.0.2",
"v16.0.3",
"v16.0.4",
"v16.0.5",
"v16.0.6"
"v16.0.6",
"v16.0.7",
"v16.0.8",
"v17.0.0"
]
}