@recallai/desktop-sdk 2025.5.17-89924ad8b4b539685df2d7b6239f0877391273a5 → 2025.5.21-69cd2a99c61ef60e9d9c6765e3ae25c67d31ddb2

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
Binary file
package/index.js CHANGED
@@ -5,6 +5,7 @@ const fs = require('node:fs');
5
5
  const { v4: uuidv4 } = require('uuid');
6
6
 
7
7
  process.env['BOT_ID'] = '00000000-0000-0000-0000-000000000000';
8
+ process.env['BOT_JOB_NAME'] = 'desktop-sdk';
8
9
  process.env['BOT_IMAGE_KIND'] = 'mono_web';
9
10
  process.env['POD_IP'] = "1.2.3.4";
10
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2025.05.17-89924ad8b4b539685df2d7b6239f0877391273a5",
3
+ "version": "2025.05.21-69cd2a99c61ef60e9d9c6765e3ae25c67d31ddb2",
4
4
  "description": "Recall Desktop SDK (Alpha)",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",