Skip to content

Commit 5907a7e

Browse files
committed
fix(recommend): export recommend methods to use them in algoliasearch
1 parent 19d4d3b commit 5907a7e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/recommend/src/builds/browser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ recommend.version = version;
6868

6969
export type RecommendClient = WithRecommendMethods<BaseRecommendClient>;
7070

71+
export * from '../methods';
7172
export * from '../types';

packages/recommend/src/builds/node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ recommend.version = version;
6262

6363
export type RecommendClient = WithRecommendMethods<BaseRecommendClient> & Destroyable;
6464

65+
export * from '../methods';
6566
export * from '../types';

0 commit comments

Comments
 (0)