@agentsbank/sdk 1.0.28 → 1.0.30
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,26 @@ All notable changes to the AgentsBank SDK are documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.0.30] - 2026-02-14
|
|
9
|
+
|
|
10
|
+
### Updated
|
|
11
|
+
- **Documentation**: Completely rewrote SKILL.md with working copy-paste examples
|
|
12
|
+
- **Better Setup Flow**: Step-by-step guide from human registration to agent login to SDK usage
|
|
13
|
+
- **Clear Credentials**: Examples now show actual response format with credentials object
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## [1.0.29] - 2026-02-14
|
|
18
|
+
|
|
19
|
+
### Updated
|
|
20
|
+
- **CLARIFICATION**: Agent registration is REST API-only, not available in SDK
|
|
21
|
+
- Reformatted SKILL.md to clearly distinguish API-only vs SDK operations
|
|
22
|
+
- Shows scope: SDK handles agent financial operations only
|
|
23
|
+
- Setup & authentication (registration, login) must use REST API directly
|
|
24
|
+
- Included reference table of what's in SDK vs what's API-only
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
8
28
|
## [1.0.28] - 2026-02-14
|
|
9
29
|
|
|
10
30
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentsbank/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"description": "🔒 Secure Financial SDK for AgentsBank - Multi-chain wallet & transaction management. Supports both user-approved and autonomous modes with configurable guardrails.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|