Skip to content

Commit cbef5c0

Browse files
committed
Bumped v0.18.2
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent bdaad3d commit cbef5c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class Client {
6161
return this._request('POST', '/barcode/scan', body)
6262
}
6363

64-
currencyExchange(request) {
65-
return this._request('POST', '/currency/exchange', request, true)
64+
currencyConvert(request) {
65+
return this._request('POST', '/currency/convert', request, true)
6666
}
6767

6868
dnsLookup(request) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "labstack",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": "Official Node.js client library for the LabStack API",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)