Skip to content
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

Merged
merged 3 commits into from
Apr 12, 2024
Merged

feat: bump deps to latest #27

merged 3 commits into from
Apr 12, 2024

Conversation

eaddingtonwhite
Copy link
Member

No description provided.

"@types/commander": "^2.12.2",
"commander": "^10.0.0",
"@types/uuid": "^9.0.1",
"uuid": "^9.0.0"
Copy link
Member Author

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.

@eaddingtonwhite eaddingtonwhite changed the title feat: bump deps to latest and pin feat: bump deps to latest Apr 12, 2024
@@ -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';
Copy link
Member Author

@eaddingtonwhite eaddingtonwhite Apr 12, 2024

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.

@eaddingtonwhite eaddingtonwhite merged commit 5baf9c7 into main Apr 12, 2024
9 checks passed
@eaddingtonwhite eaddingtonwhite deleted the feat/bump-deps branch April 12, 2024 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants