Skip to content

Commit

Permalink
feat: kubo 0.32 + electron 33.2 (#2890)
Browse files Browse the repository at this point in the history
* chore: kubo 0.32
* feat: kubo v0.32.1 + electron v33.2.0

Release-As: 0.40.0
  • Loading branch information
lidel authored Nov 19, 2024
1 parent 21e3b9a commit b5d1227
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 27 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 6 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,21 @@
],
"repository": {
"type": "git",
"url": "https://github.com/ipfs-shipyard/ipfs-desktop"
"url": "https://github.com/ipfs/ipfs-desktop"
},
"author": "Protocol Labs, Inc.",
"contributors": [
"Kristoffer Ström <[email protected]>",
"David Dias <[email protected]>",
"Juan Benet <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Henrique Dias <[email protected]>"
],
"author": "Interplanetary Shipyard",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs-shipyard/ipfs-desktop/issues"
"url": "https://github.com/ipfs/ipfs-desktop/issues/new/choose"
},
"homepage": "https://github.com/ipfs-shipyard/ipfs-desktop",
"homepage": "https://github.com/ipfs/ipfs-desktop",
"devDependencies": {
"@electron/notarize": "^1.2.3",
"@ipfs-shipyard/release-please-ipfs-plugin": "^1.0.0",
"@playwright/test": "^1.44.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"electron": "^32.2.0",
"electron": "^33.2.0",
"electron-builder": "^25.1.8",
"got": "^12.0.3",
"ipfs-or-gateway": "^4.1.0",
Expand Down Expand Up @@ -89,7 +82,7 @@
"ipfs-utils": "^9.0.10",
"ipfsd-ctl": "10.0.6",
"it-last": "^1.0.6",
"kubo": "0.31.0",
"kubo": "0.32.1",
"multiaddr": "10.0.1",
"multiaddr-to-uri": "8.0.0",
"portfinder": "^1.0.28",
Expand Down
2 changes: 2 additions & 0 deletions src/dialogs/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ function generateErrorIssueUrl (e) {
return 'https://github.com/ipfs/ipfs-desktop/issues/2216#issuecomment-1199189648'
case stack.includes('Get-AuthenticodeSignature'):
return 'https://github.com/ipfs/ipfs-desktop/issues/2335#issuecomment-2161827010'
case stack.includes('Error: multiaddr "http'):
return 'https://github.com/ipfs/ipfs-desktop/issues/2092#issuecomment-1088124521'
}
}
// Something else, prefill new issue form with error details
Expand Down

0 comments on commit b5d1227

Please sign in to comment.