@recallai/desktop-sdk 0.0.0-nightly.20251125T195128-991ece3c4a241b8c18ca0f60cdbe4da845f70028 → 0.0.0-nightly.20251126T070831-94be75b1c1030d6986d476b78a5f92366d9c8b06
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/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -216,7 +216,7 @@ function startProcess() {
|
|
|
216
216
|
proc = (0, child_process_1.spawn)(exe_path, {
|
|
217
217
|
stdio: (process.platform === "darwin" ? ["pipe", "pipe", "pipe", "pipe"] : "pipe"),
|
|
218
218
|
env: {
|
|
219
|
-
GST_DEBUG: "2,dsdks3sink:5",
|
|
219
|
+
GST_DEBUG: "2,transcriber:4,rtewebsocketsink:4,rtewebhooksink:4,audiomixer:4,galleryview:4,dsdks3sink:5",
|
|
220
220
|
GST_DEBUG_DUMP_DOT_DIR: gst_dump_dir,
|
|
221
221
|
RUST_BACKTRACE: "1",
|
|
222
222
|
// "DYLD_INSERT_LIBRARIES":"/opt/homebrew/lib/libjemalloc.dylib",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "0.0.0-nightly.
|
|
3
|
+
"version": "0.0.0-nightly.20251126T070831-94be75b1c1030d6986d476b78a5f92366d9c8b06",
|
|
4
4
|
"description": "Recall Desktop SDK",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"@types/node": "^24.2.0",
|
|
21
21
|
"typescript": "^5.3.3"
|
|
22
22
|
},
|
|
23
|
-
"commit_sha": "
|
|
23
|
+
"commit_sha": "94be75b1c1030d6986d476b78a5f92366d9c8b06"
|
|
24
24
|
}
|