@aws-amplify/datastore
Advanced tools
Comparing version 1.0.5-unstable.0 to 1.0.5-unstable.1
@@ -120,3 +120,4 @@ var __assign = (this && this.__assign) || function () { | ||
return field.association && | ||
field.association.connectionType === 'BELONGS_TO'; | ||
field.association.connectionType === 'BELONGS_TO' && | ||
field.type.model !== model.name; | ||
}) | ||
@@ -123,0 +124,0 @@ .forEach(function (field) { return wea.push(field.type.model); }); |
@@ -122,3 +122,4 @@ "use strict"; | ||
return field.association && | ||
field.association.connectionType === 'BELONGS_TO'; | ||
field.association.connectionType === 'BELONGS_TO' && | ||
field.type.model !== model.name; | ||
}) | ||
@@ -125,0 +126,0 @@ .forEach(function (field) { return wea.push(field.type.model); }); |
{ | ||
"name": "@aws-amplify/datastore", | ||
"version": "1.0.5-unstable.0+71543144", | ||
"version": "1.0.5-unstable.1+cb06d074", | ||
"description": "AppSyncLocal support for aws-amplify", | ||
@@ -38,5 +38,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@aws-amplify/api": "2.1.4-unstable.0+71543144", | ||
"@aws-amplify/core": "2.2.3-unstable.0+71543144", | ||
"@aws-amplify/pubsub": "2.1.4-unstable.0+71543144", | ||
"@aws-amplify/api": "2.1.4-unstable.1+cb06d074", | ||
"@aws-amplify/core": "2.2.3-unstable.1+cb06d074", | ||
"@aws-amplify/pubsub": "2.1.4-unstable.1+cb06d074", | ||
"idb": "4.0.4", | ||
@@ -93,3 +93,3 @@ "immer": "3.1.3", | ||
}, | ||
"gitHead": "7154314496360f2dc6614300184cf778bf338b64" | ||
"gitHead": "cb06d074578e9b1b79605469e57240dcc0fb3ab0" | ||
} |
@@ -147,3 +147,4 @@ import { ConsoleLogger as Logger } from '@aws-amplify/core'; | ||
field.association && | ||
field.association.connectionType === 'BELONGS_TO' | ||
field.association.connectionType === 'BELONGS_TO' && | ||
(<ModelFieldType>field.type).model !== model.name | ||
) | ||
@@ -150,0 +151,0 @@ .forEach(field => wea.push((<ModelFieldType>field.type).model)); |
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
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
8363892
73722
47
350
19
5