@financial-times/custom-code-component 1.9.5 → 1.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1167,7 +1167,7 @@ class Pe {
1167
1167
  init(e) {
1168
1168
  var n;
1169
1169
  if (!this.isInitialised) {
1170
- this.isInitialised = !0, this.cccId = e || this.cccId, k.init({ queue: !0, test: !0 });
1170
+ this.isInitialised = !0, this.cccId = e || this.cccId, k.init({ queue: !0 });
1171
1171
  const o = {
1172
1172
  action: "click",
1173
1173
  category: this.category
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/custom-code-component",
3
- "version": "1.9.5",
3
+ "version": "1.9.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
package/src/tracking.ts CHANGED
@@ -119,7 +119,7 @@ class Tracking {
119
119
  this.isInitialised = true;
120
120
  this.cccId = id ? id : this.cccId;
121
121
 
122
- oTracking.init({ queue: true, test: true }); // @TODO: Flip this to false before using in production
122
+ oTracking.init({ queue: true });
123
123
 
124
124
  const eventData = {
125
125
  action: "click",