Skip to content

Commit

Permalink
chore(api-graphql): bump types dep to 0.2.8 (#12494)
Browse files Browse the repository at this point in the history
* bump types

* fix excessively deep instantiation error

* fixed yarn lock and deep types error (for real this time)
  • Loading branch information
svidgen authored Nov 2, 2023
1 parent 54ab58f commit cfd348e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/api-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@aws-amplify/api-rest": "4.0.0",
"@aws-amplify/auth": "6.0.0",
"@aws-amplify/core": "6.0.0",
"@aws-amplify/amplify-api-next-types-alpha": "^0.2.5",
"@aws-amplify/amplify-api-next-types-alpha": "^0.2.8",
"@aws-sdk/types": "3.387.0",
"graphql": "15.8.0",
"tslib": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/API.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export function generateClient<T extends Record<any, any> = never>(
return internalGenerateClient({
...options,
amplify: Amplify,
});
}) as unknown as V6Client<T>;
}
8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit cfd348e

Please sign in to comment.