File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class ApiClient {
44
44
uri : url ,
45
45
headers : { 'Accept' : 'application/json' ,
46
46
'Content-Type' : 'application/json' ,
47
- 'User-Agent' : 'recombee-node-api-client/2.4.0 ' } ,
47
+ 'User-Agent' : 'recombee-node-api-client/2.4.1 ' } ,
48
48
timeout : request . timeout ,
49
49
resolveWithFullResponse : true ,
50
50
json : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " recombee-api-client" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"description" : " Node.js client (SDK) for easy use of the Recombee recommendation API" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
26
26
},
27
27
"homepage" : " https://github.com/Recombee/node-api-client#readme" ,
28
28
"dependencies" : {
29
- "request-promise" : " ^3.0.0" ,
29
+ "request-promise" : " ^4.0.0" ,
30
+ "request" : " ^2.88.0" ,
30
31
"jssha" : " ^2.3.0"
31
32
},
32
33
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments