@compose-market/sdk 0.8.3 → 0.8.5
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/.speakeasy/a2a.arazzo.yaml +1 -1
- package/.speakeasy/memory.arazzo.yaml +1 -1
- package/.speakeasy/tests.arazzo.yaml +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/resources/agent.d.ts +10 -22
- package/dist/resources/agent.d.ts.map +1 -1
- package/dist/resources/agent.js +201 -523
- package/dist/resources/agent.js.map +1 -1
- package/dist/resources/workflow.d.ts +11 -17
- package/dist/resources/workflow.d.ts.map +1 -1
- package/dist/resources/workflow.js +94 -174
- package/dist/resources/workflow.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/generated/inference/esm/lib/config.d.ts +3 -3
- package/generated/inference/esm/lib/config.js +3 -3
- package/generated/inference/package.json +1 -1
- package/generated/inference/src/lib/config.ts +3 -3
- package/generated/manowar/esm/lib/config.d.ts +3 -3
- package/generated/manowar/esm/lib/config.js +3 -3
- package/generated/manowar/package.json +1 -1
- package/generated/manowar/src/lib/config.ts +3 -3
- package/generated/memory/esm/lib/config.d.ts +3 -3
- package/generated/memory/esm/lib/config.js +3 -3
- package/generated/memory/package.json +1 -1
- package/generated/memory/src/lib/config.ts +3 -3
- package/generated/x402/esm/lib/config.d.ts +3 -3
- package/generated/x402/esm/lib/config.js +3 -3
- package/generated/x402/package.json +1 -1
- package/generated/x402/src/lib/config.ts +3 -3
- package/package.json +5 -5
- package/specs/inference.openapi.yaml +1 -1
- package/specs/manowar.openapi.yaml +1 -1
- package/specs/memory.openapi.yaml +1 -1
- package/specs/x402.openapi.yaml +1 -1
|
@@ -34,9 +34,9 @@ export function serverURLFromOptions(options) {
|
|
|
34
34
|
}
|
|
35
35
|
export const SDK_METADATA = {
|
|
36
36
|
language: "typescript",
|
|
37
|
-
openapiDocVersion: "0.8.
|
|
38
|
-
sdkVersion: "0.8.
|
|
37
|
+
openapiDocVersion: "0.8.5",
|
|
38
|
+
sdkVersion: "0.8.5",
|
|
39
39
|
genVersion: "2.884.4",
|
|
40
|
-
userAgent: "speakeasy-sdk/typescript 0.8.
|
|
40
|
+
userAgent: "speakeasy-sdk/typescript 0.8.5 2.884.4 0.6.92 @compose-market/sdk",
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.js.map
|
|
@@ -68,9 +68,9 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
68
68
|
|
|
69
69
|
export const SDK_METADATA = {
|
|
70
70
|
language: "typescript",
|
|
71
|
-
openapiDocVersion: "0.8.
|
|
72
|
-
sdkVersion: "0.8.
|
|
71
|
+
openapiDocVersion: "0.8.5",
|
|
72
|
+
sdkVersion: "0.8.5",
|
|
73
73
|
genVersion: "2.884.4",
|
|
74
74
|
userAgent:
|
|
75
|
-
"speakeasy-sdk/typescript 0.8.
|
|
75
|
+
"speakeasy-sdk/typescript 0.8.5 2.884.4 0.6.92 @compose-market/sdk",
|
|
76
76
|
} as const;
|
|
@@ -45,9 +45,9 @@ export type SDKOptions = {
|
|
|
45
45
|
export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
46
46
|
export declare const SDK_METADATA: {
|
|
47
47
|
readonly language: "typescript";
|
|
48
|
-
readonly openapiDocVersion: "0.8.
|
|
49
|
-
readonly sdkVersion: "0.8.
|
|
48
|
+
readonly openapiDocVersion: "0.8.5";
|
|
49
|
+
readonly sdkVersion: "0.8.5";
|
|
50
50
|
readonly genVersion: "2.881.17";
|
|
51
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.8.
|
|
51
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.8.5 2.881.17 0.6.91 @compose-market/sdk";
|
|
52
52
|
};
|
|
53
53
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -34,9 +34,9 @@ export function serverURLFromOptions(options) {
|
|
|
34
34
|
}
|
|
35
35
|
export const SDK_METADATA = {
|
|
36
36
|
language: "typescript",
|
|
37
|
-
openapiDocVersion: "0.8.
|
|
38
|
-
sdkVersion: "0.8.
|
|
37
|
+
openapiDocVersion: "0.8.5",
|
|
38
|
+
sdkVersion: "0.8.5",
|
|
39
39
|
genVersion: "2.881.17",
|
|
40
|
-
userAgent: "speakeasy-sdk/typescript 0.8.
|
|
40
|
+
userAgent: "speakeasy-sdk/typescript 0.8.5 2.881.17 0.6.91 @compose-market/sdk",
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.js.map
|
|
@@ -66,9 +66,9 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
66
66
|
|
|
67
67
|
export const SDK_METADATA = {
|
|
68
68
|
language: "typescript",
|
|
69
|
-
openapiDocVersion: "0.8.
|
|
70
|
-
sdkVersion: "0.8.
|
|
69
|
+
openapiDocVersion: "0.8.5",
|
|
70
|
+
sdkVersion: "0.8.5",
|
|
71
71
|
genVersion: "2.881.17",
|
|
72
72
|
userAgent:
|
|
73
|
-
"speakeasy-sdk/typescript 0.8.
|
|
73
|
+
"speakeasy-sdk/typescript 0.8.5 2.881.17 0.6.91 @compose-market/sdk",
|
|
74
74
|
} as const;
|
|
@@ -41,9 +41,9 @@ export type SDKOptions = {
|
|
|
41
41
|
export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
42
42
|
export declare const SDK_METADATA: {
|
|
43
43
|
readonly language: "typescript";
|
|
44
|
-
readonly openapiDocVersion: "0.8.
|
|
45
|
-
readonly sdkVersion: "0.8.
|
|
44
|
+
readonly openapiDocVersion: "0.8.5";
|
|
45
|
+
readonly sdkVersion: "0.8.5";
|
|
46
46
|
readonly genVersion: "2.884.4";
|
|
47
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.8.
|
|
47
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.8.5 2.884.4 0.6.93 @compose-market/sdk";
|
|
48
48
|
};
|
|
49
49
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -29,9 +29,9 @@ export function serverURLFromOptions(options) {
|
|
|
29
29
|
}
|
|
30
30
|
export const SDK_METADATA = {
|
|
31
31
|
language: "typescript",
|
|
32
|
-
openapiDocVersion: "0.8.
|
|
33
|
-
sdkVersion: "0.8.
|
|
32
|
+
openapiDocVersion: "0.8.5",
|
|
33
|
+
sdkVersion: "0.8.5",
|
|
34
34
|
genVersion: "2.884.4",
|
|
35
|
-
userAgent: "speakeasy-sdk/typescript 0.8.
|
|
35
|
+
userAgent: "speakeasy-sdk/typescript 0.8.5 2.884.4 0.6.93 @compose-market/sdk",
|
|
36
36
|
};
|
|
37
37
|
//# sourceMappingURL=config.js.map
|
|
@@ -63,9 +63,9 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
63
63
|
|
|
64
64
|
export const SDK_METADATA = {
|
|
65
65
|
language: "typescript",
|
|
66
|
-
openapiDocVersion: "0.8.
|
|
67
|
-
sdkVersion: "0.8.
|
|
66
|
+
openapiDocVersion: "0.8.5",
|
|
67
|
+
sdkVersion: "0.8.5",
|
|
68
68
|
genVersion: "2.884.4",
|
|
69
69
|
userAgent:
|
|
70
|
-
"speakeasy-sdk/typescript 0.8.
|
|
70
|
+
"speakeasy-sdk/typescript 0.8.5 2.884.4 0.6.93 @compose-market/sdk",
|
|
71
71
|
} as const;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compose-market/sdk",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
4
4
|
"description": "Official Compose.Market SDK: Compose Keys, x402 facilitator, multi-provider model catalog, native streaming inference with typed receipts, unified tool-call events, agent + workflow runtime streams, live session events, and wallet-scoped persistence.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"compose",
|
|
@@ -248,19 +248,19 @@
|
|
|
248
248
|
"prepublishOnly": "npm run test:build"
|
|
249
249
|
},
|
|
250
250
|
"devDependencies": {
|
|
251
|
-
"@types/node": "^26.0
|
|
251
|
+
"@types/node": "^26.1.0",
|
|
252
252
|
"dotenv": "^17.4.2",
|
|
253
253
|
"tsx": "^4.22.4",
|
|
254
254
|
"typescript": "^6.0.3"
|
|
255
255
|
},
|
|
256
256
|
"dependencies": {
|
|
257
|
-
"@compose-market/core": "^0.2.
|
|
257
|
+
"@compose-market/core": "^0.2.4",
|
|
258
258
|
"@x402/core": "^2.17.0",
|
|
259
259
|
"@x402/evm": "^2.17.0",
|
|
260
|
-
"viem": "^2.54.
|
|
260
|
+
"viem": "^2.54.1",
|
|
261
261
|
"zod": "^4.4.3"
|
|
262
262
|
},
|
|
263
263
|
"publishConfig": {
|
|
264
264
|
"access": "public"
|
|
265
265
|
}
|
|
266
|
-
}
|
|
266
|
+
}
|
package/specs/x402.openapi.yaml
CHANGED