spaps-sdk 1.6.5 → 1.6.6

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.5] - 2026-04-05
12
+
13
+ - Docs: align package README metadata with published version.
14
+
11
15
  ## [1.6.3] - 2026-03-29
12
16
 
13
17
  ### Added
package/README.md CHANGED
@@ -199,6 +199,13 @@ npm run typecheck:readme
199
199
  npm run test:readme
200
200
  ```
201
201
 
202
+ ## Metadata
203
+
204
+ - `package_name`: `spaps-sdk`
205
+ - `latest_version`: `1.6.5`
206
+ - `minimum_runtime`: `Node.js >=14.0.0`
207
+ - `api_base_url`: `https://api.sweetpotato.dev`
208
+
202
209
  ## About Contributions
203
210
 
204
211
  > *About Contributions:* Please don't take this the wrong way, but I do not accept outside contributions for any of my projects. I simply don't have the mental bandwidth to review anything, and it's my name on the thing, so I'm responsible for any problems it causes; thus, the risk-reward is highly asymmetric from my perspective. I'd also have to worry about other "stakeholders," which seems unwise for tools I mostly make for myself for free. Feel free to submit issues, and even PRs if you want to illustrate a proposed fix, but know I won't merge them directly. Instead, I'll have Claude or Codex review submissions via `gh` and independently decide whether and how to address them. Bug reports in particular are welcome. Sorry if this offends, but I want to avoid wasted time and hurt feelings. I understand this isn't in sync with the prevailing open-source ethos that seeks community contributions, but it's the only way I can move at this velocity and keep my sanity.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spaps-sdk",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
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.1"
53
+ "spaps-types": "^1.1.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^20.10.0",