@incognia/web-sdk-types 1.24.0 → 1.25.0

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -46,6 +46,7 @@ type IncogniaOptions = {
46
46
  cookieEnabled?: boolean
47
47
  cookieDomain?: string
48
48
  sensorsEnabled?: boolean
49
+ keepCustomEventConnectionAlive?: boolean
49
50
  }
50
51
  type IncogniaWebSdk = {
51
52
  init(appIdOrOptions: string | IncogniaOptions): Promise<void>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@incognia/web-sdk-types",
3
3
  "description": "Incognia SDK type definitions",
4
4
  "author": "",
5
- "version": "1.24.0",
5
+ "version": "1.25.0",
6
6
  "license": "MIT",
7
7
  "keywords": [
8
8
  "incognia",