@screeb/sdk-browser
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -12,2 +12,6 @@ import { HookOnQuestionReplied, HookOnReady, HookOnSurveyCompleted, HookOnSurveyHidden, HookOnSurveyShowed, HookOnSurveyStarted } from "./hooks.types"; | ||
window?: Window; | ||
/** SDK name (eg: sdk-browser, sdk-react, sdk-angular, etc...) */ | ||
sdkName?: string; | ||
/** SDK version (eg: 1.2.3) */ | ||
sdkVersion?: string; | ||
/** Please don't do this. */ | ||
@@ -14,0 +18,0 @@ screebEndpoint?: string; |
@@ -12,2 +12,6 @@ import { HookOnQuestionReplied, HookOnReady, HookOnSurveyCompleted, HookOnSurveyHidden, HookOnSurveyShowed, HookOnSurveyStarted } from "./hooks.types"; | ||
window?: Window; | ||
/** SDK name (eg: sdk-browser, sdk-react, sdk-angular, etc...) */ | ||
sdkName?: string; | ||
/** SDK version (eg: 1.2.3) */ | ||
sdkVersion?: string; | ||
/** Please don't do this. */ | ||
@@ -14,0 +18,0 @@ screebEndpoint?: string; |
@@ -357,2 +357,4 @@ @screeb/sdk-browser | ||
| `screebEndpoint?` | `string` | Please don't do this. | | ||
| `sdkName?` | `string` | SDK name (eg: sdk-browser, sdk-react, sdk-angular, etc...) | | ||
| `sdkVersion?` | `string` | SDK version (eg: 1.2.3) | | ||
| `window?` | `Window` | If you're running Screeb tag in an iframe, please set the inner window here. | | ||
@@ -359,0 +361,0 @@ |
{ | ||
"name": "@screeb/sdk-browser", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "Screeb's browser sdk.", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"@screeb/eslint-config": "^0.1.6", | ||
"@screeb/typescript-config": "^0.1.9", | ||
"@screeb/typescript-config": "^0.1.10", | ||
"@types/jest": "^29.5.5", | ||
@@ -48,0 +48,0 @@ "@types/node": "^20.8.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80450
1858