From 7b12669d77f1e1fd7698716791f7447f8f177085 Mon Sep 17 00:00:00 2001 From: James Markey Date: Sun, 26 Jul 2026 09:14:10 +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 25ec84e..cfce25b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.5.0", "license": "MIT", "dependencies": { - "@unisim/sdk": "^0.77.0", + "@unisim/sdk": "^0.77.1", "konva": "^9.3.20", "pdf-lib": "^1.17.1", "pdfjs-dist": "^4.10.38", @@ -4052,9 +4052,9 @@ } }, "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 4e9858f..f09e4e2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "cap:open:android": "npx cap open android" }, "dependencies": { - "@unisim/sdk": "^0.77.0", + "@unisim/sdk": "^0.77.1", "konva": "^9.3.20", "pdf-lib": "^1.17.1", "pdfjs-dist": "^4.10.38",