@aerostack/sdk-node 0.10.0 → 0.11.0
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/README.md +1 -1
- 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
|
|
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.
|
|
3
|
+
"version": "0.11.0",
|
|
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.
|
|
34
|
+
"@aerostack/core": "^0.11.0",
|
|
35
35
|
"zod": "^3.25.0 || ^4.0.0"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|