Socket
Socket
Sign inDemoInstall

@aws-amplify/graphql-transformer-interfaces

Package Overview
Dependencies
Maintainers
9
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.10.0 to 3.10.1

1

API.md

@@ -917,2 +917,3 @@ ## API Report File for "@aws-amplify/graphql-transformer-interfaces"

replaceTableUponGsiUpdate: boolean;
allowGen1Patterns: boolean;
useSubUsernameForDefaultIdentityClaim: boolean;

@@ -919,0 +920,0 @@ populateOwnerFieldForStaticGroupAuth: boolean;

@@ -6,2 +6,8 @@ # Change Log

## [3.10.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.10.0...@aws-amplify/graphql-transformer-interfaces@3.10.1) (2024-07-15)
### Bug Fixes
- add translation behavior to disable gen 1 patterns ([#2670](https://github.com/aws-amplify/amplify-category-api/issues/2670)) ([38d1a71](https://github.com/aws-amplify/amplify-category-api/commit/38d1a718ec2b0290f514780c6d1d5f0790ba7764))
# [3.10.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.9.0...@aws-amplify/graphql-transformer-interfaces@3.10.0) (2024-07-01)

@@ -8,0 +14,0 @@

@@ -8,2 +8,3 @@ export type TransformParameters = {

replaceTableUponGsiUpdate: boolean;
allowGen1Patterns: boolean;
useSubUsernameForDefaultIdentityClaim: boolean;

@@ -10,0 +11,0 @@ populateOwnerFieldForStaticGroupAuth: boolean;

8

package.json
{
"name": "@aws-amplify/graphql-transformer-interfaces",
"version": "3.10.0",
"version": "3.10.1",
"description": "Amplify GraphQL transformer interface definitions",

@@ -33,4 +33,4 @@ "repository": {

"peerDependencies": {
"aws-cdk-lib": "^2.80.0",
"constructs": "^10.0.5"
"aws-cdk-lib": "^2.129.0",
"constructs": "^10.3.0"
},

@@ -64,3 +64,3 @@ "jest": {

},
"gitHead": "25f293039b3430194e038725e71b3526ae1204d4"
"gitHead": "1cdf6b3886e79240b8c95e3c513e2556a7ef0380"
}

@@ -17,2 +17,3 @@ /**

replaceTableUponGsiUpdate: boolean;
allowGen1Patterns: boolean;

@@ -19,0 +20,0 @@ // Auth Params

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