@splitsoftware/browser-suite
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0-rc.2
{ | ||
"name": "@splitsoftware/browser-suite", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"description": "Split Suite for JavaScript on Browser", | ||
@@ -5,0 +5,0 @@ "main": "cjs/index.js", |
@@ -70,5 +70,5 @@ // Declaration file for JavaScript Browser Split Software SDK | ||
/** | ||
* This represents the interface for the Suite instance, that is an extension of the ISDK interface. | ||
* This represents the interface for the Suite instance, that is an extension of the IBrowserSDK interface. | ||
*/ | ||
export interface ISuiteSDK extends SplitIO.ISDK { | ||
export interface ISuiteSDK extends SplitIO.IBrowserSDK { | ||
/** | ||
@@ -81,3 +81,3 @@ * Returns the default client instance of the SDK and adds its identity (i.e., user key and traffic type pair) to the RUM agent for event tracking. | ||
*/ | ||
client(): SplitIO.IClient, | ||
client(): SplitIO.IBrowserClient, | ||
/** | ||
@@ -92,3 +92,3 @@ * Returns a shared client of the SDK and adds its identity (i.e., user key and traffic type pair) to the RUM agent for event tracking. | ||
*/ | ||
client(key: SplitIO.SplitKey, trafficType?: string): SplitIO.IClient, | ||
client(key: SplitIO.SplitKey, trafficType?: string): SplitIO.IBrowserClient, | ||
/** | ||
@@ -95,0 +95,0 @@ * Returns the Browser RUM Agent. |
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
37503