Skip to content

Commit

Permalink
fix(@aws-amplify/datastore): export SortDirection and syncExpression …
Browse files Browse the repository at this point in the history
…from aws-amplify (#7104)
  • Loading branch information
iartemiev authored Nov 3, 2020
1 parent 75bae72 commit 8b3183f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/aws-amplify/__tests__/exports-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ describe('aws-amplify', () => {
"graphqlOperation",
"DataStore",
"Predicates",
"SortDirection",
"syncExpression",
"PubSub",
"Cache",
"Interactions",
Expand Down
7 changes: 6 additions & 1 deletion packages/aws-amplify/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ export {
export { Auth } from '@aws-amplify/auth';
export { Storage, StorageClass } from '@aws-amplify/storage';
export { API, APIClass, graphqlOperation } from '@aws-amplify/api';
export { DataStore, Predicates } from '@aws-amplify/datastore';
export {
DataStore,
Predicates,
SortDirection,
syncExpression,
} from '@aws-amplify/datastore';
export { PubSub } from '@aws-amplify/pubsub';
export { default as Cache } from '@aws-amplify/cache';
export { Interactions } from '@aws-amplify/interactions';
Expand Down

0 comments on commit 8b3183f

Please sign in to comment.