@aithos/sdk 0.1.0-alpha.48 → 0.1.0-alpha.49
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aithos/sdk",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.49",
|
|
4
4
|
"description": "Aithos SDK — high-level TypeScript developer kit for building agentic apps on the Aithos protocol. Wraps @aithos/protocol-client and exposes the Aithos compute proxy and wallet (Stripe top-up) endpoints.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aithos",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@aithos/assets-crypto": ">=0.1.0-alpha.1 <0.2.0",
|
|
60
|
-
"@aithos/protocol-client": "^0.1.0-alpha.
|
|
60
|
+
"@aithos/protocol-client": "^0.1.0-alpha.17",
|
|
61
61
|
"@aithos/protocol-core": ">=0.6.3 <0.7.0",
|
|
62
62
|
"react": "^18.0.0 || ^19.0.0"
|
|
63
63
|
},
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@aithos/assets-crypto": "^0.1.0-alpha.1",
|
|
74
|
-
"@aithos/protocol-client": "^0.1.0-alpha.
|
|
74
|
+
"@aithos/protocol-client": "^0.1.0-alpha.17",
|
|
75
75
|
"@aithos/protocol-core": ">=0.6.3 <0.7.0",
|
|
76
76
|
"@types/node": "^24.12.2",
|
|
77
77
|
"fake-indexeddb": "^6.2.5",
|