@wix/sdk-types
Advanced tools
Comparing version 1.9.3 to 1.10.0
@@ -19,2 +19,10 @@ type HostModule<T, H extends Host> = { | ||
apiBaseUrl?: string; | ||
/** | ||
* Possible data to be provided by every host, for cross cutting concerns | ||
* like internationalization, billing, etc. | ||
*/ | ||
essentials?: { | ||
language?: string; | ||
locale?: string; | ||
}; | ||
}; | ||
@@ -21,0 +29,0 @@ |
{ | ||
"name": "@wix/sdk-types", | ||
"version": "1.9.3", | ||
"version": "1.10.0", | ||
"license": "UNLICENSED", | ||
@@ -61,3 +61,3 @@ "author": { | ||
}, | ||
"falconPackageHash": "037724abaa77c16479505ad19a179b0dcda4784bc935776ecae8304f" | ||
"falconPackageHash": "e6cc451461c597b46119d4e2f907a40ddd00fda884e5b191e0af9d1b" | ||
} |
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
33776
460