watson-developer-cloud
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -0,1 +1,4 @@ | ||
# v2.4.2 | ||
* Fix issue with automatically loading Alchemy* credentials from the Bluemix environment | ||
# v2.4.1 | ||
@@ -2,0 +5,0 @@ * Revert part of credential change: Alchemy* services again use `apikey` while visual recognition uses `api_key` |
@@ -28,3 +28,3 @@ 'use strict'; | ||
{}, | ||
this.getCredentialsFromBluemix(this.name), // todo: test if this works | ||
this.getCredentialsFromBluemix('alchemy_api'), // this is the same for all Alchemy* services | ||
this.getCredentialsFromEnvironment(this.name), | ||
@@ -31,0 +31,0 @@ options |
{ | ||
"name": "watson-developer-cloud", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Client library to use the IBM Watson Services and AlchemyAPI", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
237064