@loamly/tracker 2.1.0 → 2.1.1

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.
package/dist/index.d.mts CHANGED
@@ -67,6 +67,8 @@ declare function createAgenticAnalyzer(): AgenticBrowserAnalyzer;
67
67
  interface LoamlyConfig {
68
68
  /** Your Loamly API key (found in dashboard) */
69
69
  apiKey?: string;
70
+ /** Workspace ID (required when using public tracker key) */
71
+ workspaceId?: string;
70
72
  /** Custom API host (default: https://app.loamly.ai) */
71
73
  apiHost?: string;
72
74
  /** Enable debug mode for console logging */
@@ -270,7 +272,7 @@ declare function detectAIFromUTM(url: string): AIDetectionResult | null;
270
272
  * @license MIT
271
273
  * @see https://github.com/loamly/loamly
272
274
  */
273
- declare const VERSION = "2.1.0";
275
+ declare const VERSION = "2.1.1";
274
276
  /**
275
277
  * Known AI platforms for referrer detection
276
278
  */
package/dist/index.d.ts CHANGED
@@ -67,6 +67,8 @@ declare function createAgenticAnalyzer(): AgenticBrowserAnalyzer;
67
67
  interface LoamlyConfig {
68
68
  /** Your Loamly API key (found in dashboard) */
69
69
  apiKey?: string;
70
+ /** Workspace ID (required when using public tracker key) */
71
+ workspaceId?: string;
70
72
  /** Custom API host (default: https://app.loamly.ai) */
71
73
  apiHost?: string;
72
74
  /** Enable debug mode for console logging */
@@ -270,7 +272,7 @@ declare function detectAIFromUTM(url: string): AIDetectionResult | null;
270
272
  * @license MIT
271
273
  * @see https://github.com/loamly/loamly
272
274
  */
273
- declare const VERSION = "2.1.0";
275
+ declare const VERSION = "2.1.1";
274
276
  /**
275
277
  * Known AI platforms for referrer detection
276
278
  */