@recallai/desktop-sdk 2024.11.26-538ec36c05dfc85bed2751e9ccaa41e44476e2aa → 2024.11.27-4826984a3c53f80f59c3b8acd2d38b756cf89a7e

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.
Binary file
package/index.js CHANGED
@@ -24,7 +24,6 @@ process.env['ZOOM_OAUTH_CREDENTIAL_ERROR_THRESHOLD']=1;
24
24
  process.env['DATADOG_API_KEY'] = '';
25
25
 
26
26
  process.env["GST_DEBUG"] = "2";
27
- process.env["GST_DEFAULT_LOG"] = "1";
28
27
  // process.env["GST_DEBUG_NO_COLOR"] = "1";
29
28
  process.env["GST_DEBUG_DUMP_DOT_DIR"] = "/tmp/gst.nocommit";
30
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2024.11.26-538ec36c05dfc85bed2751e9ccaa41e44476e2aa",
3
+ "version": "2024.11.27-4826984a3c53f80f59c3b8acd2d38b756cf89a7e",
4
4
  "description": "Recall Desktop SDK (Alpha)",
5
5
  "gypfile": true,
6
6
  "main": "./index.js",