Skip to content

Commit

Permalink
feat: expose config type (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Jul 18, 2023
1 parent fb3ca7a commit fb9b1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unleash-client",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"description": "Unleash Client for Node",
"license": "Apache-2.0",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/unleash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { ImpressionEvent, UnleashEvents } from './events';
import { UnleashConfig } from './unleash-config';
import FileStorageProvider from './repository/storage-provider-file';

export { Strategy, UnleashEvents };
export { Strategy, UnleashEvents, UnleashConfig };

const BACKUP_PATH: string = tmpdir();

Expand Down

0 comments on commit fb9b1ed

Please sign in to comment.