Skip to content

Commit ae3cd48

Browse files
committed
version bump to 8.0.5
1 parent 4fdcae9 commit ae3cd48

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

index.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ ${unsupportedNquads.map((q, i) => ` ${i + 1}. ${q}`).join("\n")}
523523
524524
Full Parsed N-Quads Array:
525525
${nquadsArray.join('\n')}
526-
Parsing failed due to presence of unnamed (blank node) graphs. Please ensure all graphs in the input JSON-LD have proper named IRIs.
527526
`
528527
);
529528
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assertion-tools",
3-
"version": "8.0.4",
3+
"version": "8.0.5",
44
"description": "Common assertion tools used in ot-node and dkg.js",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)