File tree Expand file tree Collapse file tree 7 files changed +27
-16
lines changed Expand file tree Collapse file tree 7 files changed +27
-16
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @aws-amplify/ai-constructs
2
2
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - bbd6add: GA release of backend AI features
8
+
9
+ ### Patch Changes
10
+
11
+ - fd8759d: Fix a case when Bedrock throws validation error if tool input is not persisted in history
12
+
3
13
## 0.8.2
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-amplify/ai-constructs" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"type" : " commonjs" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
Original file line number Diff line number Diff line change 1
1
# @aws-amplify/backend-ai
2
2
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - bbd6add: GA release of backend AI features
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ fd8759d]
12
+ - Updated dependencies [ bbd6add]
13
+ - @aws-amplify/ai-constructs @1.0.0
14
+
3
15
## 0.3.5
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-amplify/backend-ai" ,
3
- "version" : " 0.3.5 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"type" : " module" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
22
22
},
23
23
"license" : " Apache-2.0" ,
24
24
"dependencies" : {
25
- "@aws-amplify/ai-constructs" : " ^0.8 .0" ,
25
+ "@aws-amplify/ai-constructs" : " ^1.0 .0" ,
26
26
"@aws-amplify/backend-output-schemas" : " ^1.4.0" ,
27
27
"@aws-amplify/backend-output-storage" : " ^1.1.3" ,
28
28
"@aws-amplify/data-schema-types" : " ^1.2.0" ,
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"devDependencies" : {
7
7
"@apollo/client" : " ^3.10.1" ,
8
- "@aws-amplify/ai-constructs" : " ^0.8 .0" ,
8
+ "@aws-amplify/ai-constructs" : " ^1.0 .0" ,
9
9
"@aws-amplify/auth-construct" : " ^1.4.0" ,
10
10
"@aws-amplify/backend" : " ^1.6.0" ,
11
- "@aws-amplify/backend-ai" : " ^0.3.5 " ,
11
+ "@aws-amplify/backend-ai" : " ^1.0.0 " ,
12
12
"@aws-amplify/backend-secret" : " ^1.1.4" ,
13
13
"@aws-amplify/client-config" : " ^1.5.1" ,
14
14
"@aws-amplify/data-schema" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments