@financial-times/o-tracking
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -68,5 +68,2 @@ "use strict"; | ||
config.context.component_id = config.context.component_id || getComponentId(origamiElement); | ||
} else { | ||
config.context.component_name = config.context.component_name; | ||
config.context.component_id = config.context.component_id; | ||
} | ||
@@ -73,0 +70,0 @@ |
@@ -28,3 +28,3 @@ { | ||
"name": "@financial-times/o-tracking", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Origami module for FT tracking.", | ||
@@ -38,5 +38,6 @@ "dependencies": { | ||
"eslint-config-origami-component": "^2.0.1", | ||
"origami-build-tools": "^9.0.5", | ||
"origami-ci-tools": "^1.3.8" | ||
"origami-build-tools": "^10.1.7", | ||
"origami-ci-tools": "^2.0.0", | ||
"stylelint-config-origami-component": "^1.0.2" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# Origami Tracking component [![CircleCI](https://circleci.com/gh/Financial-Times/o-tracking.svg?style=svg&circle-token=bac74d66190dbd699381ab25baab148fb3bb010c)](https://circleci.com/gh/Financial-Times/o-tracking) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](#licence) | ||
# Origami Tracking component | ||
@@ -3,0 +3,0 @@ Include in your product to send tracking requests to the Spoor API. |
@@ -52,5 +52,2 @@ import Core from '../core'; | ||
config.context.component_id = config.context.component_id || getComponentId(origamiElement); | ||
} else { | ||
config.context.component_name = config.context.component_name; | ||
config.context.component_id = config.context.component_id; | ||
} | ||
@@ -57,0 +54,0 @@ |
42
126336
4
3850