Skip to content

Commit

Permalink
bump: data-construct version to ^1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyu99 committed Aug 23, 2024
1 parent 78a1af8 commit 48fc26e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion packages/backend-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@aws-amplify/backend-output-storage": "^1.1.1",
"@aws-amplify/backend-output-schemas": "^1.1.0",
"@aws-amplify/data-construct": "^1.9.1",
"@aws-amplify/data-construct": "^1.9.6",
"@aws-amplify/plugin-types": "^1.2.1",
"@aws-amplify/data-schema-types": "^1.1.1"
}
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-types/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ export type SsmEnvironmentEntry = {
// @public (undocumented)
export type StableBackendIdentifiers = {
getStableBackendHash: () => string;
getDeploymentType?: () => string;
};

// (No @packageDocumentation comment for this package)
Expand Down

0 comments on commit 48fc26e

Please sign in to comment.