Skip to content

Commit ffb72d2

Browse files
authored
chore: update SDKs to v2.25.0 (#1395)
1 parent f924f1f commit ffb72d2

File tree

14 files changed

+209
-209
lines changed

14 files changed

+209
-209
lines changed

AWSPluginsCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$AMPLIFY_VERSION = '1.13.3'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

13-
$AWS_SDK_VERSION = '2.24.0'
13+
$AWS_SDK_VERSION = '2.25.0'
1414
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
1515

1616
Pod::Spec.new do |s|

AWSPredictionsPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$AMPLIFY_VERSION = '1.13.3'
33
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
44

5-
$AWS_SDK_VERSION = '2.24.0'
5+
$AWS_SDK_VERSION = '2.25.0'
66
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
77

88
Pod::Spec.new do |s|

AmplifyPlugins.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$AMPLIFY_VERSION = '1.13.3'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

13-
$AWS_SDK_VERSION = '2.24.0'
13+
$AWS_SDK_VERSION = '2.25.0'
1414
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
1515

1616
Pod::Spec.new do |s|

AmplifyPlugins/API/Podfile.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ PODS:
33
- Amplify/Default (= 1.13.3)
44
- Amplify/Default (1.13.3)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.13.3):
6-
- AWSAuthCore (~> 2.24.0)
7-
- AWSCognitoIdentityProvider (~> 2.24.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.24.0)
9-
- AWSCore (~> 2.24.0)
10-
- AWSMobileClient (~> 2.24.0)
6+
- AWSAuthCore (~> 2.25.0)
7+
- AWSCognitoIdentityProvider (~> 2.25.0)
8+
- AWSCognitoIdentityProviderASF (~> 2.25.0)
9+
- AWSCore (~> 2.25.0)
10+
- AWSMobileClient (~> 2.25.0)
1111
- AWSPluginsCore (= 1.13.3)
1212
- AmplifyTestCommon (1.13.3):
1313
- Amplify (= 1.13.3)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.13.3)
1515
- AmplifyTestCommon/AWSPluginsTestCommon (1.13.3):
1616
- Amplify (= 1.13.3)
17-
- AWSCore (~> 2.24.0)
18-
- AWSMobileClient (~> 2.24.0)
17+
- AWSCore (~> 2.25.0)
18+
- AWSMobileClient (~> 2.25.0)
1919
- AWSPluginsCore (= 1.13.3)
2020
- AppSyncRealTimeClient (1.5.0):
2121
- Starscream (~> 3.1.1)
22-
- AWSAuthCore (2.24.5):
23-
- AWSCore (= 2.24.5)
24-
- AWSCognitoIdentityProvider (2.24.5):
25-
- AWSCognitoIdentityProviderASF (= 2.24.5)
26-
- AWSCore (= 2.24.5)
27-
- AWSCognitoIdentityProviderASF (2.24.5)
28-
- AWSCore (2.24.5)
29-
- AWSMobileClient (2.24.5):
30-
- AWSAuthCore (= 2.24.5)
31-
- AWSCognitoIdentityProvider (= 2.24.5)
32-
- AWSCognitoIdentityProviderASF (= 2.24.5)
33-
- AWSCore (= 2.24.5)
22+
- AWSAuthCore (2.25.0):
23+
- AWSCore (= 2.25.0)
24+
- AWSCognitoIdentityProvider (2.25.0):
25+
- AWSCognitoIdentityProviderASF (= 2.25.0)
26+
- AWSCore (= 2.25.0)
27+
- AWSCognitoIdentityProviderASF (2.25.0)
28+
- AWSCore (2.25.0)
29+
- AWSMobileClient (2.25.0):
30+
- AWSAuthCore (= 2.25.0)
31+
- AWSCognitoIdentityProvider (= 2.25.0)
32+
- AWSCognitoIdentityProviderASF (= 2.25.0)
33+
- AWSCore (= 2.25.0)
3434
- AWSPluginsCore (1.13.3):
3535
- Amplify (= 1.13.3)
36-
- AWSCore (~> 2.24.0)
36+
- AWSCore (~> 2.25.0)
3737
- CwlCatchException (1.0.2)
3838
- CwlPreconditionTesting (1.1.1):
3939
- CwlCatchException
@@ -46,7 +46,7 @@ DEPENDENCIES:
4646
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
4747
- AmplifyTestCommon (from `../../`)
4848
- AppSyncRealTimeClient (~> 1.4)
49-
- AWSMobileClient (~> 2.24.0)
49+
- AWSMobileClient (~> 2.25.0)
5050
- AWSPluginsCore (from `../../`)
5151
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5252
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -91,15 +91,15 @@ CHECKOUT OPTIONS:
9191

9292
SPEC CHECKSUMS:
9393
Amplify: 533d502d872cf91c09861720d59f5ec916cc1c33
94-
AmplifyPlugins: 1b62bc69051dec11c8c9a44676090d4e390551f1
95-
AmplifyTestCommon: 511bada5d0cbff5ee755c5251023a241b917f4f6
94+
AmplifyPlugins: 55040abe0ddf3c60e6f8c82fbc23ed14d1a108a2
95+
AmplifyTestCommon: f18fb20498674a490f2e6253daccffdf9d220df7
9696
AppSyncRealTimeClient: 2b4482b1770a3e5cf64f9714a6d198550017b5a2
97-
AWSAuthCore: 73f2e518d32f094b656fea905651bc3288ef05c0
98-
AWSCognitoIdentityProvider: d32ff306a4d3aafcdc42ce40bd36e44d3f274201
99-
AWSCognitoIdentityProviderASF: 1ccfe4092b617de54f203c1b728e7be6f49716c1
100-
AWSCore: 2d4b06b24e2f882deec23567438195818b16a3f2
101-
AWSMobileClient: 72e55c9c7162516feab354aa67f4d38dcecdcfc7
102-
AWSPluginsCore: c347f9088e9b327d2e5e0a09fc7de4763e4ea9bc
97+
AWSAuthCore: c1ea75ec283e5ac3eb042de21f7ab127ad50de11
98+
AWSCognitoIdentityProvider: f52be11a4b2f2e9971ef0559da24e288d5c28869
99+
AWSCognitoIdentityProviderASF: d58893fe74d0db1817e77592eed30c4f5b5a2672
100+
AWSCore: 9c51a3004e9e91528160ea978fd0c5d92780a45e
101+
AWSMobileClient: b4480d4b69b1ae52a76588f74bf9c936f7600e46
102+
AWSPluginsCore: 030a0030446d71c9a967a18fd463cc33cc2bdc14
103103
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
104104
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
105105
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0

AmplifyPlugins/Analytics/Podfile.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ PODS:
33
- Amplify/Default (= 1.13.3)
44
- Amplify/Default (1.13.3)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.13.3):
6-
- AWSAuthCore (~> 2.24.0)
7-
- AWSCognitoIdentityProvider (~> 2.24.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.24.0)
9-
- AWSCore (~> 2.24.0)
10-
- AWSMobileClient (~> 2.24.0)
6+
- AWSAuthCore (~> 2.25.0)
7+
- AWSCognitoIdentityProvider (~> 2.25.0)
8+
- AWSCognitoIdentityProviderASF (~> 2.25.0)
9+
- AWSCore (~> 2.25.0)
10+
- AWSMobileClient (~> 2.25.0)
1111
- AWSPluginsCore (= 1.13.3)
1212
- AmplifyTestCommon (1.13.3):
1313
- Amplify (= 1.13.3)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.13.3)
1515
- AmplifyTestCommon/AWSPluginsTestCommon (1.13.3):
1616
- Amplify (= 1.13.3)
17-
- AWSCore (~> 2.24.0)
18-
- AWSMobileClient (~> 2.24.0)
17+
- AWSCore (~> 2.25.0)
18+
- AWSMobileClient (~> 2.25.0)
1919
- AWSPluginsCore (= 1.13.3)
20-
- AWSAuthCore (2.24.5):
21-
- AWSCore (= 2.24.5)
22-
- AWSCognitoIdentityProvider (2.24.5):
23-
- AWSCognitoIdentityProviderASF (= 2.24.5)
24-
- AWSCore (= 2.24.5)
25-
- AWSCognitoIdentityProviderASF (2.24.5)
26-
- AWSCore (2.24.5)
27-
- AWSMobileClient (2.24.5):
28-
- AWSAuthCore (= 2.24.5)
29-
- AWSCognitoIdentityProvider (= 2.24.5)
30-
- AWSCognitoIdentityProviderASF (= 2.24.5)
31-
- AWSCore (= 2.24.5)
32-
- AWSPinpoint (2.24.5):
33-
- AWSCore (= 2.24.5)
20+
- AWSAuthCore (2.25.0):
21+
- AWSCore (= 2.25.0)
22+
- AWSCognitoIdentityProvider (2.25.0):
23+
- AWSCognitoIdentityProviderASF (= 2.25.0)
24+
- AWSCore (= 2.25.0)
25+
- AWSCognitoIdentityProviderASF (2.25.0)
26+
- AWSCore (2.25.0)
27+
- AWSMobileClient (2.25.0):
28+
- AWSAuthCore (= 2.25.0)
29+
- AWSCognitoIdentityProvider (= 2.25.0)
30+
- AWSCognitoIdentityProviderASF (= 2.25.0)
31+
- AWSCore (= 2.25.0)
32+
- AWSPinpoint (2.25.0):
33+
- AWSCore (= 2.25.0)
3434
- AWSPluginsCore (1.13.3):
3535
- Amplify (= 1.13.3)
36-
- AWSCore (~> 2.24.0)
36+
- AWSCore (~> 2.25.0)
3737
- CwlCatchException (1.0.2)
3838
- CwlPreconditionTesting (1.1.1):
3939
- CwlCatchException
@@ -44,7 +44,7 @@ DEPENDENCIES:
4444
- Amplify (from `../../`)
4545
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
4646
- AmplifyTestCommon (from `../../`)
47-
- AWSPinpoint (~> 2.24.0)
47+
- AWSPinpoint (~> 2.25.0)
4848
- AWSPluginsCore (from `../../`)
4949
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5050
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -88,15 +88,15 @@ CHECKOUT OPTIONS:
8888

8989
SPEC CHECKSUMS:
9090
Amplify: 533d502d872cf91c09861720d59f5ec916cc1c33
91-
AmplifyPlugins: 1b62bc69051dec11c8c9a44676090d4e390551f1
92-
AmplifyTestCommon: 511bada5d0cbff5ee755c5251023a241b917f4f6
93-
AWSAuthCore: 73f2e518d32f094b656fea905651bc3288ef05c0
94-
AWSCognitoIdentityProvider: d32ff306a4d3aafcdc42ce40bd36e44d3f274201
95-
AWSCognitoIdentityProviderASF: 1ccfe4092b617de54f203c1b728e7be6f49716c1
96-
AWSCore: 2d4b06b24e2f882deec23567438195818b16a3f2
97-
AWSMobileClient: 72e55c9c7162516feab354aa67f4d38dcecdcfc7
98-
AWSPinpoint: a4444edba76b3c6ee7985a0bd7c2b290b2ddcbe8
99-
AWSPluginsCore: c347f9088e9b327d2e5e0a09fc7de4763e4ea9bc
91+
AmplifyPlugins: 55040abe0ddf3c60e6f8c82fbc23ed14d1a108a2
92+
AmplifyTestCommon: f18fb20498674a490f2e6253daccffdf9d220df7
93+
AWSAuthCore: c1ea75ec283e5ac3eb042de21f7ab127ad50de11
94+
AWSCognitoIdentityProvider: f52be11a4b2f2e9971ef0559da24e288d5c28869
95+
AWSCognitoIdentityProviderASF: d58893fe74d0db1817e77592eed30c4f5b5a2672
96+
AWSCore: 9c51a3004e9e91528160ea978fd0c5d92780a45e
97+
AWSMobileClient: b4480d4b69b1ae52a76588f74bf9c936f7600e46
98+
AWSPinpoint: 6c9b072769fee46dea2f403769799731237d8dc0
99+
AWSPluginsCore: 030a0030446d71c9a967a18fd463cc33cc2bdc14
100100
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
101101
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
102102
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4

AmplifyPlugins/Auth/Podfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ PODS:
77
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.13.3)
88
- AmplifyTestCommon/AWSPluginsTestCommon (1.13.3):
99
- Amplify (= 1.13.3)
10-
- AWSCore (~> 2.24.0)
11-
- AWSMobileClient (~> 2.24.0)
10+
- AWSCore (~> 2.25.0)
11+
- AWSMobileClient (~> 2.25.0)
1212
- AWSPluginsCore (= 1.13.3)
13-
- AWSAuthCore (2.24.5):
14-
- AWSCore (= 2.24.5)
15-
- AWSCognitoIdentityProvider (2.24.5):
16-
- AWSCognitoIdentityProviderASF (= 2.24.5)
17-
- AWSCore (= 2.24.5)
18-
- AWSCognitoIdentityProviderASF (2.24.5)
19-
- AWSCore (2.24.5)
20-
- AWSMobileClient (2.24.5):
21-
- AWSAuthCore (= 2.24.5)
22-
- AWSCognitoIdentityProvider (= 2.24.5)
23-
- AWSCognitoIdentityProviderASF (= 2.24.5)
24-
- AWSCore (= 2.24.5)
13+
- AWSAuthCore (2.25.0):
14+
- AWSCore (= 2.25.0)
15+
- AWSCognitoIdentityProvider (2.25.0):
16+
- AWSCognitoIdentityProviderASF (= 2.25.0)
17+
- AWSCore (= 2.25.0)
18+
- AWSCognitoIdentityProviderASF (2.25.0)
19+
- AWSCore (2.25.0)
20+
- AWSMobileClient (2.25.0):
21+
- AWSAuthCore (= 2.25.0)
22+
- AWSCognitoIdentityProvider (= 2.25.0)
23+
- AWSCognitoIdentityProviderASF (= 2.25.0)
24+
- AWSCore (= 2.25.0)
2525
- AWSPluginsCore (1.13.3):
2626
- Amplify (= 1.13.3)
27-
- AWSCore (~> 2.24.0)
27+
- AWSCore (~> 2.25.0)
2828
- CwlCatchException (1.0.2)
2929
- CwlPreconditionTesting (1.1.1):
3030
- CwlCatchException
@@ -34,7 +34,7 @@ PODS:
3434
DEPENDENCIES:
3535
- Amplify (from `../../`)
3636
- AmplifyTestCommon (from `../../`)
37-
- AWSMobileClient (~> 2.24.0)
37+
- AWSMobileClient (~> 2.25.0)
3838
- AWSPluginsCore (from `../../`)
3939
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
4040
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -75,13 +75,13 @@ CHECKOUT OPTIONS:
7575

7676
SPEC CHECKSUMS:
7777
Amplify: 533d502d872cf91c09861720d59f5ec916cc1c33
78-
AmplifyTestCommon: 511bada5d0cbff5ee755c5251023a241b917f4f6
79-
AWSAuthCore: 73f2e518d32f094b656fea905651bc3288ef05c0
80-
AWSCognitoIdentityProvider: d32ff306a4d3aafcdc42ce40bd36e44d3f274201
81-
AWSCognitoIdentityProviderASF: 1ccfe4092b617de54f203c1b728e7be6f49716c1
82-
AWSCore: 2d4b06b24e2f882deec23567438195818b16a3f2
83-
AWSMobileClient: 72e55c9c7162516feab354aa67f4d38dcecdcfc7
84-
AWSPluginsCore: c347f9088e9b327d2e5e0a09fc7de4763e4ea9bc
78+
AmplifyTestCommon: f18fb20498674a490f2e6253daccffdf9d220df7
79+
AWSAuthCore: c1ea75ec283e5ac3eb042de21f7ab127ad50de11
80+
AWSCognitoIdentityProvider: f52be11a4b2f2e9971ef0559da24e288d5c28869
81+
AWSCognitoIdentityProviderASF: d58893fe74d0db1817e77592eed30c4f5b5a2672
82+
AWSCore: 9c51a3004e9e91528160ea978fd0c5d92780a45e
83+
AWSMobileClient: b4480d4b69b1ae52a76588f74bf9c936f7600e46
84+
AWSPluginsCore: 030a0030446d71c9a967a18fd463cc33cc2bdc14
8585
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
8686
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
8787
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4

AmplifyPlugins/DataStore/Podfile.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@ PODS:
44
- Amplify/Default (1.13.3)
55
- AmplifyPlugins/AWSAPIPlugin (1.13.3):
66
- AppSyncRealTimeClient (~> 1.4)
7-
- AWSCore (~> 2.24.0)
7+
- AWSCore (~> 2.25.0)
88
- AWSPluginsCore (= 1.13.3)
99
- AmplifyPlugins/AWSCognitoAuthPlugin (1.13.3):
10-
- AWSAuthCore (~> 2.24.0)
11-
- AWSCognitoIdentityProvider (~> 2.24.0)
12-
- AWSCognitoIdentityProviderASF (~> 2.24.0)
13-
- AWSCore (~> 2.24.0)
14-
- AWSMobileClient (~> 2.24.0)
10+
- AWSAuthCore (~> 2.25.0)
11+
- AWSCognitoIdentityProvider (~> 2.25.0)
12+
- AWSCognitoIdentityProviderASF (~> 2.25.0)
13+
- AWSCore (~> 2.25.0)
14+
- AWSMobileClient (~> 2.25.0)
1515
- AWSPluginsCore (= 1.13.3)
1616
- AmplifyTestCommon (1.13.3):
1717
- Amplify (= 1.13.3)
1818
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.13.3)
1919
- AmplifyTestCommon/AWSPluginsTestCommon (1.13.3):
2020
- Amplify (= 1.13.3)
21-
- AWSCore (~> 2.24.0)
22-
- AWSMobileClient (~> 2.24.0)
21+
- AWSCore (~> 2.25.0)
22+
- AWSMobileClient (~> 2.25.0)
2323
- AWSPluginsCore (= 1.13.3)
2424
- AppSyncRealTimeClient (1.5.0):
2525
- Starscream (~> 3.1.1)
26-
- AWSAuthCore (2.24.5):
27-
- AWSCore (= 2.24.5)
28-
- AWSCognitoIdentityProvider (2.24.5):
29-
- AWSCognitoIdentityProviderASF (= 2.24.5)
30-
- AWSCore (= 2.24.5)
31-
- AWSCognitoIdentityProviderASF (2.24.5)
32-
- AWSCore (2.24.5)
33-
- AWSMobileClient (2.24.5):
34-
- AWSAuthCore (= 2.24.5)
35-
- AWSCognitoIdentityProvider (= 2.24.5)
36-
- AWSCognitoIdentityProviderASF (= 2.24.5)
37-
- AWSCore (= 2.24.5)
26+
- AWSAuthCore (2.25.0):
27+
- AWSCore (= 2.25.0)
28+
- AWSCognitoIdentityProvider (2.25.0):
29+
- AWSCognitoIdentityProviderASF (= 2.25.0)
30+
- AWSCore (= 2.25.0)
31+
- AWSCognitoIdentityProviderASF (2.25.0)
32+
- AWSCore (2.25.0)
33+
- AWSMobileClient (2.25.0):
34+
- AWSAuthCore (= 2.25.0)
35+
- AWSCognitoIdentityProvider (= 2.25.0)
36+
- AWSCognitoIdentityProviderASF (= 2.25.0)
37+
- AWSCore (= 2.25.0)
3838
- AWSPluginsCore (1.13.3):
3939
- Amplify (= 1.13.3)
40-
- AWSCore (~> 2.24.0)
40+
- AWSCore (~> 2.25.0)
4141
- CwlCatchException (1.0.2)
4242
- CwlPreconditionTesting (1.1.1):
4343
- CwlCatchException
@@ -53,7 +53,7 @@ DEPENDENCIES:
5353
- AmplifyPlugins/AWSAPIPlugin (from `../../`)
5454
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
5555
- AmplifyTestCommon (from `../../`)
56-
- AWSMobileClient (~> 2.24.0)
56+
- AWSMobileClient (~> 2.25.0)
5757
- AWSPluginsCore (from `../../`)
5858
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5959
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -100,15 +100,15 @@ CHECKOUT OPTIONS:
100100

101101
SPEC CHECKSUMS:
102102
Amplify: 533d502d872cf91c09861720d59f5ec916cc1c33
103-
AmplifyPlugins: 1b62bc69051dec11c8c9a44676090d4e390551f1
104-
AmplifyTestCommon: 511bada5d0cbff5ee755c5251023a241b917f4f6
103+
AmplifyPlugins: 55040abe0ddf3c60e6f8c82fbc23ed14d1a108a2
104+
AmplifyTestCommon: f18fb20498674a490f2e6253daccffdf9d220df7
105105
AppSyncRealTimeClient: 2b4482b1770a3e5cf64f9714a6d198550017b5a2
106-
AWSAuthCore: 73f2e518d32f094b656fea905651bc3288ef05c0
107-
AWSCognitoIdentityProvider: d32ff306a4d3aafcdc42ce40bd36e44d3f274201
108-
AWSCognitoIdentityProviderASF: 1ccfe4092b617de54f203c1b728e7be6f49716c1
109-
AWSCore: 2d4b06b24e2f882deec23567438195818b16a3f2
110-
AWSMobileClient: 72e55c9c7162516feab354aa67f4d38dcecdcfc7
111-
AWSPluginsCore: c347f9088e9b327d2e5e0a09fc7de4763e4ea9bc
106+
AWSAuthCore: c1ea75ec283e5ac3eb042de21f7ab127ad50de11
107+
AWSCognitoIdentityProvider: f52be11a4b2f2e9971ef0559da24e288d5c28869
108+
AWSCognitoIdentityProviderASF: d58893fe74d0db1817e77592eed30c4f5b5a2672
109+
AWSCore: 9c51a3004e9e91528160ea978fd0c5d92780a45e
110+
AWSMobileClient: b4480d4b69b1ae52a76588f74bf9c936f7600e46
111+
AWSPluginsCore: 030a0030446d71c9a967a18fd463cc33cc2bdc14
112112
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
113113
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
114114
SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3

0 commit comments

Comments
 (0)