@stellar/typescript-wallet-sdk 3.0.0-beta.1776280959813 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.MD +1 -1
- package/package.json +2 -2
package/CHANGELOG.MD
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
### BREAKING CHANGES
|
|
4
4
|
* Upgraded `@stellar/stellar-sdk` from `14.5.0` to `15.0.1` — Protocol 26 support
|
|
5
|
-
* XDR integer construction now throws on overflow/underflow (upstream change)
|
|
6
5
|
* `TransactionBase.networkPassphrase` setter now throws to enforce immutability (upstream change)
|
|
6
|
+
* XDR integer strict validation: i64/u64 `fromString()` throws on overflow/underflow, i32/u32 throws at XDR serialization (upstream change)
|
|
7
7
|
|
|
8
8
|
# Release notes - Typescript Wallet SDK - 2.0.0
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stellar/typescript-wallet-sdk",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20"
|
|
6
6
|
},
|
|
@@ -75,4 +75,4 @@
|
|
|
75
75
|
"example:sep24": "ts-node examples/sep24/sep24.ts",
|
|
76
76
|
"example:sep12": "ts-node examples/sep12/sep12.ts"
|
|
77
77
|
}
|
|
78
|
-
}
|
|
78
|
+
}
|