-
Notifications
You must be signed in to change notification settings - Fork 15
Conversation
Currently getting an error on |
f107b73
to
510401e
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.
self review
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.
self review
package.json
Outdated
@@ -181,7 +181,7 @@ | |||
"import-meta-resolve": "^2.0.3", | |||
"ipfs-unixfs": "^7.0.0", | |||
"ipfs-utils": "^9.0.1", | |||
"ipfsd-ctl": "^12.0.0", | |||
"ipfsd-ctl": "https://gitpkg.now.sh/SgtPooki/js-ipfsd-ctl?feature/add-js-kubo-rpc-client&scripts.postinstall=npm%20install%20--ignore-scripts%20%26%26%20npm%20run%20build", |
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.
will replace with proper version when ipfs/js-ipfsd-ctl#764 is merged and published.
Updated package-lock.json so npm install stops failing: https://github.com/ipfs/interop/actions/runs/3114818422/jobs/5112612445 |
@SgtPooki : we can remove the "status/blocked" label right? @achingbrain : given CI is green, is it ok to merge? |
ipfs/js-ipfsd-ctl#764 needs to land first, then all good here. |
Should be able to update this with the newest version once |
version 12.12.0 is pushed to npm: https://www.npmjs.com/package/ipfsd-ctl |
@SgtPooki : given CI is passing, are we ok to merge? |
## [9.1.0](v9.0.3...v9.1.0) (2022-10-06) ### Features * add kubo-rpc-client ([#499](#499)) ([d710daa](d710daa))
🎉 This PR is included in version 9.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
fixes ipfs/js-kubo-rpc-client#4