@ipld/block
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@ipld/block", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -9,3 +9,3 @@ # Block API | ||
Create a Block instance from either a native object. | ||
Create a Block instance from a native object. | ||
@@ -12,0 +12,0 @@ The `cid` as well as encoding will not happen until requested |
10265