@recallai/desktop-sdk 0.0.0-nightly.20260129T160502-fcab5df1cf272ed92dba23f657ad430c0f436196 → 0.0.0-nightly.20260129T185317-0ee4e3d2ba0cebb7fae1b5faa80553641dfc44b2
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "0.0.0-nightly.
|
|
3
|
+
"version": "0.0.0-nightly.20260129T185317-0ee4e3d2ba0cebb7fae1b5faa80553641dfc44b2",
|
|
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": "
|
|
23
|
+
"commit_sha": "0ee4e3d2ba0cebb7fae1b5faa80553641dfc44b2"
|
|
24
24
|
}
|