From fe06d6f6c18b428925e2e5341e437a1a6b912e5e Mon Sep 17 00:00:00 2001 From: James Markey Date: Sun, 26 Jul 2026 09:15:17 +0100 Subject: [PATCH] =?UTF-8?q?chore(deps):=20@unisim/sdk=200.77.1=20=E2=80=94?= =?UTF-8?q?=20the=20profile=20avatar=20actually=20renders?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.77.0 contained but the navbar still drew a '?': the anonymous case passed initials: '?' explicitly, so the SDK's guard never fired (universal-platform #110). The pin already admitted this patch; the lockfile is what pinned us to 0.77.0, since Pages builds with npm ci. --- 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 def3584..6932de2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@supabase/supabase-js": "^2.47.10", - "@unisim/sdk": "^0.77.0", + "@unisim/sdk": "^0.77.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, @@ -3176,9 +3176,9 @@ "license": "MIT" }, "node_modules/@unisim/sdk": { - "version": "0.77.0", - "resolved": "https://registry.npmjs.org/@unisim/sdk/-/sdk-0.77.0.tgz", - "integrity": "sha512-qOVv3rC2vbh0B6EpBtFWfcc5rtdlz+94Gkml3vy6/itQRvXR+TtNL2U9NVLmXY8RJUkknByG4UmK3yXguglQ+w==", + "version": "0.77.1", + "resolved": "https://registry.npmjs.org/@unisim/sdk/-/sdk-0.77.1.tgz", + "integrity": "sha512-gQuuNsAWY/g7LsfWIzCqNFFuVLC9FBjKvS+l+2aW4bHgJanQZchamvX2FyqIXbNOTOO/M6OWx/b0jKUP1s/T1Q==", "license": "MIT", "peerDependencies": { "@supabase/supabase-js": "^2.45.0", diff --git a/package.json b/package.json index a2bf669..825c0f0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@supabase/supabase-js": "^2.47.10", - "@unisim/sdk": "^0.77.0", + "@unisim/sdk": "^0.77.1", "react": "^18.3.1", "react-dom": "^18.3.1" },