Skip to content

Commit

Permalink
add license and bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Feb 8, 2024
1 parent 1154745 commit af52ac4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/api-graphql/src/internals/clientUtils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import {
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

import type {
SchemaModel,
ModelAttribute,
SecondaryIndexAttribute,
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
"name": "[API] generateClient (AppSync)",
"path": "./dist/esm/api/index.mjs",
"import": "{ generateClient }",
"limit": "36.50 kB"
"limit": "36.80 kB"
},
{
"name": "[API] REST API handlers",
Expand Down

0 comments on commit af52ac4

Please sign in to comment.