build(web): pull in threadnet-call-embedded 0.19.2-threadnet.8
Brings the AI noise suppression (ADR-0018) into the widget we actually ship. The .7 package built and ran fine but carried no model assets, because the embedded Vite config had publicDir off — the filter would have been dead only inside the widget, and nowhere else. Verified the whole chain locally rather than trusting the green build: the 23 MB of model and wasm arrive under webapp/widgets/element-call/assets/dfn3, which is the path the widget requests at runtime. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
e7b00288ed
commit
7abe9023f9
@@ -125,7 +125,7 @@
|
|||||||
"@babel/preset-react": "^7.12.10",
|
"@babel/preset-react": "^7.12.10",
|
||||||
"@babel/preset-typescript": "^7.12.7",
|
"@babel/preset-typescript": "^7.12.7",
|
||||||
"@casualbot/jest-sonar-reporter": "2.7.0",
|
"@casualbot/jest-sonar-reporter": "2.7.0",
|
||||||
"@sorb/threadnet-call-embedded": "0.19.2-threadnet.7",
|
"@sorb/threadnet-call-embedded": "0.19.2-threadnet.8",
|
||||||
"@element-hq/element-web-playwright-common": "workspace:*",
|
"@element-hq/element-web-playwright-common": "workspace:*",
|
||||||
"@fetch-mock/jest": "^0.2.20",
|
"@fetch-mock/jest": "^0.2.20",
|
||||||
"@jest/globals": "^30.2.0",
|
"@jest/globals": "^30.2.0",
|
||||||
|
|||||||
Generated
+5
-5
@@ -617,8 +617,8 @@ importers:
|
|||||||
specifier: ^5.0.0
|
specifier: ^5.0.0
|
||||||
version: 5.2.1(encoding@0.1.13)(webpack@5.106.2)
|
version: 5.2.1(encoding@0.1.13)(webpack@5.106.2)
|
||||||
'@sorb/threadnet-call-embedded':
|
'@sorb/threadnet-call-embedded':
|
||||||
specifier: 0.19.2-threadnet.7
|
specifier: 0.19.2-threadnet.8
|
||||||
version: 0.19.2-threadnet.7
|
version: 0.19.2-threadnet.8
|
||||||
'@stylistic/eslint-plugin':
|
'@stylistic/eslint-plugin':
|
||||||
specifier: ^5.0.0
|
specifier: ^5.0.0
|
||||||
version: 5.10.0(eslint@8.57.1)
|
version: 5.10.0(eslint@8.57.1)
|
||||||
@@ -5003,8 +5003,8 @@ packages:
|
|||||||
'@sinonjs/fake-timers@15.1.1':
|
'@sinonjs/fake-timers@15.1.1':
|
||||||
resolution: {integrity: sha512-cO5W33JgAPbOh07tvZjUOJ7oWhtaqGHiZw+11DPbyqh2kHTBc3eF/CjJDeQ4205RLQsX6rxCuYOroFQwl7JDRw==}
|
resolution: {integrity: sha512-cO5W33JgAPbOh07tvZjUOJ7oWhtaqGHiZw+11DPbyqh2kHTBc3eF/CjJDeQ4205RLQsX6rxCuYOroFQwl7JDRw==}
|
||||||
|
|
||||||
'@sorb/threadnet-call-embedded@0.19.2-threadnet.7':
|
'@sorb/threadnet-call-embedded@0.19.2-threadnet.8':
|
||||||
resolution: {integrity: sha512-2dBMVdlI7U8nlVCkOdOo/jfkVAZ6CNLUYWCzFnE/NDT+D9W2APeuxqFOGtUVRPwrV4JxST2Jd491QLiV8bZItA==, tarball: https://rohana.axion1337.de/api/packages/sorb/npm/%40sorb%2Fthreadnet-call-embedded/-/0.19.2-threadnet.7/threadnet-call-embedded-0.19.2-threadnet.7.tgz}
|
resolution: {integrity: sha512-AGorshIA60RO5goX77F9XRmReyr8UE4eDw4Rw7ksngQYywfqcwWSiNHqp3ITpOTB0c85OLgfB9hzfpb/a+n+yw==, tarball: https://rohana.axion1337.de/api/packages/sorb/npm/%40sorb%2Fthreadnet-call-embedded/-/0.19.2-threadnet.8/threadnet-call-embedded-0.19.2-threadnet.8.tgz}
|
||||||
|
|
||||||
'@standard-schema/spec@1.1.0':
|
'@standard-schema/spec@1.1.0':
|
||||||
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
||||||
@@ -17632,7 +17632,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@sinonjs/commons': 3.0.1
|
'@sinonjs/commons': 3.0.1
|
||||||
|
|
||||||
'@sorb/threadnet-call-embedded@0.19.2-threadnet.7': {}
|
'@sorb/threadnet-call-embedded@0.19.2-threadnet.8': {}
|
||||||
|
|
||||||
'@standard-schema/spec@1.1.0': {}
|
'@standard-schema/spec@1.1.0': {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user