@agentsbank/sdk 1.0.7 → 1.0.8

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 +12 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ 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.7] - 2026-02-14
8
+ ## [1.0.8] - 2026-02-14
9
9
 
10
10
  ### Fixed
11
11
  - **Critical**: Fixed all SDK endpoint paths to include `/api` prefix for compatibility with backend routing
@@ -19,11 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
  - Authentication errors suggest credential verification
20
20
  - **SDK configuration**: Updated default API URL from `api.agentsbank.ai` to `api.agentsbank.online`
21
21
  - **Login error messages**: Improved authentication error feedback with specific guidance
22
+ - **NPM Publishing**: Added public access configuration for scoped package
22
23
 
23
24
  ### Added
24
25
  - Response error interceptor for better debugging experience
25
26
  - Network error detection with "API might be offline" message
26
27
  - Endpoint URL in error messages for easier troubleshooting
28
+ - Public access configuration in package.json
27
29
 
28
30
  ### Security
29
31
  - No changes to security constraints. SDK continues to require:
@@ -33,6 +35,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
35
 
34
36
  ---
35
37
 
38
+ ## [1.0.7] - 2026-02-14
39
+
40
+ ### Fixed
41
+ - Fixed SDK endpoint paths to include `/api` prefix
42
+ - Enhanced error handling with response interceptor
43
+ - Updated API URL configuration
44
+
45
+ ---
46
+
36
47
  ## [0.1.0] - 2026-01-15
37
48
 
38
49
  ### Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentsbank/sdk",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "🔒 Secure Financial SDK for AgentsBank - Multi-chain wallet & transaction management. Requires explicit credentials and user authorization for financial operations.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",