@loamly/tracker 2.0.0 → 2.0.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
@@ -245,7 +245,7 @@ declare function detectAIFromUTM(url: string): AIDetectionResult | null;
245
245
  * @license MIT
246
246
  * @see https://github.com/loamly/loamly
247
247
  */
248
- declare const VERSION = "2.0.0";
248
+ declare const VERSION = "2.0.1";
249
249
  /**
250
250
  * Known AI platforms for referrer detection
251
251
  */
package/dist/index.d.ts CHANGED
@@ -245,7 +245,7 @@ declare function detectAIFromUTM(url: string): AIDetectionResult | null;
245
245
  * @license MIT
246
246
  * @see https://github.com/loamly/loamly
247
247
  */
248
- declare const VERSION = "2.0.0";
248
+ declare const VERSION = "2.0.1";
249
249
  /**
250
250
  * Known AI platforms for referrer detection
251
251
  */
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/config.ts
2
- var VERSION = "2.0.0";
2
+ var VERSION = "2.0.1";
3
3
  var DEFAULT_CONFIG = {
4
4
  apiHost: "https://app.loamly.ai",
5
5
  endpoints: {