File tree Expand file tree Collapse file tree 6 files changed +37
-3
lines changed
typescript-wallet-sdk-soroban Expand file tree Collapse file tree 6 files changed +37
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Release notes - Typescript Wallet SDK Key Manager - 1.7.0
2
+
3
+ ### Added
4
+ * Support for ` home_domain ` on ` GET /auth ` request (#151 )
5
+
6
+ ### Fixed
7
+ * Replace ` tweetnacl-util ` with ` @stablelib ` packages (#149 )
8
+ * ^ this fixes the lib ` crashing ` on ` React Native ` environment
9
+
1
10
# Release notes - Typescript Wallet SDK Key Manager - 1.6.0
2
11
3
12
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stellar/typescript-wallet-sdk-km" ,
3
- "version" : " 1.6 .0" ,
3
+ "version" : " 1.7 .0" ,
4
4
"engines" : {
5
5
"node" : " >=18"
6
6
},
Original file line number Diff line number Diff line change
1
+ # Release notes - Typescript Wallet SDK Soroban - 1.7.0
2
+
3
+ ### Added
4
+ * Bump version to 1.7.0
5
+
1
6
# Release notes - Typescript Wallet SDK Soroban - 1.6.0
2
7
3
8
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stellar/typescript-wallet-sdk-soroban" ,
3
- "version" : " 1.6 .0" ,
3
+ "version" : " 1.7 .0" ,
4
4
"engines" : {
5
5
"node" : " >=18"
6
6
},
Original file line number Diff line number Diff line change
1
+ # Release notes - Typescript Wallet SDK - 1.7.0
2
+
3
+ ### Fixed
4
+ * Replace ` tweetnacl-util ` with ` @stablelib ` packages (#149 )
5
+ * this fixes the lib ` crashing ` on ` React Native ` environment
6
+ * Export missing classes and aliases (#150 )
7
+ * with this change devs can now access the following classes:
8
+ * ` Sep6 `
9
+ * ` Sep12 `
10
+ * ` Sep38 `
11
+ * ` StellarAssetId `
12
+ * ` DomainSigner `
13
+ * and aliases:
14
+ * ` Transfer ` (alias for ` Sep6 ` class)
15
+ * ` Auth ` (alias for ` Sep10 ` class)
16
+ * ` Customer ` (alias for ` Sep12 ` class)
17
+ * ` Interactive ` (alias for ` Sep24 ` class)
18
+ * ` Quote ` (alias for ` Sep38 ` class)
19
+ * ` XLM ` (alias for ` NativeAssetId ` class)
20
+
1
21
# Release notes - Typescript Wallet SDK - 1.6.0
2
22
3
23
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stellar/typescript-wallet-sdk" ,
3
- "version" : " 1.6 .0" ,
3
+ "version" : " 1.7 .0" ,
4
4
"engines" : {
5
5
"node" : " >=18"
6
6
},
You can’t perform that action at this time.
0 commit comments