This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: this module is now named
ipld-block
This module was previously called `ipfs-block`. It is now maintained within IPLD. BREAKING CHANGE: The symbol for comparing blocks changed This means that if you are a user of this module, updating to this version is also a breaking change for your module. Don't forgot to make the corresponding version bump on your next release.
- Loading branch information
Showing
3 changed files
with
27 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "ipfs-block", | ||
"name": "ipld-block", | ||
"version": "0.8.0", | ||
"description": "JavaScript Implementation of IPFS Block", | ||
"description": "JavaScript Implementation of IPLD Block", | ||
"leadMaintainer": "Volker Mische <[email protected]>", | ||
"main": "src/index.js", | ||
"scripts": { | ||
|
@@ -23,16 +23,16 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ipfs/js-ipfs-block.git" | ||
"url": "git+https://github.com/ipld/js-ipld-block.git" | ||
}, | ||
"keywords": [ | ||
"IPFS" | ||
"IPLD" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ipfs/js-ipfs-block/issues" | ||
"url": "https://github.com/ipld/js-ipld-block/issues" | ||
}, | ||
"homepage": "https://github.com/ipfs/js-ipfs-block#readme", | ||
"homepage": "https://github.com/ipld/js-ipld-block#readme", | ||
"devDependencies": { | ||
"aegir": "^18.2.0", | ||
"chai": "^4.2.0" | ||
|
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