spaps-sdk 1.6.7 → 1.6.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.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,10 @@ 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.7] - 2026-04-25
12
+
13
+ - Maintenance: align the published SDK package version after release automation.
14
+
11
15
  ## [1.6.6] - 2026-04-20
12
16
 
13
17
  - Docs: note the current `dayrate.getCheckoutStatus` SDK gap and align package metadata with the published version.
package/README.md CHANGED
@@ -215,7 +215,7 @@ npm run test:readme
215
215
  ## Metadata
216
216
 
217
217
  - `package_name`: `spaps-sdk`
218
- - `latest_version`: `1.6.6`
218
+ - `latest_version`: `1.6.7`
219
219
  - `minimum_runtime`: `Node.js >=14.0.0`
220
220
  - `api_base_url`: `https://api.sweetpotato.dev`
221
221
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spaps-sdk",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
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.15.1",
52
52
  "cross-fetch": "^4.0.0",
53
- "spaps-types": "^1.1.3"
53
+ "spaps-types": "^1.1.4"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^20.10.0",