@aws-amplify/graphql-searchable-transformer
Advanced tools
Comparing version 0.6.0 to 0.6.1-headless-s3-not-for-production.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.6.1-headless-s3-not-for-production.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-searchable-transformer@0.6.0...@aws-amplify/graphql-searchable-transformer@0.6.1-headless-s3-not-for-production.0) (2021-09-22) | ||
### Bug Fixes | ||
* **graphql-model-transformer:** [@model](https://github.com/model) conflict resolution ([#8035](https://github.com/aws-amplify/amplify-cli/issues/8035)) ([f3bdc4a](https://github.com/aws-amplify/amplify-cli/commit/f3bdc4ac1fcf596f634d9d2e968785e76f7b138c)) | ||
# [0.6.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-searchable-transformer@0.5.1...@aws-amplify/graphql-searchable-transformer@0.6.0) (2021-09-14) | ||
@@ -8,0 +19,0 @@ |
@@ -39,3 +39,3 @@ "use strict"; | ||
}); | ||
const isProjectUsingDataStore = false; | ||
const isProjectUsingDataStore = context.isProjectUsingDataStore(); | ||
stack.templateOptions.description = 'An auto-generated nested stack for searchable.'; | ||
@@ -42,0 +42,0 @@ stack.templateOptions.templateFormatVersion = '2010-09-09'; |
{ | ||
"name": "@aws-amplify/graphql-searchable-transformer", | ||
"version": "0.6.0", | ||
"version": "0.6.1-headless-s3-not-for-production.0", | ||
"description": "Amplfy GraphQL @searchable transformer", | ||
@@ -30,4 +30,4 @@ "repository": { | ||
"dependencies": { | ||
"@aws-amplify/graphql-transformer-core": "0.9.0", | ||
"@aws-amplify/graphql-transformer-interfaces": "1.9.0", | ||
"@aws-amplify/graphql-transformer-core": "0.9.1-headless-s3-not-for-production.0", | ||
"@aws-amplify/graphql-transformer-interfaces": "1.9.1-headless-s3-not-for-production.0", | ||
"@aws-cdk/aws-appsync": "~1.119.0", | ||
@@ -65,3 +65,3 @@ "@aws-cdk/aws-dynamodb": "~1.119.0", | ||
}, | ||
"gitHead": "2eeb994768671090801c28c07f744d9082810cf0" | ||
"gitHead": "633fe35382bff0520a342b58bef3647ab07ee8f2" | ||
} |
@@ -80,3 +80,3 @@ import { TransformerPluginBase, InvalidDirectiveError, MappingTemplate, DirectiveWrapper } from '@aws-amplify/graphql-transformer-core'; | ||
const isProjectUsingDataStore = false; | ||
const isProjectUsingDataStore = context.isProjectUsingDataStore(); | ||
@@ -83,0 +83,0 @@ stack.templateOptions.description = 'An auto-generated nested stack for searchable.'; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
374982
+ Added@aws-amplify/graphql-transformer-core@0.9.1-headless-s3-not-for-production.0(transitive)
+ Added@aws-amplify/graphql-transformer-interfaces@1.9.1-headless-s3-not-for-production.0(transitive)
- Removed@aws-amplify/graphql-transformer-core@0.9.0(transitive)
- Removed@aws-amplify/graphql-transformer-interfaces@1.9.0(transitive)
Updated@aws-amplify/graphql-transformer-core@0.9.1-headless-s3-not-for-production.0
Updated@aws-amplify/graphql-transformer-interfaces@1.9.1-headless-s3-not-for-production.0