Commit 25a60d9
committed
fix: correct TYPE_ID separator and version in TypeScript constants
- TYPE_ID: 'cxdb:ConversationItem' (colon) → 'cxdb.ConversationItem' (dot)
to match the registry bundle which has always used dot separators
- TYPE_VERSION: 2 → 3 to match the current registry schema version
The colon separator was invalid in contexts that parse the type ID as a
namespace path. The version mismatch caused the frontend to miss schema
features registered at version 3.1 parent d80620b commit 25a60d9
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments