@recallai/desktop-sdk 0.0.0-nightly.20251219T164421-8d364359a6f2bcddeac19e1ce61413ac3511d16d → 0.0.0-nightly.20251220T010024-cb26f0fd20478ffb3dcafa55765aa32c91a42003
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 +2 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -240,6 +240,8 @@ function startProcess() {
|
|
|
240
240
|
// "DYLD_INSERT_LIBRARIES":"/opt/homebrew/lib/libjemalloc.dylib",
|
|
241
241
|
// "MALLOC_CONF":"prof:true,prof_active:true,prof_prefix:jeprof",
|
|
242
242
|
// "DYLD_FORCE_FLAT_NAMESPACE":"1",
|
|
243
|
+
// MallocStackLogging: "1",
|
|
244
|
+
// MallocStackLoggingNoCompact: "1",
|
|
243
245
|
...envExtra,
|
|
244
246
|
}
|
|
245
247
|
});
|
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.20251220T010024-cb26f0fd20478ffb3dcafa55765aa32c91a42003",
|
|
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": "cb26f0fd20478ffb3dcafa55765aa32c91a42003"
|
|
24
24
|
}
|