Skip to content

Commit d071bc8

Browse files
committed
Merge branch 'fix_typescript_support' into 'master'
Improve Typescript support See merge request api-clients/node-api-client!3
2 parents c3b2fc0 + 821e427 commit d071bc8

File tree

3 files changed

+2323
-2318
lines changed

3 files changed

+2323
-2318
lines changed

Diff for: lib/api-client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ApiClient {
4545
url: url,
4646
headers: {'Accept': 'application/json',
4747
'Content-Type': 'application/json',
48-
'User-Agent': 'recombee-node-api-client/4.1.1'},
48+
'User-Agent': 'recombee-node-api-client/4.1.2'},
4949
timeout: request.timeout,
5050
agent: this.options.agent
5151
};

0 commit comments

Comments
 (0)