-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: rename from go-ipfs to kubo #63
Conversation
0ea04ec
to
d440184
Compare
d440184
to
da42209
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as we're using the correct token, it looks great :)
Triggered manual build: https://github.com/ipfs/npm-kubo/actions/runs/5904170330/job/16015683148 |
Looks fine, but we had to swap Update: worked as expected, Kubo NPM v0.22 is live: https://www.npmjs.com/package/kubo |
@@ -33,7 +33,7 @@ const isWin = process.platform === 'win32' | |||
* @param {string} url | |||
*/ | |||
async function cachingFetchAndVerify (url) { | |||
const cacheDir = process.env.NPM_GO_IPFS_CACHE || cachedir('npm-go-ipfs') | |||
const cacheDir = process.env.NPM_GO_IPFS_CACHE || cachedir('npm-kubo') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ℹ️ missed env here, fixed in #65
|
||
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech/) | ||
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) | ||
|
||
> install [Kubo](https://github.com/ipfs/kubo) (previously known as "go-ipfs") from npm | ||
> install [Kubo](https://github.com/ipfs/kubo) (previously known as "kubo") from npm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you meant to make this change?
Closes #51
CC ipfs/kubo#8959