Skip to content

Commit 3ab41b4

Browse files
authored
chore: update amplify dependency to 2.46.1 (#195)
1 parent 2f7f718 commit 3ab41b4

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

Diff for: HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/aws-amplify/amplify-swift",
77
"state" : {
8-
"revision" : "7b1d5ee05a23ea24c7458dffed1c563c8501042d",
9-
"version" : "2.45.4"
8+
"revision" : "5b603ff7cfe1b03d753ae7ff9664316e6447f0ae",
9+
"version" : "2.46.1"
1010
}
1111
},
1212
{
@@ -23,26 +23,26 @@
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/awslabs/aws-crt-swift",
2525
"state" : {
26-
"revision" : "3f844bef042cc0a4c3381f7090414ce3f9a7e935",
27-
"version" : "0.37.0"
26+
"revision" : "dd17a98750b6182edacd6e8f0c30aa289c472b22",
27+
"version" : "0.40.0"
2828
}
2929
},
3030
{
3131
"identity" : "aws-sdk-swift",
3232
"kind" : "remoteSourceControl",
3333
"location" : "https://github.com/awslabs/aws-sdk-swift.git",
3434
"state" : {
35-
"revision" : "c6c1064da9bfccb119a7a8ab9ba636fb3bbfa6f5",
36-
"version" : "1.0.47"
35+
"revision" : "9ad12684f6cb9c9b60e840c051a2bba604024650",
36+
"version" : "1.0.69"
3737
}
3838
},
3939
{
4040
"identity" : "smithy-swift",
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/smithy-lang/smithy-swift",
4343
"state" : {
44-
"revision" : "3cd9f181b3ba8ff71da43bf53c09f8de6790a4ad",
45-
"version" : "0.96.0"
44+
"revision" : "402f091374dcf72c1e7ed43af10e3ee7e634fad8",
45+
"version" : "0.106.0"
4646
}
4747
},
4848
{
@@ -59,8 +59,8 @@
5959
"kind" : "remoteSourceControl",
6060
"location" : "https://github.com/apple/swift-log.git",
6161
"state" : {
62-
"revision" : "9cb486020ebf03bfa5b5df985387a14a98744537",
63-
"version" : "1.6.1"
62+
"revision" : "3d8596ed08bd13520157f0355e35caed215ffbfa",
63+
"version" : "1.6.3"
6464
}
6565
}
6666
],

Diff for: Package.resolved

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/aws-amplify/amplify-swift",
77
"state" : {
8-
"revision" : "7b1d5ee05a23ea24c7458dffed1c563c8501042d",
9-
"version" : "2.45.4"
8+
"revision" : "5b603ff7cfe1b03d753ae7ff9664316e6447f0ae",
9+
"version" : "2.46.1"
1010
}
1111
},
1212
{
@@ -23,26 +23,26 @@
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/awslabs/aws-crt-swift",
2525
"state" : {
26-
"revision" : "3f844bef042cc0a4c3381f7090414ce3f9a7e935",
27-
"version" : "0.37.0"
26+
"revision" : "dd17a98750b6182edacd6e8f0c30aa289c472b22",
27+
"version" : "0.40.0"
2828
}
2929
},
3030
{
3131
"identity" : "aws-sdk-swift",
3232
"kind" : "remoteSourceControl",
3333
"location" : "https://github.com/awslabs/aws-sdk-swift",
3434
"state" : {
35-
"revision" : "c6c1064da9bfccb119a7a8ab9ba636fb3bbfa6f5",
36-
"version" : "1.0.47"
35+
"revision" : "9ad12684f6cb9c9b60e840c051a2bba604024650",
36+
"version" : "1.0.69"
3737
}
3838
},
3939
{
4040
"identity" : "smithy-swift",
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/smithy-lang/smithy-swift",
4343
"state" : {
44-
"revision" : "3cd9f181b3ba8ff71da43bf53c09f8de6790a4ad",
45-
"version" : "0.96.0"
44+
"revision" : "402f091374dcf72c1e7ed43af10e3ee7e634fad8",
45+
"version" : "0.106.0"
4646
}
4747
},
4848
{
@@ -59,8 +59,8 @@
5959
"kind" : "remoteSourceControl",
6060
"location" : "https://github.com/apple/swift-log.git",
6161
"state" : {
62-
"revision" : "96a2f8a0fa41e9e09af4585e2724c4e825410b91",
63-
"version" : "1.6.2"
62+
"revision" : "3d8596ed08bd13520157f0355e35caed215ffbfa",
63+
"version" : "1.6.3"
6464
}
6565
}
6666
],

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["FaceLiveness"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.45.4")
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.46.1")
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)