@querais/sdk 0.2.0 → 0.2.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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* against it directly (see the e2e parity test). This client adds convenience plus
|
|
6
6
|
* QueraIS-specific helpers (nodes(), stats()).
|
|
7
7
|
*/
|
|
8
|
-
export declare const SDK_VERSION = "0.2.
|
|
8
|
+
export declare const SDK_VERSION = "0.2.1";
|
|
9
9
|
export { QueraisClient, type QueraisClientOptions, type ChatOptions, type ChatResult, type NodeInfo, type SessionStatus, } from './client.js';
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.js
CHANGED
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* against it directly (see the e2e parity test). This client adds convenience plus
|
|
6
6
|
* QueraIS-specific helpers (nodes(), stats()).
|
|
7
7
|
*/
|
|
8
|
-
export const SDK_VERSION = '0.2.
|
|
8
|
+
export const SDK_VERSION = '0.2.1';
|
|
9
9
|
export { QueraisClient, } from './client.js';
|
|
10
10
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@querais/sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "TypeScript client + CLI for QueraIS, the decentralized AI inference marketplace. OpenAI-shaped chat/streaming plus QueraIS extras: nodes, stats, batched-settlement sessions.",
|
|
6
6
|
"keywords": [
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"node": ">=22.13"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@querais/shared": "0.2.
|
|
50
|
+
"@querais/shared": "0.2.1"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "tsc -b",
|