Comparing version 2.1.0 to 2.2.0
@@ -60,6 +60,3 @@ declare type TourEventKind = "tour_started" | "tour_completed" | "tour_advanced" | "tour_cancelled" | "tour_interrupted" | "error"; | ||
}; | ||
declare function initHelpHero(appId: string): HelpHero; | ||
declare namespace initHelpHero { | ||
var default: typeof initHelpHero; | ||
} | ||
export default initHelpHero; | ||
export default function initHelpHero(appId: string): HelpHero; | ||
export {}; |
@@ -89,7 +89,3 @@ /** | ||
}; | ||
declare var initHelpHero: typeof npm$namespace$initHelpHero; | ||
declare var npm$namespace$initHelpHero: {| | ||
(appId: string): HelpHero | ||
|}; | ||
declare export default typeof initHelpHero; | ||
declare export default function initHelpHero(appId: string): HelpHero; | ||
declare export {}; |
@@ -59,3 +59,2 @@ (function (global, factory) { | ||
} | ||
initHelpHero.default = initHelpHero; | ||
@@ -62,0 +61,0 @@ return initHelpHero; |
{ | ||
"name": "helphero", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Offical HelpHero SDK for browsers", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/HelpHero/helphero-javascript.git", |
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
9285
209