@aws-amplify/api-graphql
Advanced tools
Comparing version 1.0.2-ui-preview.8 to 1.0.2-ui-preview.9
@@ -309,3 +309,3 @@ var __assign = (this && this.__assign) || function () { | ||
}; | ||
endpoint = (customGraphqlEndpoint !== null && customGraphqlEndpoint !== void 0 ? customGraphqlEndpoint : appSyncGraphqlEndpoint); | ||
endpoint = customGraphqlEndpoint || appSyncGraphqlEndpoint; | ||
if (!endpoint) { | ||
@@ -312,0 +312,0 @@ error = new GraphQLError('No graphql endpoint provided.'); |
@@ -311,3 +311,3 @@ "use strict"; | ||
}; | ||
endpoint = (customGraphqlEndpoint !== null && customGraphqlEndpoint !== void 0 ? customGraphqlEndpoint : appSyncGraphqlEndpoint); | ||
endpoint = customGraphqlEndpoint || appSyncGraphqlEndpoint; | ||
if (!endpoint) { | ||
@@ -314,0 +314,0 @@ error = new GraphQLError_1.GraphQLError('No graphql endpoint provided.'); |
{ | ||
"name": "@aws-amplify/api-graphql", | ||
"version": "1.0.2-ui-preview.8+e0ec550d", | ||
"version": "1.0.2-ui-preview.9+6d1019fa", | ||
"description": "Api-graphql category of aws-amplify", | ||
@@ -35,7 +35,7 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@aws-amplify/api-rest": "1.0.2-ui-preview.8+e0ec550d", | ||
"@aws-amplify/auth": "1.6.1-ui-preview.8+e0ec550d", | ||
"@aws-amplify/cache": "1.2.1-ui-preview.8+e0ec550d", | ||
"@aws-amplify/core": "1.3.1-ui-preview.8+e0ec550d", | ||
"@aws-amplify/pubsub": "1.3.1-ui-preview.8+e0ec550d", | ||
"@aws-amplify/api-rest": "1.0.2-ui-preview.9+6d1019fa", | ||
"@aws-amplify/auth": "1.6.1-ui-preview.9+6d1019fa", | ||
"@aws-amplify/cache": "1.2.1-ui-preview.9+6d1019fa", | ||
"@aws-amplify/core": "1.3.1-ui-preview.9+6d1019fa", | ||
"@aws-amplify/pubsub": "1.3.1-ui-preview.9+6d1019fa", | ||
"@types/zen-observable": "^0.5.3", | ||
@@ -87,3 +87,3 @@ "graphql": "0.13.0", | ||
}, | ||
"gitHead": "e0ec550dc500c76518426a70f2a79db74e35daf7" | ||
"gitHead": "6d1019fa242e6574b8dca10de0ae7ed96bbcfa9f" | ||
} |
@@ -246,3 +246,3 @@ /* | ||
const endpoint = customGraphqlEndpoint ?? appSyncGraphqlEndpoint; | ||
const endpoint = customGraphqlEndpoint || appSyncGraphqlEndpoint; | ||
@@ -249,0 +249,0 @@ if (!endpoint) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1391818