Socket
Socket
Sign inDemoInstall

@aws-amplify/graphql-relational-transformer

Package Overview
Dependencies
Maintainers
10
Versions
413
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.2.0-amplify-table-preview.1 to 2.2.0-construct-publish-test.0

11

CHANGELOG.md

@@ -6,12 +6,11 @@ # Change Log

# [2.2.0-amplify-table-preview.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.2.0-amplify-table-preview.0...@aws-amplify/graphql-relational-transformer@2.2.0-amplify-table-preview.1) (2023-10-13)
# [2.2.0-construct-publish-test.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.1.8...@aws-amplify/graphql-relational-transformer@2.2.0-construct-publish-test.0) (2023-11-08)
**Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
### Features
# [2.2.0-amplify-table-preview.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.1.7...@aws-amplify/graphql-relational-transformer@2.2.0-amplify-table-preview.0) (2023-10-12)
- add managed table support in API construct ([#2024](https://github.com/aws-amplify/amplify-category-api/issues/2024)) ([96a0d94](https://github.com/aws-amplify/amplify-category-api/commit/96a0d94fa872a5329da120f53be139833449b815)), closes [#1849](https://github.com/aws-amplify/amplify-category-api/issues/1849) [#1903](https://github.com/aws-amplify/amplify-category-api/issues/1903) [#1940](https://github.com/aws-amplify/amplify-category-api/issues/1940) [#1971](https://github.com/aws-amplify/amplify-category-api/issues/1971) [#1973](https://github.com/aws-amplify/amplify-category-api/issues/1973)
### Features
## [2.1.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.1.7...@aws-amplify/graphql-relational-transformer@2.1.8) (2023-11-02)
- amplify table construct & key schema related transformer changes ([#1903](https://github.com/aws-amplify/amplify-category-api/issues/1903)) ([16cbc64](https://github.com/aws-amplify/amplify-category-api/commit/16cbc64fdfe2bf6e5b725d3c9eafebaeaa613fdc))
- **amplify-table:** add non-GSI update in handler ([#1940](https://github.com/aws-amplify/amplify-category-api/issues/1940)) ([26c4c2d](https://github.com/aws-amplify/amplify-category-api/commit/26c4c2d952b193b20a9abffabe0686385dacfb62))
**Note:** Version bump only for package @aws-amplify/graphql-relational-transformer

@@ -18,0 +17,0 @@ ## [2.1.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.1.6...@aws-amplify/graphql-relational-transformer@2.1.7) (2023-10-12)

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

};
(0, graphql_index_transformer_1.overrideIndexAtCfnLevel)(ctx, table, newIndex);
(0, graphql_index_transformer_1.overrideIndexAtCfnLevel)(ctx, relatedType.name.value, table, newIndex);
}

@@ -243,0 +243,0 @@ exports.updateTableForConnection = updateTableForConnection;

{
"name": "@aws-amplify/graphql-relational-transformer",
"version": "2.2.0-amplify-table-preview.1",
"version": "2.2.0-construct-publish-test.0",
"description": "Amplify GraphQL relational modeling transformers",

@@ -31,13 +31,13 @@ "repository": {

"dependencies": {
"@aws-amplify/graphql-index-transformer": "2.2.0-amplify-table-preview.1",
"@aws-amplify/graphql-model-transformer": "2.3.0-amplify-table-preview.1",
"@aws-amplify/graphql-transformer-core": "2.3.0-amplify-table-preview.0",
"@aws-amplify/graphql-transformer-interfaces": "3.3.0-amplify-table-preview.0",
"@aws-amplify/graphql-index-transformer": "2.2.0-construct-publish-test.0",
"@aws-amplify/graphql-model-transformer": "2.3.0-construct-publish-test.0",
"@aws-amplify/graphql-transformer-core": "2.3.0-construct-publish-test.0",
"@aws-amplify/graphql-transformer-interfaces": "3.3.0-construct-publish-test.0",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.12",
"graphql-transformer-common": "4.26.0-amplify-table-preview.0",
"graphql-transformer-common": "4.26.0-construct-publish-test.0",
"immer": "^9.0.12"
},
"devDependencies": {
"@aws-amplify/graphql-transformer-test-utils": "0.2.7-amplify-table-preview.0"
"@aws-amplify/graphql-transformer-test-utils": "0.3.0-construct-publish-test.0"
},

@@ -70,3 +70,3 @@ "peerDependencies": {

},
"gitHead": "52aaca8c166bebf7166fe4b165c9584b4337f31a"
"gitHead": "834040d5d4ac7290aed664176ffbd4559cbbf8d2"
}

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