@agentsbank/sdk 1.0.29 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,15 @@ 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
+
8
17
  ## [1.0.29] - 2026-02-14
9
18
 
10
19
  ### Updated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentsbank/sdk",
3
- "version": "1.0.29",
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",