spaps-sdk 1.1.12 → 1.1.14

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/README.md +15 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,18 @@
1
+ ---
2
+ id: spaps-typescript-sdk
3
+ title: spaps TypeScript SDK
4
+ category: sdk
5
+ tags:
6
+ - sdk
7
+ - typescript
8
+ - client
9
+ ai_summary: |
10
+ Reference for the spaps TypeScript SDK covering configuration, admin helpers,
11
+ and examples for interacting with authentication, payments, and permission
12
+ APIs from JavaScript or TypeScript applications.
13
+ last_updated: 2025-02-14
14
+ ---
15
+
1
16
  # @spaps/sdk
2
17
 
3
18
  <a href="https://www.npmjs.com/package/spaps-sdk"><img alt="npm" src="https://img.shields.io/npm/v/spaps-sdk.svg"></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spaps-sdk",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "description": "Sweet Potato Authentication & Payment Service SDK - Zero-config client with built-in permission checking and role-based access control",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "email": "buildooor@gmail.com"
45
45
  },
46
46
  "dependencies": {
47
- "spaps-types": "^1.0.19",
47
+ "spaps-types": "^1.0.21",
48
48
  "axios": "^1.6.0",
49
49
  "cross-fetch": "^4.0.0"
50
50
  },