@aws-amplify/api
Advanced tools
Comparing version 6.2.4-unstable.289f3e8.0 to 6.2.4-unstable.b8f57f2.0
export { InternalAPI, InternalAPIClass } from './InternalAPI'; | ||
export { generateClientWithAmplifyInstance } from '@aws-amplify/api-graphql/internals/server'; | ||
export { V6ClientSSRCookies, V6ClientSSRRequest, } from '@aws-amplify/api-graphql'; | ||
export { CommonPublicClientOptions, DefaultCommonClientOptions, } from '@aws-amplify/api-graphql/internals'; |
{ | ||
"name": "@aws-amplify/api", | ||
"version": "6.2.4-unstable.289f3e8.0+289f3e8", | ||
"version": "6.2.4-unstable.b8f57f2.0+b8f57f2", | ||
"description": "Api category of aws-amplify", | ||
@@ -71,3 +71,3 @@ "main": "./dist/cjs/index.js", | ||
"devDependencies": { | ||
"@aws-amplify/core": "6.9.4-unstable.289f3e8.0+289f3e8", | ||
"@aws-amplify/core": "6.9.4-unstable.b8f57f2.0+b8f57f2", | ||
"jest-fetch-mock": "3.0.3", | ||
@@ -85,4 +85,4 @@ "typescript": "5.0.2" | ||
"dependencies": { | ||
"@aws-amplify/api-graphql": "4.7.4-unstable.289f3e8.0+289f3e8", | ||
"@aws-amplify/api-rest": "4.0.69-unstable.289f3e8.0+289f3e8", | ||
"@aws-amplify/api-graphql": "4.7.4-unstable.b8f57f2.0+b8f57f2", | ||
"@aws-amplify/api-rest": "4.0.69-unstable.b8f57f2.0+b8f57f2", | ||
"@aws-amplify/data-schema": "^1.7.0", | ||
@@ -93,5 +93,5 @@ "rxjs": "^7.8.1", | ||
"peerDependencies": { | ||
"@aws-amplify/core": "6.9.4-unstable.289f3e8.0+289f3e8" | ||
"@aws-amplify/core": "6.9.4-unstable.b8f57f2.0+b8f57f2" | ||
}, | ||
"gitHead": "289f3e8d1bbf8c95abffb553b612699f43cdccb5" | ||
"gitHead": "b8f57f25ea29e027fd90727979c386d9deeeb41e" | ||
} |
@@ -5,1 +5,9 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
export { generateClientWithAmplifyInstance } from '@aws-amplify/api-graphql/internals/server'; | ||
export { | ||
V6ClientSSRCookies, | ||
V6ClientSSRRequest, | ||
} from '@aws-amplify/api-graphql'; | ||
export { | ||
CommonPublicClientOptions, | ||
DefaultCommonClientOptions, | ||
} from '@aws-amplify/api-graphql/internals'; |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
56051
490