@crossworks/voice-client 0.232.235 → 0.232.241

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossworks/voice-client",
3
- "version": "0.232.235",
3
+ "version": "0.232.241",
4
4
  "description": "Browser-safe surface of the voice/model layer — provider catalogue, model catalogs, audio tags, and the adapter type/metadata contract. Zero deps by design: nothing here may reach the network adapters or node builtins (the jackdaw-repo-split P0 boundary).",
5
5
  "exports": {
6
6
  ".": "./src/index.ts",
@@ -210,7 +210,7 @@ describe('stripAudioTags', () => {
210
210
  // the stripper matches an explicit name allowlist, not any `<word>`.
211
211
  const samples = [
212
212
  'See <https://example.com> for more.',
213
- 'Email <jason@schoeman.me> if stuck.',
213
+ 'Email <jason@example.com> if stuck.',
214
214
  'A <div> and a <span> walk in.',
215
215
  'Markdown *em* and _underscore_ stay.',
216
216
  ];