-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: bump deps to latest #27
Conversation
"@types/commander": "^2.12.2", | ||
"commander": "^10.0.0", | ||
"@types/uuid": "^9.0.1", | ||
"uuid": "^9.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uuid was only used by tests.
@@ -2,5 +2,4 @@ export {MomentoRedisClient, IMomentoRedisClient} from './momento-redis-client'; | |||
export {createClient, createScopedClient} from './create-client'; | |||
export {commandOptions} from '@redis/client'; | |||
|
|||
import * as momento from '@gomomento/sdk'; | |||
export {momento}; | |||
export {CacheClient, Configurations, CredentialProvider} from '@gomomento/sdk'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cprice404 JFYI made this consistent how we are doing in IORedis now. Will need to update examples/README in this repo also.
No description provided.