@getpaseo/client 0.1.104-beta.1 → 0.1.104-beta.3

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.
@@ -117,7 +117,7 @@ export interface DaemonClientConfig {
117
117
  };
118
118
  runtimeMetricsIntervalMs?: number;
119
119
  runtimeMetricsWindowMs?: number;
120
- capabilities?: Partial<Record<ClientCapability, boolean>>;
120
+ capabilities?: Partial<Record<ClientCapability, unknown>>;
121
121
  }
122
122
  export interface SendMessageOptions {
123
123
  messageId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpaseo/client",
3
- "version": "0.1.104-beta.1",
3
+ "version": "0.1.104-beta.3",
4
4
  "description": "Paseo client SDK package",
5
5
  "files": [
6
6
  "dist",
@@ -35,8 +35,8 @@
35
35
  "test": "vitest run"
36
36
  },
37
37
  "dependencies": {
38
- "@getpaseo/protocol": "0.1.104-beta.1",
39
- "@getpaseo/relay": "0.1.104-beta.1",
38
+ "@getpaseo/protocol": "0.1.104-beta.3",
39
+ "@getpaseo/relay": "0.1.104-beta.3",
40
40
  "zod": "^4.4.3"
41
41
  },
42
42
  "devDependencies": {