@zaplier/sdk 1.8.4 → 1.8.5

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/v2/core.d.ts CHANGED
@@ -368,4 +368,4 @@ declare class ZaplierCore {
368
368
  declare function initZaplierCore(config: CoreConfig): ZaplierCore;
369
369
 
370
370
  export { ZaplierCore, ZaplierCore as default, initZaplierCore };
371
- export type { CoreConfig };
371
+ export type { CoreConfig, UserData, VisitorHistory, VisitorInfo };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zaplier/sdk",
3
- "version": "1.8.4",
3
+ "version": "1.8.5",
4
4
  "description": "Advanced privacy-first tracking SDK with session replay, heatmaps, and anti-adblock technology",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",