@recallai/desktop-sdk 2024.10.16-a3213ed147744f8b5e1037237a3298affde596ff → 2024.10.23-a2d33aaf383389d53441077d931612496f8089f5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2024.10.16-a3213ed147744f8b5e1037237a3298affde596ff",
3
+ "version": "2024.10.23-a2d33aaf383389d53441077d931612496f8089f5",
4
4
  "description": "Recall Desktop SDK (Alpha)",
5
5
  "gypfile": true,
6
6
  "main": "./index.js",
@@ -2,6 +2,11 @@
2
2
 
3
3
  set -x
4
4
 
5
+ if [[ ! -z "$RECALL_LOCAL_BUILD" ]]; then
6
+ echo "Recalling local build, skipping framework unpacking"
7
+ exit 0
8
+ fi
9
+
5
10
  mkdir -p desktop_sdk_macos.framework
6
11
 
7
12
  pushd desktop_sdk_macos.framework