From 8efc12df91a5e6ae092863852c9aedcd78899ca8 Mon Sep 17 00:00:00 2001 From: JamesmarkeyUK Date: Mon, 27 Jul 2026 20:23:37 +0100 Subject: [PATCH] =?UTF-8?q?chore(deps):=20@unisim/sdk=200.81.0=20=E2=80=94?= =?UTF-8?q?=20suite=20switcher=20families=20back=20in=20sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This app was pinned to ^0.77.1, which on a 0.x version resolves to >=0.77.1 <0.78.0 — so it could never pick up the catalogue reshape in SDK 0.78.0 and its suite switcher drifted from the rest of the suite. 0.78.0 dropped the `business-plus` family (Webinar and Exports became plain `business`), moved Date Polling to `everyday`, and cut the section list from four to three (Everyday / Business / Geeky). Apps below that line still render the old four-section layout, and anything below 0.73.0 is missing Universal Converter entirely. Only package.json and package-lock.json change here. Verified with a production build plus tsc --noEmit. Co-Authored-By: Claude Opus 5 --- 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 6932de2..47ca4a8 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.1", + "@unisim/sdk": "^0.81.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, @@ -3176,9 +3176,9 @@ "license": "MIT" }, "node_modules/@unisim/sdk": { - "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==", + "version": "0.81.0", + "resolved": "https://registry.npmjs.org/@unisim/sdk/-/sdk-0.81.0.tgz", + "integrity": "sha512-QSDoEyZGLba/9MEHavbY3LWpXgClP+H4NMUnWJ6MqH0m3OZvHDHJybTY5QDbtS76IcTWxTNkn3ukwVMaoUOyuA==", "license": "MIT", "peerDependencies": { "@supabase/supabase-js": "^2.45.0", diff --git a/package.json b/package.json index 825c0f0..b48e8f9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@supabase/supabase-js": "^2.47.10", - "@unisim/sdk": "^0.77.1", + "@unisim/sdk": "^0.81.0", "react": "^18.3.1", "react-dom": "^18.3.1" },