@aws-amplify/graphql-api-construct 1.16.0 → 1.16.1-ai-streaming.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +19 -19
- package/CHANGELOG.md +4 -0
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +1 -1
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.d.ts +19 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.js +36 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/index.d.ts +2 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/index.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.d.ts +11 -4
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.js +279 -67
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_message_history_retriever.js +34 -8
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.d.ts +2 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.js +17 -4
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.d.ts +17 -3
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.js +56 -18
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/default_handler.d.ts +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/event_tools_provider.js +2 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.d.ts +7 -7
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.js +3 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/executable_tool_factory.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/executable_tool_factory.js +16 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.d.ts +2 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.js +4 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/index.d.ts +3 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/index.js +4 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.d.ts +71 -14
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/README.md +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/index.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/v1.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/v1.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.d.ts +118 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.d.ts +117 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.js +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/index.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/v1.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/v1.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/index.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/v1.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/v1.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.d.ts +59 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.js +12 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.d.ts +59 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/index.d.ts +515 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/index.js +112 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.js +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.d.ts +42 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.js +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/index.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/v1.d.ts +27 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/v1.js +12 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.d.ts +32 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.js +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/package.json +27 -0
- package/node_modules/@aws-amplify/ai-constructs/package.json +9 -2
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +11 -11
- package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/conversation-directive-configuration.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/conversation-directive-configuration.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.d.ts +5 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js +61 -3
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.js +3 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-response-stream-pipeline-definition.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-response-stream-pipeline-definition.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-response-stream-pipeline-definition.js +58 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-response-stream-pipeline-definition.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.js +3 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/send-message-pipeline-definition.js +4 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/send-message-pipeline-definition.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/assistant-streaming-mutation-resolver-fn.template.js +96 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/invoke-lambda-resolver-fn.template.js +6 -4
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.js +8 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.js +6 -2
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js +2 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +9 -9
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +9 -9
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer/package.json +17 -17
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +3 -3
- package/node_modules/graphql-transformer-common/CHANGELOG.md +4 -0
- package/node_modules/graphql-transformer-common/package.json +2 -2
- package/package.json +20 -20
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-generation-transformer",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.6-ai-streaming.0",
|
4
4
|
"description": "Amplify GraphQL @generation transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -25,15 +25,15 @@
|
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
27
|
"@aws-amplify/graphql-directives": "2.4.0",
|
28
|
-
"@aws-amplify/graphql-transformer-core": "3.2.
|
28
|
+
"@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
|
29
29
|
"@aws-amplify/graphql-transformer-interfaces": "4.1.2",
|
30
30
|
"graphql": "^15.5.0",
|
31
31
|
"graphql-mapping-template": "5.0.1",
|
32
|
-
"graphql-transformer-common": "5.1.0",
|
32
|
+
"graphql-transformer-common": "5.1.1-ai-streaming.0",
|
33
33
|
"immer": "^9.0.12"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
36
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
39
|
"aws-cdk-lib": "^2.158.0",
|
@@ -75,5 +75,5 @@
|
|
75
75
|
"/__tests__/"
|
76
76
|
]
|
77
77
|
},
|
78
|
-
"gitHead": "
|
78
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
79
79
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [3.0.8-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@3.0.7...@aws-amplify/graphql-http-transformer@3.0.8-ai-streaming.0) (2024-10-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-http-transformer
|
9
|
+
|
6
10
|
## [3.0.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@3.0.6...@aws-amplify/graphql-http-transformer@3.0.7) (2024-10-28)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-http-transformer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-http-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.8-ai-streaming.0",
|
4
4
|
"description": "Amplify GraphQL @http transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,14 +30,14 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-amplify/graphql-directives": "2.4.0",
|
33
|
-
"@aws-amplify/graphql-transformer-core": "3.2.
|
33
|
+
"@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
|
34
34
|
"@aws-amplify/graphql-transformer-interfaces": "4.1.2",
|
35
35
|
"graphql": "^15.5.0",
|
36
36
|
"graphql-mapping-template": "5.0.1",
|
37
|
-
"graphql-transformer-common": "5.1.0"
|
37
|
+
"graphql-transformer-common": "5.1.1-ai-streaming.0"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
40
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0"
|
41
41
|
},
|
42
42
|
"peerDependencies": {
|
43
43
|
"aws-cdk-lib": "^2.158.0",
|
@@ -83,5 +83,5 @@
|
|
83
83
|
"printBasicPrototype": true
|
84
84
|
}
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
87
87
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [3.0.8-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@3.0.7...@aws-amplify/graphql-index-transformer@3.0.8-ai-streaming.0) (2024-10-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
9
|
+
|
6
10
|
## [3.0.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@3.0.6...@aws-amplify/graphql-index-transformer@3.0.7) (2024-10-28)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.8-ai-streaming.0",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,15 +30,15 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-amplify/graphql-directives": "2.4.0",
|
33
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
34
|
-
"@aws-amplify/graphql-transformer-core": "3.2.
|
33
|
+
"@aws-amplify/graphql-model-transformer": "3.0.8-ai-streaming.0",
|
34
|
+
"@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
|
35
35
|
"@aws-amplify/graphql-transformer-interfaces": "4.1.2",
|
36
36
|
"graphql": "^15.5.0",
|
37
37
|
"graphql-mapping-template": "5.0.1",
|
38
|
-
"graphql-transformer-common": "5.1.0"
|
38
|
+
"graphql-transformer-common": "5.1.1-ai-streaming.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
41
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
44
|
"aws-cdk-lib": "^2.158.0",
|
@@ -81,5 +81,5 @@
|
|
81
81
|
"printBasicPrototype": true
|
82
82
|
}
|
83
83
|
},
|
84
|
-
"gitHead": "
|
84
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
85
85
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [4.0.8-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@4.0.7...@aws-amplify/graphql-maps-to-transformer@4.0.8-ai-streaming.0) (2024-10-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
|
9
|
+
|
6
10
|
## [4.0.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@4.0.6...@aws-amplify/graphql-maps-to-transformer@4.0.7) (2024-10-28)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-maps-to-transformer",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.8-ai-streaming.0",
|
4
4
|
"description": "Amplify GraphQL @mapsTo transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -32,21 +32,21 @@
|
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
34
|
"@aws-amplify/graphql-directives": "2.4.0",
|
35
|
-
"@aws-amplify/graphql-transformer-core": "3.2.
|
35
|
+
"@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
|
36
36
|
"@aws-amplify/graphql-transformer-interfaces": "4.1.2",
|
37
37
|
"graphql-mapping-template": "5.0.1",
|
38
|
-
"graphql-transformer-common": "5.1.0"
|
38
|
+
"graphql-transformer-common": "5.1.1-ai-streaming.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
41
|
"aws-cdk-lib": "^2.158.0",
|
42
42
|
"constructs": "^10.3.0"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@aws-amplify/graphql-index-transformer": "3.0.
|
46
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
47
|
-
"@aws-amplify/graphql-relational-transformer": "3.0.
|
48
|
-
"@aws-amplify/graphql-searchable-transformer": "3.0.
|
49
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
45
|
+
"@aws-amplify/graphql-index-transformer": "3.0.8-ai-streaming.0",
|
46
|
+
"@aws-amplify/graphql-model-transformer": "3.0.8-ai-streaming.0",
|
47
|
+
"@aws-amplify/graphql-relational-transformer": "3.0.8-ai-streaming.0",
|
48
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.8-ai-streaming.0",
|
49
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0",
|
50
50
|
"graphql": "^15.5.0"
|
51
51
|
},
|
52
52
|
"jest": {
|
@@ -86,5 +86,5 @@
|
|
86
86
|
"printBasicPrototype": true
|
87
87
|
}
|
88
88
|
},
|
89
|
-
"gitHead": "
|
89
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
90
90
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [3.0.8-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@3.0.7...@aws-amplify/graphql-model-transformer@3.0.8-ai-streaming.0) (2024-10-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
9
|
+
|
6
10
|
## [3.0.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@3.0.6...@aws-amplify/graphql-model-transformer@3.0.7) (2024-10-28)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-model-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.8-ai-streaming.0",
|
4
4
|
"description": "Amplify graphql @model transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -34,18 +34,18 @@
|
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@aws-amplify/graphql-directives": "2.4.0",
|
37
|
-
"@aws-amplify/graphql-transformer-core": "3.2.
|
37
|
+
"@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
|
38
38
|
"@aws-amplify/graphql-transformer-interfaces": "4.1.2",
|
39
39
|
"graphql": "^15.5.0",
|
40
40
|
"graphql-mapping-template": "5.0.1",
|
41
|
-
"graphql-transformer-common": "5.1.0"
|
41
|
+
"graphql-transformer-common": "5.1.1-ai-streaming.0"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
44
|
"aws-cdk-lib": "^2.158.0",
|
45
45
|
"constructs": "^10.3.0"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
48
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0",
|
49
49
|
"@aws-sdk/client-dynamodb": "^3.624.0",
|
50
50
|
"@aws-sdk/client-lambda": "^3.624.0",
|
51
51
|
"@aws-sdk/client-sfn": "^3.624.0",
|
@@ -93,5 +93,5 @@
|
|
93
93
|
"printBasicPrototype": true
|
94
94
|
}
|
95
95
|
},
|
96
|
-
"gitHead": "
|
96
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
97
97
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [3.0.8-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@3.0.7...@aws-amplify/graphql-predictions-transformer@3.0.8-ai-streaming.0) (2024-10-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
|
9
|
+
|
6
10
|
## [3.0.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@3.0.6...@aws-amplify/graphql-predictions-transformer@3.0.7) (2024-10-28)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
|
package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-predictions-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.8-ai-streaming.0",
|
4
4
|
"description": "Amplify GraphQL @predictions transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,18 +30,18 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-amplify/graphql-directives": "2.4.0",
|
33
|
-
"@aws-amplify/graphql-transformer-core": "3.2.
|
33
|
+
"@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
|
34
34
|
"@aws-amplify/graphql-transformer-interfaces": "4.1.2",
|
35
35
|
"graphql": "^15.5.0",
|
36
36
|
"graphql-mapping-template": "5.0.1",
|
37
|
-
"graphql-transformer-common": "5.1.0"
|
37
|
+
"graphql-transformer-common": "5.1.1-ai-streaming.0"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|
40
40
|
"aws-cdk-lib": "^2.158.0",
|
41
41
|
"constructs": "^10.3.0"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
44
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0",
|
45
45
|
"bestzip": "^2.1.5"
|
46
46
|
},
|
47
47
|
"jest": {
|
@@ -84,5 +84,5 @@
|
|
84
84
|
"printBasicPrototype": true
|
85
85
|
}
|
86
86
|
},
|
87
|
-
"gitHead": "
|
87
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
88
88
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [3.0.8-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@3.0.7...@aws-amplify/graphql-relational-transformer@3.0.8-ai-streaming.0) (2024-10-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
|
9
|
+
|
6
10
|
## [3.0.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@3.0.6...@aws-amplify/graphql-relational-transformer@3.0.7) (2024-10-28)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-relational-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.8-ai-streaming.0",
|
4
4
|
"description": "Amplify GraphQL relational modeling transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,17 +30,17 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-amplify/graphql-directives": "2.4.0",
|
33
|
-
"@aws-amplify/graphql-index-transformer": "3.0.
|
34
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
35
|
-
"@aws-amplify/graphql-transformer-core": "3.2.
|
33
|
+
"@aws-amplify/graphql-index-transformer": "3.0.8-ai-streaming.0",
|
34
|
+
"@aws-amplify/graphql-model-transformer": "3.0.8-ai-streaming.0",
|
35
|
+
"@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
|
36
36
|
"@aws-amplify/graphql-transformer-interfaces": "4.1.2",
|
37
37
|
"graphql": "^15.5.0",
|
38
38
|
"graphql-mapping-template": "5.0.1",
|
39
|
-
"graphql-transformer-common": "5.1.0",
|
39
|
+
"graphql-transformer-common": "5.1.1-ai-streaming.0",
|
40
40
|
"immer": "^9.0.12"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
43
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0"
|
44
44
|
},
|
45
45
|
"peerDependencies": {
|
46
46
|
"aws-cdk-lib": "^2.158.0",
|
@@ -83,5 +83,5 @@
|
|
83
83
|
"printBasicPrototype": true
|
84
84
|
}
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
87
87
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [3.0.8-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-searchable-transformer@3.0.7...@aws-amplify/graphql-searchable-transformer@3.0.8-ai-streaming.0) (2024-10-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-searchable-transformer
|
9
|
+
|
6
10
|
## [3.0.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-searchable-transformer@3.0.6...@aws-amplify/graphql-searchable-transformer@3.0.7) (2024-10-28)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-searchable-transformer
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-searchable-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.8-ai-streaming.0",
|
4
4
|
"description": "Amplfy GraphQL @searchable transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,19 +30,19 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-amplify/graphql-directives": "2.4.0",
|
33
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
34
|
-
"@aws-amplify/graphql-transformer-core": "3.2.
|
33
|
+
"@aws-amplify/graphql-model-transformer": "3.0.8-ai-streaming.0",
|
34
|
+
"@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
|
35
35
|
"@aws-amplify/graphql-transformer-interfaces": "4.1.2",
|
36
36
|
"graphql": "^15.5.0",
|
37
37
|
"graphql-mapping-template": "5.0.1",
|
38
|
-
"graphql-transformer-common": "5.1.0"
|
38
|
+
"graphql-transformer-common": "5.1.1-ai-streaming.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
41
|
"aws-cdk-lib": "^2.158.0",
|
42
42
|
"constructs": "^10.3.0"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
45
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0",
|
46
46
|
"@types/node": "^18.0.0"
|
47
47
|
},
|
48
48
|
"jest": {
|
@@ -88,5 +88,5 @@
|
|
88
88
|
"printBasicPrototype": true
|
89
89
|
}
|
90
90
|
},
|
91
|
-
"gitHead": "
|
91
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
92
92
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [0.4.8-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-sql-transformer@0.4.7...@aws-amplify/graphql-sql-transformer@0.4.8-ai-streaming.0) (2024-10-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-sql-transformer
|
9
|
+
|
6
10
|
## [0.4.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-sql-transformer@0.4.6...@aws-amplify/graphql-sql-transformer@0.4.7) (2024-10-28)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-sql-transformer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-sql-transformer",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.8-ai-streaming.0",
|
4
4
|
"description": "Amplify GraphQL @sql transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,15 +30,15 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-amplify/graphql-directives": "2.4.0",
|
33
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
34
|
-
"@aws-amplify/graphql-transformer-core": "3.2.
|
33
|
+
"@aws-amplify/graphql-model-transformer": "3.0.8-ai-streaming.0",
|
34
|
+
"@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
|
35
35
|
"@aws-amplify/graphql-transformer-interfaces": "4.1.2",
|
36
36
|
"graphql": "^15.5.0",
|
37
37
|
"graphql-mapping-template": "5.0.1",
|
38
|
-
"graphql-transformer-common": "5.1.0"
|
38
|
+
"graphql-transformer-common": "5.1.1-ai-streaming.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
41
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
44
|
"aws-cdk-lib": "^2.158.0",
|
@@ -84,5 +84,5 @@
|
|
84
84
|
"printBasicPrototype": true
|
85
85
|
}
|
86
86
|
},
|
87
|
-
"gitHead": "
|
87
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
88
88
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.1.6-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer@2.1.5...@aws-amplify/graphql-transformer@2.1.6-ai-streaming.0) (2024-10-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-transformer
|
9
|
+
|
6
10
|
## [2.1.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer@2.1.4...@aws-amplify/graphql-transformer@2.1.5) (2024-10-28)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-transformer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-transformer",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.6-ai-streaming.0",
|
4
4
|
"description": "Amplify GraphQL Transformer Root Package",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -29,24 +29,24 @@
|
|
29
29
|
"access": "public"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@aws-amplify/graphql-auth-transformer": "4.1.
|
33
|
-
"@aws-amplify/graphql-conversation-transformer": "0.5.0",
|
34
|
-
"@aws-amplify/graphql-default-value-transformer": "3.1.
|
35
|
-
"@aws-amplify/graphql-function-transformer": "3.1.
|
36
|
-
"@aws-amplify/graphql-generation-transformer": "0.2.
|
37
|
-
"@aws-amplify/graphql-http-transformer": "3.0.
|
38
|
-
"@aws-amplify/graphql-index-transformer": "3.0.
|
39
|
-
"@aws-amplify/graphql-maps-to-transformer": "4.0.
|
40
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
41
|
-
"@aws-amplify/graphql-predictions-transformer": "3.0.
|
42
|
-
"@aws-amplify/graphql-relational-transformer": "3.0.
|
43
|
-
"@aws-amplify/graphql-searchable-transformer": "3.0.
|
44
|
-
"@aws-amplify/graphql-sql-transformer": "0.4.
|
45
|
-
"@aws-amplify/graphql-transformer-core": "3.2.
|
32
|
+
"@aws-amplify/graphql-auth-transformer": "4.1.6-ai-streaming.0",
|
33
|
+
"@aws-amplify/graphql-conversation-transformer": "0.5.1-ai-streaming.0",
|
34
|
+
"@aws-amplify/graphql-default-value-transformer": "3.1.3-ai-streaming.0",
|
35
|
+
"@aws-amplify/graphql-function-transformer": "3.1.5-ai-streaming.0",
|
36
|
+
"@aws-amplify/graphql-generation-transformer": "0.2.6-ai-streaming.0",
|
37
|
+
"@aws-amplify/graphql-http-transformer": "3.0.8-ai-streaming.0",
|
38
|
+
"@aws-amplify/graphql-index-transformer": "3.0.8-ai-streaming.0",
|
39
|
+
"@aws-amplify/graphql-maps-to-transformer": "4.0.8-ai-streaming.0",
|
40
|
+
"@aws-amplify/graphql-model-transformer": "3.0.8-ai-streaming.0",
|
41
|
+
"@aws-amplify/graphql-predictions-transformer": "3.0.8-ai-streaming.0",
|
42
|
+
"@aws-amplify/graphql-relational-transformer": "3.0.8-ai-streaming.0",
|
43
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.8-ai-streaming.0",
|
44
|
+
"@aws-amplify/graphql-sql-transformer": "0.4.8-ai-streaming.0",
|
45
|
+
"@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
|
46
46
|
"@aws-amplify/graphql-transformer-interfaces": "4.1.2"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
49
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0",
|
50
50
|
"@types/node": "^18.0.0",
|
51
51
|
"fs-extra": "^8.1.0",
|
52
52
|
"rimraf": "^3.0.0",
|
@@ -96,5 +96,5 @@
|
|
96
96
|
"printBasicPrototype": true
|
97
97
|
}
|
98
98
|
},
|
99
|
-
"gitHead": "
|
99
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
100
100
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [3.2.3-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-core@3.2.2...@aws-amplify/graphql-transformer-core@3.2.3-ai-streaming.0) (2024-10-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-transformer-core
|
9
|
+
|
6
10
|
## [3.2.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-core@3.2.1...@aws-amplify/graphql-transformer-core@3.2.2) (2024-10-28)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-transformer-core
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-transformer-core",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.3-ai-streaming.0",
|
4
4
|
"description": "A framework to transform from GraphQL SDL to AWS CloudFormation.",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"fs-extra": "^8.1.0",
|
35
35
|
"graphql": "^15.5.0",
|
36
36
|
"graphql-mapping-template": "5.0.1",
|
37
|
-
"graphql-transformer-common": "5.1.0",
|
37
|
+
"graphql-transformer-common": "5.1.1-ai-streaming.0",
|
38
38
|
"hjson": "^3.2.2",
|
39
39
|
"lodash": "^4.17.21",
|
40
40
|
"md5": "^2.3.0",
|
@@ -93,5 +93,5 @@
|
|
93
93
|
"printBasicPrototype": true
|
94
94
|
}
|
95
95
|
},
|
96
|
-
"gitHead": "
|
96
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
97
97
|
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [5.1.1-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@5.1.0...graphql-transformer-common@5.1.1-ai-streaming.0) (2024-10-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package graphql-transformer-common
|
9
|
+
|
6
10
|
# [5.1.0](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@5.0.1...graphql-transformer-common@5.1.0) (2024-10-28)
|
7
11
|
|
8
12
|
### Bug Fixes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "graphql-transformer-common",
|
3
|
-
"version": "5.1.0",
|
3
|
+
"version": "5.1.1-ai-streaming.0",
|
4
4
|
"description": "Common code and constants for AppSync Transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -73,5 +73,5 @@
|
|
73
73
|
"printBasicPrototype": true
|
74
74
|
}
|
75
75
|
},
|
76
|
-
"gitHead": "
|
76
|
+
"gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
|
77
77
|
}
|