spaps-sdk 1.6.3 → 1.6.4

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 CHANGED
@@ -8,7 +8,7 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
8
8
 
9
9
  - No changes yet.
10
10
 
11
- ## [1.6.2] - 2026-03-29
11
+ ## [1.6.3] - 2026-03-29
12
12
 
13
13
  ### Added
14
14
 
package/README.md CHANGED
@@ -20,7 +20,7 @@ TypeScript SDK for the Sweet Potato Authentication & Payment Service.
20
20
  ## Metadata
21
21
 
22
22
  - `package_name`: `spaps-sdk`
23
- - `latest_version`: `1.6.2`
23
+ - `latest_version`: `1.6.3`
24
24
  - `minimum_runtime`: `Node.js >=14.0.0`
25
25
  - `api_base_url`: `https://api.sweetpotato.dev`
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spaps-sdk",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "Sweet Potato Authentication & Payment Service SDK - Zero-config client with built-in permission checking, role-based access control, and dayrate scheduling",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "axios": "^1.6.0",
52
52
  "cross-fetch": "^4.0.0",
53
- "spaps-types": "^1.1.0"
53
+ "spaps-types": "^1.1.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^20.10.0",