Skip to content

Commit

Permalink
Merge pull request #556 from kubeshop/f1ames/fix/synchronizer-missing…
Browse files Browse the repository at this point in the history
…-export

Add missing synchronizer/fetcher export
  • Loading branch information
f1ames authored Oct 25, 2023
2 parents 79d12cd + db453c1 commit 98995fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-radios-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@monokle/synchronizer": patch
---

Add missing fetcher export
1 change: 1 addition & 0 deletions packages/synchronizer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ export * from './utils/synchronizer.js';
export * from './constants.js';

export * from './createDefaultMonokleAuthenticator.js';
export * from './createDefaultMonokleFetcher.js';
export * from './createDefaultMonokleSynchronizer.js';

0 comments on commit 98995fb

Please sign in to comment.