@recallai/desktop-sdk 0.0.0-nightly.20260118T180506-6658005c8ba9353a7454266580688570140ab66f → 0.0.0-nightly.20260119T181616-8c565ff9ed8a43ac0d2fdcc873482788115b6c44

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 (2) hide show
  1. package/package.json +2 -2
  2. package/dummy.node +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "0.0.0-nightly.20260118T180506-6658005c8ba9353a7454266580688570140ab66f",
3
+ "version": "0.0.0-nightly.20260119T181616-8c565ff9ed8a43ac0d2fdcc873482788115b6c44",
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": "6658005c8ba9353a7454266580688570140ab66f"
23
+ "commit_sha": "8c565ff9ed8a43ac0d2fdcc873482788115b6c44"
24
24
  }
package/dummy.node DELETED
File without changes