Socket
Socket
Sign inDemoInstall

@aws-amplify/graphql-index-transformer

Package Overview
Dependencies
Maintainers
7
Versions
394
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/graphql-index-transformer - npm Package Compare versions

Comparing version 0.5.0-ext11.0 to 0.5.0-ext12.0

3

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [0.5.0-ext11.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.4.0...@aws-amplify/graphql-index-transformer@0.5.0-ext11.0) (2021-11-03)
# [0.5.0-ext12.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.4.0...@aws-amplify/graphql-index-transformer@0.5.0-ext12.0) (2021-11-05)

@@ -13,2 +13,3 @@

* [@auth](https://github.com/auth) fix relational auth, authv2 e2e with utils and fixes ([#8450](https://github.com/aws-amplify/amplify-cli/issues/8450)) ([aa320cd](https://github.com/aws-amplify/amplify-cli/commit/aa320cd2414665a484438f0764cf68fd78caa26a))
* **graphql-model-transformer:** override resource logical id to fix v1 to v2 transformer migration ([#8597](https://github.com/aws-amplify/amplify-cli/issues/8597)) ([e3a2afb](https://github.com/aws-amplify/amplify-cli/commit/e3a2afbbed6e97f143fc7c83064e2193f4c91bdd))
* loosen [@index](https://github.com/index) validation ([#8445](https://github.com/aws-amplify/amplify-cli/issues/8445)) ([c73db78](https://github.com/aws-amplify/amplify-cli/commit/c73db786ce962cf3d976866b3a0996bfbda255fa))

@@ -15,0 +16,0 @@ * prevent @index/[@primary](https://github.com/primary)Key from referencing itself ([#8561](https://github.com/aws-amplify/amplify-cli/issues/8561)) ([fc5a134](https://github.com/aws-amplify/amplify-cli/commit/fc5a1344d48cbfa0e7a2f5301c5acec2dde6c5e0))

@@ -323,3 +323,3 @@ "use strict";

assert_1.default(dataSource);
const resolver = ctx.resolvers.generateQueryResolver(queryTypeName, queryField, dataSource, graphql_transformer_core_1.MappingTemplate.s3MappingTemplateFromString(graphql_mapping_template_1.print(graphql_mapping_template_1.compoundExpression([
const resolver = ctx.resolvers.generateQueryResolver(queryTypeName, queryField, graphql_transformer_common_1.ResolverResourceIDs.ResolverResourceID(queryTypeName, queryField), dataSource, graphql_transformer_core_1.MappingTemplate.s3MappingTemplateFromString(graphql_mapping_template_1.print(graphql_mapping_template_1.compoundExpression([
setQuerySnippet(config, ctx, false),

@@ -326,0 +326,0 @@ graphql_mapping_template_1.set(graphql_mapping_template_1.ref('limit'), graphql_mapping_template_1.ref(`util.defaultIfNull($context.args.limit, ${graphql_transformer_common_1.ResourceConstants.DEFAULT_PAGE_LIMIT})`)),

{
"name": "@aws-amplify/graphql-index-transformer",
"version": "0.5.0-ext11.0",
"version": "0.5.0-ext12.0",
"description": "Amplify GraphQL index and key transformers",

@@ -30,5 +30,5 @@ "repository": {

"dependencies": {
"@aws-amplify/graphql-model-transformer": "0.7.0-ext11.0",
"@aws-amplify/graphql-transformer-core": "0.9.3-ext11.0",
"@aws-amplify/graphql-transformer-interfaces": "1.10.1-ext11.0",
"@aws-amplify/graphql-model-transformer": "0.7.0-ext12.0",
"@aws-amplify/graphql-transformer-core": "0.10.0-ext12.0",
"@aws-amplify/graphql-transformer-interfaces": "1.10.1-ext12.0",
"@aws-cdk/aws-appsync": "~1.124.0",

@@ -38,4 +38,4 @@ "@aws-cdk/aws-dynamodb": "~1.124.0",

"graphql": "^14.5.8",
"graphql-mapping-template": "4.18.4-ext11.0",
"graphql-transformer-common": "4.20.0-ext11.0"
"graphql-mapping-template": "4.18.4-ext12.0",
"graphql-transformer-common": "4.20.0-ext12.0"
},

@@ -60,3 +60,3 @@ "devDependencies": {

},
"gitHead": "e2ba7d8fe44f14db1ff37f64eca4a8e3e0750691"
"gitHead": "972eaf977002927880f57e724628ba6d2b46f7ce"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc