Skip to content
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

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Conversation

lidel
Copy link
Member

@lidel lidel commented Aug 18, 2023

Closes #51
CC ipfs/kubo#8959

@lidel lidel force-pushed the refactor/rename-npm-to-kubo branch from d440184 to da42209 Compare August 18, 2023 14:55
@lidel lidel marked this pull request as ready for review August 18, 2023 14:56
Copy link
Contributor

@galargh galargh left a 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 :)

.github/workflows/main.yml Show resolved Hide resolved
@lidel lidel mentioned this pull request Aug 18, 2023
4 tasks
@galargh galargh merged commit 6d0a0e3 into master Aug 18, 2023
1 check passed
@galargh galargh deleted the refactor/rename-npm-to-kubo branch August 18, 2023 15:04
@lidel
Copy link
Member Author

lidel commented Aug 18, 2023

@lidel
Copy link
Member Author

lidel commented Aug 18, 2023

Looks fine, but we had to swap package.json to 0.21.0 to trigger the 0.22 build (68fd293).
Actual v0.22 build happening in https://github.com/ipfs/npm-kubo/actions/runs/5904230150/job/16015862475

Update: worked as expected, Kubo NPM v0.22 is live: https://www.npmjs.com/package/kubo

.github/workflows/main.yml Show resolved Hide resolved
@@ -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')
Copy link
Member Author

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename NPM package to kubo
3 participants