File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.2 ' } ,
48+ 'User-Agent' : 'recombee-node-api-client/4.1.3 ' } ,
4949 timeout : request . timeout ,
5050 agent : this . options . agent
5151 } ;
Original file line number Diff line number Diff line change 1- declare module "recombee-api-client" {
1+ export module "recombee-api-client" {
22 namespace requests {
33 /**
44 * Base class for all the requests
Original file line number Diff line number Diff line change 11{
22 "name" : " recombee-api-client" ,
3- "version" : " 4.1.2 " ,
3+ "version" : " 4.1.3 " ,
44 "description" : " Node.js client (SDK) for easy use of the Recombee recommendation API" ,
55 "main" : " index.js" ,
66 "types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments