@caatinga/client 3.1.2 → 3.3.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/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -178,10 +178,12 @@ Common codes include:
|
|
|
178
178
|
- `CAATINGA_XDR_RESULT_FAILED`
|
|
179
179
|
- `CAATINGA_READ_RESULT_MISSING`
|
|
180
180
|
- `CAATINGA_PLACEHOLDER_BINDING`
|
|
181
|
+
- `CAATINGA_MULTI_AUTH_REQUIRED` (multi-signer / `signAuthEntry` not supported until v1.0)
|
|
181
182
|
|
|
182
183
|
## Limitations
|
|
183
184
|
|
|
184
185
|
- this package does not replace Stellar CLI, Stellar SDK, Soroban SDK, or generated bindings
|
|
185
186
|
- manual SCVal serialization and manual XDR parsing are out of scope
|
|
186
|
-
-
|
|
187
|
+
- **browser wallet support is single-invoker only until v1.0** — multisig / `signAuthEntry` orchestration is application code (`CAATINGA_MULTI_AUTH_REQUIRED`)
|
|
188
|
+
- backend signing and non-documented wallet integrations are not part of the supported contract
|
|
187
189
|
- private module paths and undocumented helpers are less stable than the exports listed above
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caatinga/client",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Browser and Node client for Soroban smart contracts — connects generated bindings, Caatinga artifacts, and wallet adapters",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stellar",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"LICENSE"
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@caatinga/core": "^3.
|
|
64
|
+
"@caatinga/core": "^3.3.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"tsup": "^8.3.5",
|