-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(strings)!: remove codec from AddOptions
BREAKING CHANGE: Removes `codec` from AddOptions for `@helia/strings.add`. Anyone relying on this option currently would have to encode, hash, and import the data using helia's blockstore (unless implemented by another helia importer e.g. `@helia/json` or `@helia/dag-cbor`) in order to receive the same CID as before. This changes @helia/strings to act more like the other helia importers.
- Loading branch information
Showing
2 changed files
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters