Skip to content

Commit 54fc26a

Browse files
vallpaperOndraFiedler
authored andcommitted
Fix module export
1 parent d071bc8 commit 54fc26a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2'},
48+
'User-Agent': 'recombee-node-api-client/4.1.3'},
4949
timeout: request.timeout,
5050
agent: this.options.agent
5151
};

Diff for: lib/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare module "recombee-api-client" {
1+
export module "recombee-api-client" {
22
namespace requests {
33
/**
44
* Base class for all the requests

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)