Comparing version 5.5.0 to 5.6.0
# Changelog | ||
## 5.6.0 - 2020-12-03 | ||
Update Node versions in Travis configuration to [Node LTS versions](https://nodejs.org/en/about/releases/) | ||
## 5.5.0 - 2020-11-11 | ||
@@ -4,0 +7,0 @@ Add support for the [Flight Price Analysis API](https://developers.amadeus.com/self-service/category/air/api-doc/flight-price-analysis/api-reference) |
{ | ||
"name": "amadeus", | ||
"version": "5.5.0", | ||
"version": "5.6.0", | ||
"description": "Node library for the Amadeus travel APIs", | ||
@@ -5,0 +5,0 @@ "main": "lib/amadeus.js", |
@@ -14,3 +14,3 @@ # Amadeus Node SDK | ||
This module has been tested using Node 6 and higher, though it should work with Node 4 and 5 as well. You can install it using Yarn or NPM. | ||
This module has been tested using [Node LTS versions](https://nodejs.org/en/about/releases/). You can install it using Yarn or NPM. | ||
@@ -36,3 +36,3 @@ ```sh | ||
destinationLocationCode: 'BKK', | ||
departureDate: '2020-08-01', | ||
departureDate: '2021-04-01', | ||
adults: '2' | ||
@@ -193,3 +193,3 @@ }).then(function(response){ | ||
destinationLocationCode: 'BKK', | ||
departureDate: '2020-08-01', | ||
departureDate: '2021-04-01', | ||
adults: '2' | ||
@@ -202,3 +202,3 @@ }) | ||
destinationLocationCode: 'BKK', | ||
departureDate: '2020-08-01', | ||
departureDate: '2021-04-01', | ||
adults: '2' | ||
@@ -222,3 +222,3 @@ }).then(function(response){ | ||
destinationLocationCode: 'BKK', | ||
departureDate: '2020-08-01', | ||
departureDate: '2021-04-01', | ||
adults: '1' | ||
@@ -243,3 +243,3 @@ }).then(function(response){ | ||
destinationLocationCode: 'BKK', | ||
departureDate: '2020-08-01', | ||
departureDate: '2021-04-01', | ||
adults: '1' | ||
@@ -267,3 +267,3 @@ }).then(function(response){ | ||
destinationLocationCode: 'BKK', | ||
departureDate: '2020-08-01', | ||
departureDate: '2021-04-01', | ||
adults: '1' | ||
@@ -448,4 +448,4 @@ }).then(function(response){ | ||
destinationLocationCode: 'MAD', | ||
departureDate: '2020-08-01', | ||
returnDate: '2020-08-12' | ||
departureDate: '2021-04-01', | ||
returnDate: '2021-04-08' | ||
}) | ||
@@ -452,0 +452,0 @@ |
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
400964
70
4605