Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents f566cd0 + fbbb689 commit 399d692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client-sdk-nodejs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ import {
IMomentoCache,
SubscribeCallOptions,
SetOptions,
SortedSetPutElementsOptions,
CacheInfo,
CollectionTtl,
ItemType,
Expand Down Expand Up @@ -291,6 +292,7 @@ export {
CollectionTtl,
ItemType,
SetOptions,
SortedSetPutElementsOptions,
SortedSetOrder,
Configurations,
Configuration,
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export {
SetIfNotEqualOptions,
SetIfPresentAndNotEqualOptions,
SetIfAbsentOrEqualOptions,
SortedSetPutElementsOptions,
IncrementOptions,
} from './clients/ICacheClient';

Expand Down

0 comments on commit 399d692

Please sign in to comment.