-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support all type of records (#12)
- Loading branch information
1 parent
bf1787c
commit 6c52248
Showing
3 changed files
with
51 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,9 @@ | |
"dependencies": { | ||
"assert": "^1.4.1", | ||
"base32.js": "~0.1.0", | ||
"debug": "^3.1.0", | ||
"debug": "^4.1.0", | ||
"err-code": "^1.1.2", | ||
"interface-datastore": "~0.4.2", | ||
"libp2p-record": "~0.6.0" | ||
"interface-datastore": "~0.6.0" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^17.1.0", | ||
|
@@ -46,7 +45,8 @@ | |
"dirty-chai": "^2.0.1", | ||
"ipfs": "~0.33.1", | ||
"ipfsd-ctl": "~0.40.0", | ||
"sinon": "^7.0.0" | ||
"libp2p-record": "~0.6.1", | ||
"sinon": "^7.1.1" | ||
}, | ||
"contributors": [ | ||
"Vasco Santos <[email protected]>", | ||
|
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