humanbehavior-js 0.5.16 → 0.5.18

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.
@@ -0,0 +1,10 @@
1
+ /**
2
+ * CommonJS entry point for HumanBehavior SDK
3
+ * This file is designed for CommonJS builds used in Node.js environments
4
+ */
5
+ import { HumanBehaviorTracker, identifyUserGlobally, sendEventGlobally, isGlobalTrackerAvailable } from '@humanbehavior/core';
6
+ export * from '@humanbehavior/core';
7
+ export { HumanBehaviorTracker, identifyUserGlobally, sendEventGlobally, isGlobalTrackerAvailable };
8
+ export declare const init: (apiKey: string, ingestionUrl?: string, options?: any) => HumanBehaviorTracker;
9
+ export default HumanBehaviorTracker;
10
+ //# sourceMappingURL=module.cjs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.cjs.d.ts","sourceRoot":"","sources":["../src/entrypoints/module.cjs.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAA;AAG7H,cAAc,qBAAqB,CAAA;AAGnC,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,CAAA;AAGlG,eAAO,MAAM,IAAI,GAAI,QAAQ,MAAM,EAAE,eAAe,MAAM,EAAE,UAAU,GAAG,yBAExE,CAAA;AAGD,eAAe,oBAAoB,CAAA"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * ES Module entry point for HumanBehavior SDK
3
+ * This file is designed for ES module builds used with bundlers
4
+ */
5
+ import { HumanBehaviorTracker, identifyUserGlobally, sendEventGlobally, isGlobalTrackerAvailable } from '@humanbehavior/core';
6
+ export * from '@humanbehavior/core';
7
+ export { HumanBehaviorTracker, identifyUserGlobally, sendEventGlobally, isGlobalTrackerAvailable };
8
+ export declare const init: (apiKey: string, ingestionUrl?: string, options?: any) => HumanBehaviorTracker;
9
+ export default HumanBehaviorTracker;
10
+ //# sourceMappingURL=module.es.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.es.d.ts","sourceRoot":"","sources":["../src/entrypoints/module.es.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAA;AAG7H,cAAc,qBAAqB,CAAA;AAGnC,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,CAAA;AAGlG,eAAO,MAAM,IAAI,GAAI,QAAQ,MAAM,EAAE,eAAe,MAAM,EAAE,UAAU,GAAG,yBAExE,CAAA;AAGD,eAAe,oBAAoB,CAAA"}