From 751ec535a14b1499e4907af868ca5650f8283e39 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 5 Sep 2026 20:56:33 +0000 Subject: [PATCH] =?UTF-8?q?@unisim/sdk=200.128.1=20=E2=80=94=20pick=20up?= =?UTF-8?q?=20the=20"designed=20by"=20colophon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moves this app off its old pin so the About dialog actually shows "App designed by James Markey MBE and the UNI-SIM team." The pin edit is not a formality: a caret on a 0.x pins the MINOR, so ^0.127.0 means >=0.127.0 <0.128.0. The seven apps on ^0.127.0 were already not receiving 0.128.0, and nothing published to the 0.128 line would ever have reached them. Every consumer had to be edited by hand or the release reached nobody. Verified before pushing, per app: npm install, typecheck, production build, and a grep for AUTHORSHIP_DESIGNER in the INSTALLED node_modules/@unisim/sdk/dist - resolving the version is not the same as shipping the code. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01M49D85H2FcSGrfbTMQsv3o --- 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 a8b3dab..e0a75b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@capacitor/ios": "^7.6.8", "@capacitor/share": "^7.0.4", "@supabase/supabase-js": "^2.47.10", - "@unisim/sdk": "^0.127.0", + "@unisim/sdk": "^0.128.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, @@ -3465,9 +3465,9 @@ "license": "MIT" }, "node_modules/@unisim/sdk": { - "version": "0.127.0", - "resolved": "https://registry.npmjs.org/@unisim/sdk/-/sdk-0.127.0.tgz", - "integrity": "sha512-X/AO2xJWZphI9LCvD+5g/OMmHrIkgOxePL4NHxs3zuAzwF7IJfG9U2L4fx9qEGg1Bl84kPQb/Uxd+/I4cQF0Dg==", + "version": "0.128.1", + "resolved": "https://registry.npmjs.org/@unisim/sdk/-/sdk-0.128.1.tgz", + "integrity": "sha512-FoqkAhLtaTXmLM4ybdhcHDbHCIiASmgpAx8XGscv4AYHzMtF3C2L9V5T3+puzFAiQ4+dLf3mF599vjjl43UHMQ==", "license": "MIT", "dependencies": { "qr-code-styling": "^1.9.2" diff --git a/package.json b/package.json index f3a293c..a948ef7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@capacitor/ios": "^7.6.8", "@capacitor/share": "^7.0.4", "@supabase/supabase-js": "^2.47.10", - "@unisim/sdk": "^0.127.0", + "@unisim/sdk": "^0.128.1", "react": "^18.3.1", "react-dom": "^18.3.1" },