@recallai/desktop-sdk 0.0.0-nightly.20251219T205651-1268dbbfdadaae2acd950d1f4cedf582bcff3090 → 0.0.0-nightly.20251221T234916-6384773c00e5e528b324f46467696fdcfecee8f3

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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. 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.20251219T205651-1268dbbfdadaae2acd950d1f4cedf582bcff3090",
3
+ "version": "0.0.0-nightly.20251221T234916-6384773c00e5e528b324f46467696fdcfecee8f3",
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": "1268dbbfdadaae2acd950d1f4cedf582bcff3090"
23
+ "commit_sha": "6384773c00e5e528b324f46467696fdcfecee8f3"
24
24
  }