@graphy/content.nt.write
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -166,3 +166,3 @@ | ||
default: { | ||
throw new Error(`Bad type for RDF object: [${typeof z_objects}] ${z_objects.constructor}`); | ||
throw new Error(`Bad type for RDF object: [${typeof z_objects}] ${z_objects? z_objects.constructor: z_objects}`); | ||
} | ||
@@ -169,0 +169,0 @@ } |
{ | ||
"name": "@graphy/content.nt.write", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "RDF N-Triples content writer", | ||
@@ -26,4 +26,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@graphy/core.class.writable": "^3.2.0", | ||
"@graphy/core.data.factory": "^3.2.0", | ||
"@graphy/core.class.writable": "^3.2.1", | ||
"@graphy/core.data.factory": "^3.2.1", | ||
"big-integer": "^1.6.40" | ||
@@ -30,0 +30,0 @@ }, |
5703