@recallai/desktop-sdk 0.0.0-nightly.20260126T185257-df44c8fbf1e511290420341f8e1dfc1e2c5bcb6d → 0.0.0-nightly.20260127T231505-7f131449c2adf30f445e958a6bfb68b2c67424e2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "0.0.0-nightly.20260126T185257-df44c8fbf1e511290420341f8e1dfc1e2c5bcb6d",
3
+ "version": "0.0.0-nightly.20260127T231505-7f131449c2adf30f445e958a6bfb68b2c67424e2",
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": "df44c8fbf1e511290420341f8e1dfc1e2c5bcb6d"
23
+ "commit_sha": "7f131449c2adf30f445e958a6bfb68b2c67424e2"
24
24
  }