@threadbase-sh/streamer 1.35.0 → 1.36.0
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/dist/cli.cjs +2 -0
- package/dist/cli.cjs.map +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8291,6 +8291,7 @@ var StreamerServer = class {
|
|
|
8291
8291
|
id,
|
|
8292
8292
|
profile_id: cachedMeta?.account ?? void 0,
|
|
8293
8293
|
project_name: cachedMeta?.projectName ?? void 0,
|
|
8294
|
+
session_name: cachedMeta?.title ?? void 0,
|
|
8294
8295
|
project_path: cachedMeta?.projectPath ?? void 0,
|
|
8295
8296
|
file_path: cachedMeta?.filePath ?? void 0,
|
|
8296
8297
|
last_updated_at: cachedMeta?.lastActivity ?? void 0,
|
|
@@ -8464,6 +8465,7 @@ var StreamerServer = class {
|
|
|
8464
8465
|
id,
|
|
8465
8466
|
profile_id: conv.account,
|
|
8466
8467
|
project_name: conv.projectName,
|
|
8468
|
+
session_name: conv.sessionName || void 0,
|
|
8467
8469
|
project_path: conv.projectPath,
|
|
8468
8470
|
file_path: conv.filePath,
|
|
8469
8471
|
last_updated_at: metaLastUpdatedAt,
|