@ttt-productions/chat-core 0.5.3 → 0.5.4

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.
@@ -5,8 +5,8 @@
5
5
  * compatibility with consumers importing from `@ttt-productions/chat-core/schemas`
6
6
  * and to satisfy the F21 subpath contract — the actual canonical Zod source
7
7
  * lives in the tier-0 `chat-schemas` package, where it can be consumed by both
8
- * chat-core (UI) and ttt-core (callable composition) without forcing the chat
9
- * UI dependency graph on backend / schema callers.
8
+ * chat-core (UI) and the consuming app's callable layer without forcing the
9
+ * chat UI dependency graph on backend / schema callers.
10
10
  *
11
11
  * No React. No upload-ui. No browser code. No styles.
12
12
  */
@@ -5,8 +5,8 @@
5
5
  * compatibility with consumers importing from `@ttt-productions/chat-core/schemas`
6
6
  * and to satisfy the F21 subpath contract — the actual canonical Zod source
7
7
  * lives in the tier-0 `chat-schemas` package, where it can be consumed by both
8
- * chat-core (UI) and ttt-core (callable composition) without forcing the chat
9
- * UI dependency graph on backend / schema callers.
8
+ * chat-core (UI) and the consuming app's callable layer without forcing the
9
+ * chat UI dependency graph on backend / schema callers.
10
10
  *
11
11
  * No React. No upload-ui. No browser code. No styles.
12
12
  */
package/dist/types.d.ts CHANGED
@@ -101,7 +101,7 @@ export type ChatAttachmentConfig = {
101
101
  userId: string;
102
102
  /**
103
103
  * Pluggable upload-path strategy. Consumers wire this to their app's
104
- * conventions (e.g. for TTT: originId "chat-attachment", path
104
+ * conventions (for example: originId "chat-attachment", path
105
105
  * `uploads/chat-attachment/{userId}/{attachmentId}`).
106
106
  */
107
107
  uploadAdapter: ChatUploadAdapter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttt-productions/chat-core",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Shared Firestore chat core (realtime newest window + infinite older pagination) for TTT Productions apps",
5
5
  "repository": {
6
6
  "type": "git",