Comparing version 0.1.10 to 0.1.11
@@ -173,3 +173,6 @@ /** | ||
// use the primary context node | ||
var h_local_context = (0, _clone2['default'])(h_context[s_primary_context_id], true); | ||
var h_local_context = { | ||
id: s_primary_context_id, | ||
type: z_primary_context['@type'] | ||
}; | ||
@@ -176,0 +179,0 @@ // extend its id with the latter part of the name |
{ | ||
"name": "graphy", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Query linked-data graphs by abstracting away traditional JSON-LD interaction", | ||
@@ -5,0 +5,0 @@ "author": { |
34481
899