File tree Expand file tree Collapse file tree 8 files changed +27
-16
lines changed Expand file tree Collapse file tree 8 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/backend-function
2
2
3
+ ## 1.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 4e97389: add validation if layer arn region does not match function region
8
+
3
9
## 1.7.3
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-amplify/backend-function" ,
3
- "version" : " 1.7.3 " ,
3
+ "version" : " 1.7.4 " ,
4
4
"type" : " module" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
Original file line number Diff line number Diff line change 1
1
# @aws-amplify/backend
2
2
3
+ ## 1.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4e97389: add validation if layer arn region does not match function region
8
+ - Updated dependencies [ d0d8d4e]
9
+ - Updated dependencies [ 4e97389]
10
+ - @aws-amplify/client-config @1.5.2
11
+ - @aws-amplify/backend-function @1.7.4
12
+
3
13
## 1.6.0
4
14
5
15
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-amplify/backend" ,
3
- "version" : " 1.6.0 " ,
3
+ "version" : " 1.6.1 " ,
4
4
"type" : " module" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
27
27
"dependencies" : {
28
28
"@aws-amplify/data-schema" : " ^1.0.0" ,
29
29
"@aws-amplify/backend-auth" : " ^1.3.0" ,
30
- "@aws-amplify/backend-function" : " ^1.7.3 " ,
30
+ "@aws-amplify/backend-function" : " ^1.7.4 " ,
31
31
"@aws-amplify/backend-data" : " ^1.1.6" ,
32
32
"@aws-amplify/backend-output-schemas" : " ^1.4.0" ,
33
33
"@aws-amplify/backend-output-storage" : " ^1.1.3" ,
34
34
"@aws-amplify/backend-secret" : " ^1.1.4" ,
35
35
"@aws-amplify/backend-storage" : " ^1.2.2" ,
36
- "@aws-amplify/client-config" : " ^1.5.1 " ,
36
+ "@aws-amplify/client-config" : " ^1.5.2 " ,
37
37
"@aws-amplify/platform-core" : " ^1.1.0" ,
38
38
"@aws-amplify/plugin-types" : " ^1.3.1" ,
39
39
"@aws-sdk/client-amplify" : " ^3.624.0" ,
Original file line number Diff line number Diff line change 1
1
# @aws-amplify/client-config
2
2
3
+ ## 1.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - d0d8d4e: Fix a bug where $ sign in dart outputs would fail compilation
8
+
3
9
## 1.5.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-amplify/client-config" ,
3
- "version" : " 1.5.1 " ,
3
+ "version" : " 1.5.2 " ,
4
4
"type" : " module" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
You can’t perform that action at this time.
0 commit comments