Skip to content

Commit

Permalink
Fix module export
Browse files Browse the repository at this point in the history
  • Loading branch information
vallpaper authored and OndraFiedler committed Oct 26, 2023
1 parent d071bc8 commit 54fc26a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/api-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ApiClient {
url: url,
headers: {'Accept': 'application/json',
'Content-Type': 'application/json',
'User-Agent': 'recombee-node-api-client/4.1.2'},
'User-Agent': 'recombee-node-api-client/4.1.3'},
timeout: request.timeout,
agent: this.options.agent
};
Expand Down
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module "recombee-api-client" {
export module "recombee-api-client" {
namespace requests {
/**
* Base class for all the requests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recombee-api-client",
"version": "4.1.2",
"version": "4.1.3",
"description": "Node.js client (SDK) for easy use of the Recombee recommendation API",
"main": "index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 54fc26a

Please sign in to comment.