@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.cjs
CHANGED
|
@@ -8327,6 +8327,7 @@ var StreamerServer = class {
|
|
|
8327
8327
|
id,
|
|
8328
8328
|
profile_id: cachedMeta?.account ?? void 0,
|
|
8329
8329
|
project_name: cachedMeta?.projectName ?? void 0,
|
|
8330
|
+
session_name: cachedMeta?.title ?? void 0,
|
|
8330
8331
|
project_path: cachedMeta?.projectPath ?? void 0,
|
|
8331
8332
|
file_path: cachedMeta?.filePath ?? void 0,
|
|
8332
8333
|
last_updated_at: cachedMeta?.lastActivity ?? void 0,
|
|
@@ -8500,6 +8501,7 @@ var StreamerServer = class {
|
|
|
8500
8501
|
id,
|
|
8501
8502
|
profile_id: conv.account,
|
|
8502
8503
|
project_name: conv.projectName,
|
|
8504
|
+
session_name: conv.sessionName || void 0,
|
|
8503
8505
|
project_path: conv.projectPath,
|
|
8504
8506
|
file_path: conv.filePath,
|
|
8505
8507
|
last_updated_at: metaLastUpdatedAt,
|