Comparing version 8.3.0 to 8.3.1
@@ -333,3 +333,3 @@ /* | ||
} else if('@language' in item) { | ||
if('@direction' in item && rdfDirection === null) { | ||
if('@direction' in item && !rdfDirection) { | ||
if(options.eventHandler) { | ||
@@ -355,3 +355,3 @@ // FIXME: only emit once? | ||
} else { | ||
if('@direction' in item && rdfDirection === null) { | ||
if('@direction' in item && !rdfDirection) { | ||
if(options.eventHandler) { | ||
@@ -358,0 +358,0 @@ // FIXME: only emit once? |
{ | ||
"name": "jsonld", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"description": "A JSON-LD Processor and API implementation in JavaScript.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/digitalbazaar/jsonld.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2815389