@incognia/web-sdk-types 1.9.0 → 1.10.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -54,4 +54,6 @@ type IncogniaWebSdk = {
54
54
  sendCustomEvent(params: CustomEventParams): Promise<void>
55
55
  }
56
56
  // eslint-disable-next-line no-redeclare
57
+ declare var IncogniaOptions: IncogniaOptions
58
+ // eslint-disable-next-line no-redeclare
57
59
  declare var IncogniaWebSdk: IncogniaWebSdk
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.9.0",
5
+ "version": "1.10.1",
6
6
  "license": "MIT",
7
7
  "keywords": [
8
8
  "incognia",
@@ -13,4 +13,4 @@
13
13
  "files": [
14
14
  "index.d.ts"
15
15
  ]
16
- }
16
+ }