@channel.io/channel-web-sdk-loader
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -92,3 +92,3 @@ declare global { | ||
export interface Profile { | ||
[key: string]: string | number | boolean | null; | ||
[key: string]: string | string[] | number | number[] | boolean | null; | ||
} | ||
@@ -95,0 +95,0 @@ /** |
{ | ||
"name": "@channel.io/channel-web-sdk-loader", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Official Channel Web SDK Loader", | ||
@@ -5,0 +5,0 @@ "exports": { |
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
89453