@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/cli.cjs
CHANGED
|
@@ -145505,6 +145505,7 @@ var StreamerServer = class {
|
|
|
145505
145505
|
id,
|
|
145506
145506
|
profile_id: cachedMeta?.account ?? void 0,
|
|
145507
145507
|
project_name: cachedMeta?.projectName ?? void 0,
|
|
145508
|
+
session_name: cachedMeta?.title ?? void 0,
|
|
145508
145509
|
project_path: cachedMeta?.projectPath ?? void 0,
|
|
145509
145510
|
file_path: cachedMeta?.filePath ?? void 0,
|
|
145510
145511
|
last_updated_at: cachedMeta?.lastActivity ?? void 0,
|
|
@@ -145678,6 +145679,7 @@ var StreamerServer = class {
|
|
|
145678
145679
|
id,
|
|
145679
145680
|
profile_id: conv.account,
|
|
145680
145681
|
project_name: conv.projectName,
|
|
145682
|
+
session_name: conv.sessionName || void 0,
|
|
145681
145683
|
project_path: conv.projectPath,
|
|
145682
145684
|
file_path: conv.filePath,
|
|
145683
145685
|
last_updated_at: metaLastUpdatedAt,
|