@getpaseo/client 0.3.0-beta.3 → 0.3.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.
@@ -1054,6 +1054,7 @@ export class DaemonClient {
1054
1054
  type: "fetch_agent_history_request",
1055
1055
  requestId: resolvedRequestId,
1056
1056
  ...(options?.filter ? { filter: options.filter } : {}),
1057
+ ...(options?.search ? { search: options.search } : {}),
1057
1058
  ...(options?.sort ? { sort: options.sort } : {}),
1058
1059
  ...(options?.page ? { page: options.page } : {}),
1059
1060
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpaseo/client",
3
- "version": "0.3.0-beta.3",
3
+ "version": "0.3.0",
4
4
  "description": "Paseo client SDK package",
5
5
  "files": [
6
6
  "dist",
@@ -39,8 +39,8 @@
39
39
  "test": "vitest run"
40
40
  },
41
41
  "dependencies": {
42
- "@getpaseo/protocol": "0.3.0-beta.3",
43
- "@getpaseo/relay": "0.3.0-beta.3",
42
+ "@getpaseo/protocol": "0.3.0",
43
+ "@getpaseo/relay": "0.3.0",
44
44
  "zod": "^4.4.3"
45
45
  },
46
46
  "devDependencies": {