fix(messenger): SDK 0.1.10 — readable code chips, no raw markers in previews

Picks up the code-chip contrast fix (inline code was invisible on your own
bubbles) and stripMarkup(). Also applies stripMarkup to the notification toast,
which had the same problem — a formatted message toasted as "~crazy~".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-25 17:07:15 +05:30
parent 33f78a0063
commit 43d803d73f
3 changed files with 8 additions and 7 deletions
+4 -4
View File
@@ -12,7 +12,7 @@
"@huggingface/transformers": "^4.2.0",
"@imgly/background-removal": "^1.7.0",
"@insignia/iios-kernel-client": "^0.1.4",
"@insignia/iios-messaging-ui": "^0.1.9",
"@insignia/iios-messaging-ui": "^0.1.10",
"@photo-gallery/sdk": "file:./vendor/photo-gallery-sdk",
"@tensorflow-models/coco-ssd": "^2.2.3",
"@tensorflow/tfjs": "^4.22.0",
@@ -1087,9 +1087,9 @@
}
},
"node_modules/@insignia/iios-messaging-ui": {
"version": "0.1.9",
"resolved": "https://git.lynkedup.cloud/api/packages/insignia/npm/%40insignia%2Fiios-messaging-ui/-/0.1.9/iios-messaging-ui-0.1.9.tgz",
"integrity": "sha512-9kHCoYHkz1rsqJGI9l1JLQOEickUE7ujuEihM0Wx+TYowir25WTN+j5ukf04Tse3ZmyMEtgd2BNE1zmKgNGD6Q==",
"version": "0.1.10",
"resolved": "https://git.lynkedup.cloud/api/packages/insignia/npm/%40insignia%2Fiios-messaging-ui/-/0.1.10/iios-messaging-ui-0.1.10.tgz",
"integrity": "sha512-FiaanbZnoh+P6Tvcf6Xe0YhJf+qi+2B1zGAtauo5yfNSn6pH9LL5X2mzOmIbgZY8WGldccC5eX7ArnXuhvOvrw==",
"peerDependencies": {
"@insignia/iios-kernel-client": "*",
"react": ">=18",