@aerostack/sdk-node 0.8.13 → 0.10.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -570,7 +570,7 @@ const sdk = new SDK({ debugLogger: console });
570
570
  This SDK is an **HTTP client** that makes API calls to the Aerostack backend. It's ideal for:
571
571
 
572
572
  ✅ **Use cases**:
573
- - Calling Aerostack Auth/E-commerce APIs from backend services (Node.js, Express, Nest.js)
573
+ - Calling Aerostack Auth APIs from backend services (Node.js, Express, Nest.js)
574
574
  - Integrating Aerostack features into existing applications
575
575
  - Building API wrappers and middleware
576
576
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aerostack/sdk-node",
3
- "version": "0.8.13",
3
+ "version": "0.10.1",
4
4
  "author": "Aerostack",
5
5
  "type": "module",
6
6
  "tshy": {
@@ -31,7 +31,7 @@
31
31
  "ws": "^8.19.0"
32
32
  },
33
33
  "dependencies": {
34
- "@aerostack/core": "^0.8.13",
34
+ "@aerostack/core": "^0.10.1",
35
35
  "zod": "^3.25.0 || ^4.0.0"
36
36
  },
37
37
  "exports": {