Skip to content

Commit

Permalink
chore: upgrade schema-model, schema-model-types , related enum test (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
svidgen authored Feb 21, 2024
1 parent 7d95fa1 commit 4377bdd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ describe('generateClient', () => {
const client = generateClient<Schema>({ amplify: Amplify });

expect(() => {
client.enums.Status.values();
client.enums.SecondaryIndexModelStatus.values();
}).toThrow(
'Client could not be generated. This is likely due to `Amplify.configure()` not being called prior to `generateClient()` or because the configuration passed to `Amplify.configure()` is missing GraphQL provider configuration.',
);
Expand Down
4 changes: 2 additions & 2 deletions packages/api-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@aws-amplify/data-schema": "^0.13.2",
"@aws-amplify/data-schema": "^0.13.4",
"@rollup/plugin-typescript": "11.1.5",
"rollup": "^4.9.6",
"typescript": "5.0.2"
Expand All @@ -86,7 +86,7 @@
"dependencies": {
"@aws-amplify/api-rest": "4.0.17",
"@aws-amplify/core": "6.0.17",
"@aws-amplify/data-schema-types": "^0.7.2",
"@aws-amplify/data-schema-types": "^0.7.3",
"@aws-sdk/types": "3.387.0",
"graphql": "15.8.0",
"rxjs": "^7.8.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4377bdd

Please sign in to comment.