@recallai/desktop-sdk 2024.11.27-a29e18271eab062c66ce4ac44ec664d1db4b9366 → 2024.12.3-86f1cbf4a32cd295afe0324f11d7a2ed7a8d04f1
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/desktop_sdk_macos.framework.tar +0 -0
- package/index.js +0 -1
- package/package.json +1 -1
|
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