From 9f2570c34427883151ea4a74dbac3a8f281846a9 Mon Sep 17 00:00:00 2001 From: Amir Date: Mon, 15 Jun 2026 16:40:13 +0200 Subject: [PATCH] fix(deps): bump @doist/comms-sdk to 0.4.5 Picks up two SDK fixes that crashed the CLI on real data: - `comments/getone` is parsed as a bare object, fixing `comment view` and `thread view --comment` (comms-sdk #26) - `pinned_ts` maps to `pinnedDate`, fixing `thread view` / `inbox` crashing with "expected boolean, received Date" (comms-sdk #24) Verified against live data: `thread view` and `comment view` both return cleanly where they previously threw ZodErrors. Co-Authored-By: Claude Opus 4.8 (1M context) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dacaf77..c7b502f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@doist/cli-core": "0.25.0", - "@doist/comms-sdk": "0.4.2", + "@doist/comms-sdk": "0.4.5", "@pnpm/tabtab": "0.5.4", "chalk": "5.6.2", "commander": "14.0.3", @@ -182,9 +182,9 @@ } }, "node_modules/@doist/comms-sdk": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@doist/comms-sdk/-/comms-sdk-0.4.2.tgz", - "integrity": "sha512-dexRF4EsD29twAZ+ZrpdgaexSEt+TPwJU5Jzab7lSrDV/NMlpFyri0kjCvECGXXSU1EVw4Lemr/cLJdvbupKkQ==", + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/@doist/comms-sdk/-/comms-sdk-0.4.5.tgz", + "integrity": "sha512-JbzUVNbWvb8XN5avgGRi3t8DY5FESYRRGlw1pWUuoZBp2SM+p4Ne6yKSIe+tN9OoylmnNcvhKpfjoGId3BkmlA==", "license": "MIT", "dependencies": { "camelcase": "8.0.0", diff --git a/package.json b/package.json index 388d4bc..3af2159 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ ], "dependencies": { "@doist/cli-core": "0.25.0", - "@doist/comms-sdk": "0.4.2", + "@doist/comms-sdk": "0.4.5", "@pnpm/tabtab": "0.5.4", "chalk": "5.6.2", "commander": "14.0.3",