Socket
Socket
Sign inDemoInstall

@aws-amplify/graphql-transformer-interfaces

Package Overview
Dependencies
Maintainers
0
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.11.0-gen2-migration.0 to 3.11.0-gen2-migration-0809.0

1

API.md

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

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

@@ -929,0 +930,0 @@ populateOwnerFieldForStaticGroupAuth: boolean;

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

# [3.11.0-gen2-migration.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.10.0...@aws-amplify/graphql-transformer-interfaces@3.11.0-gen2-migration.0) (2024-07-15)
# [3.11.0-gen2-migration-0809.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.10.1...@aws-amplify/graphql-transformer-interfaces@3.11.0-gen2-migration-0809.0) (2024-08-09)

@@ -14,2 +14,8 @@ ### Features

## [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)

@@ -16,0 +22,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.11.0-gen2-migration.0",
"version": "3.11.0-gen2-migration-0809.0",
"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": "95431091fe3a13ae97a1f57a0bffb23f49c7e569"
"gitHead": "005a7b9dcb09f8c3b73574ab51b29762d1f71e00"
}

@@ -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