@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/LICENSE +23 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/loamly.iife.global.js +1 -1
- package/dist/loamly.iife.global.js.map +1 -1
- package/dist/loamly.iife.min.global.js +1 -1
- package/dist/loamly.iife.min.global.js.map +1 -1
- package/package.json +9 -11
- package/src/config.ts +1 -1
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.
|
|
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.
|
|
248
|
+
declare const VERSION = "2.0.1";
|
|
249
249
|
/**
|
|
250
250
|
* Known AI platforms for referrer detection
|
|
251
251
|
*/
|
package/dist/index.mjs
CHANGED