@deepseek-ai/dsh-session-reference 0.1.1-rc.1 → 0.1.1-rc.2

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.
Files changed (2) hide show
  1. package/lib/typert.host.js +1 -1
  2. package/package.json +17 -17
@@ -243,7 +243,7 @@ export const TYPERT = {
243
243
  },
244
244
  {
245
245
  "name": "ImageAttachmentRef",
246
- "declaration": "export interface ImageAttachmentRef {\n attachmentId: AttachmentId;\n mediaType: ImageMediaType;\n bytes: number;\n width: number;\n height: number;\n name?: string;\n}"
246
+ "declaration": "export interface ImageAttachmentRef {\n attachmentId: AttachmentId;\n mediaType: ImageMediaType;\n bytes: number;\n width: number;\n height: number;\n name?: string;\n originalDimensions?: { width: number; height: number; };\n}"
247
247
  },
248
248
  {
249
249
  "name": "ImageBlock",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-session-reference",
3
3
  "description": "Cross-session snapshot references and durable untrusted model context (ctx.sessionReferenceResolver)",
4
- "version": "0.1.1-rc.1",
4
+ "version": "0.1.1-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -53,25 +53,25 @@
53
53
  "@deepseek-ai/schemastery": "^3.18.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@deepseek-ai/dsh-agent": "^0.1.1-rc.1",
57
- "@deepseek-ai/dsh-compaction": "^0.1.1-rc.1",
58
- "@deepseek-ai/dsh-llm": "^0.1.1-rc.1",
59
- "@deepseek-ai/dsh-output-retention": "^0.1.1-rc.1",
60
- "@deepseek-ai/dsh-session": "^0.1.1-rc.1",
61
- "@deepseek-ai/dsh-typert-protocol": "^0.1.1-rc.1",
62
- "@deepseek-ai/dsh-session-query": "^0.1.1-rc.1",
63
- "@deepseek-ai/dsh-invariants": "^0.1.1-rc.1",
56
+ "@deepseek-ai/dsh-compaction": "^0.1.1-rc.2",
57
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
58
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
59
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
60
+ "@deepseek-ai/dsh-output-retention": "^0.1.1-rc.2",
61
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
62
+ "@deepseek-ai/dsh-session-query": "^0.1.1-rc.2",
63
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.1-rc.2",
64
64
  "@deepseek-ai/cordis": "^4.0.1"
65
65
  },
66
66
  "devDependencies": {
67
- "@deepseek-ai/dsh-compaction": "^0.1.1-rc.1",
68
- "@deepseek-ai/dsh-invariants": "^0.1.1-rc.1",
69
- "@deepseek-ai/dsh-output-retention": "^0.1.1-rc.1",
70
- "@deepseek-ai/dsh-llm": "^0.1.1-rc.1",
71
- "@deepseek-ai/dsh-agent": "^0.1.1-rc.1",
72
- "@deepseek-ai/dsh-session": "^0.1.1-rc.1",
73
- "@deepseek-ai/dsh-session-query": "^0.1.1-rc.1",
74
- "@deepseek-ai/dsh-typert-protocol": "^0.1.1-rc.1",
67
+ "@deepseek-ai/dsh-compaction": "^0.1.1-rc.2",
68
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
69
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
70
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
71
+ "@deepseek-ai/dsh-output-retention": "^0.1.1-rc.2",
72
+ "@deepseek-ai/dsh-session-query": "^0.1.1-rc.2",
73
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
74
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.1-rc.2",
75
75
  "@deepseek-ai/cordis": "^4.0.1"
76
76
  }
77
77
  }