snowplow-tracker-core
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -71,5 +71,5 @@ /* | ||
function completeContexts(contexts) { | ||
if (contexts && contexts.length) { | ||
if (contexts) { | ||
return { | ||
schema: 'iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-0', | ||
schema: 'iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-1', | ||
data: contexts | ||
@@ -76,0 +76,0 @@ }; |
{ | ||
"name": "snowplow-tracker-core", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "grunt": "^0.4.5", |
Sorry, the diff of this file is not supported yet
45303