@recallai/desktop-sdk 2024.10.16-650d6498b90020a2061580c6ed6da0865ddf0e84 → 2024.10.16-7cfdea58c2d8394ce5439fcf94180591a371c1c4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2024.10.16-650d6498b90020a2061580c6ed6da0865ddf0e84",
3
+ "version": "2024.10.16-7cfdea58c2d8394ce5439fcf94180591a371c1c4",
4
4
  "description": "Recall Desktop SDK (Alpha)",
5
5
  "gypfile": true,
6
6
  "main": "./index.js",
@@ -1,11 +0,0 @@
1
- #!/bin/bash
2
-
3
- set -x
4
-
5
- mkdir -p desktop_sdk_macos.framework
6
-
7
- pushd desktop_sdk_macos.framework
8
- tar xvf ../desktop_sdk_macos.framework.tar
9
- popd
10
-
11
- rm desktop_sdk_macos.framework.tar