@findhotel/sapi
Advanced tools
Comparing version 0.21.1 to 0.21.2
@@ -0,1 +1,6 @@ | ||
## [0.21.2](https://github.com/FindHotel/sapi/compare/v0.21.1...v0.21.2) (2021-09-03) | ||
### Changed | ||
- Cloudfront url instead of CloudFlare for sapi-init | ||
## [0.21.1](https://github.com/FindHotel/sapi/compare/v0.21.0...v0.21.1) (2021-08-31) | ||
@@ -2,0 +7,0 @@ ### Changed |
@@ -31,3 +31,3 @@ import { SafConfig, SapiFeature, ProfileKey, DateString, Language, Currency } from './types'; | ||
} | ||
export declare function sapiInit(profileKey: ProfileKey, { baseUrl, endpoints }: SafConfig, { currency, language, variations }: Options): Promise<InitConfig>; | ||
export declare function sapiInit(profileKey: ProfileKey, { baseCloudFrontUrl, endpoints }: SafConfig, { currency, language, variations }: Options): Promise<InitConfig>; | ||
export {}; |
@@ -5,2 +5,3 @@ import { DateString, Language } from './types'; | ||
baseUrl: string; | ||
baseCloudFrontUrl: string; | ||
endpoints: Record<string, string>; | ||
@@ -7,0 +8,0 @@ } |
{ | ||
"name": "@findhotel/sapi", | ||
"version": "0.21.1", | ||
"version": "0.21.2", | ||
"description": "FindHotel Search API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
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
243302
2163