@deepseek-ai/dsh-message-feedback 0.1.5-rc.1 → 0.1.5-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.
@@ -20,7 +20,7 @@ export interface MessageFeedbackItem {
20
20
  readonly rating: MessageFeedbackRating;
21
21
  /** Optional explanation, preserved verbatim after validation. */
22
22
  readonly note?: string;
23
- /** Category the human filed a negative judgment under. */
23
+ /** Category the human filed the judgment under. */
24
24
  readonly category?: FeedbackCategory;
25
25
  /** Equality-only token replaced by every material create or update. */
26
26
  readonly version: MessageFeedbackVersion;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-message-feedback",
3
3
  "description": "Canonical Session-log ratings and notes for finalized assistant messages",
4
- "version": "0.1.5-rc.1",
4
+ "version": "0.1.5-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -44,13 +44,13 @@
44
44
  ],
45
45
  "license": "MIT",
46
46
  "peerDependencies": {
47
- "@deepseek-ai/dsh-brand": "^0.1.5-rc.1",
48
- "@deepseek-ai/dsh-llm": "^0.1.5-rc.1",
49
- "@deepseek-ai/dsh-session": "^0.1.5-rc.1",
50
- "@deepseek-ai/dsh-session-persistence": "^0.1.5-rc.1",
51
- "@deepseek-ai/dsh-typert-protocol": "^0.1.5-rc.1",
47
+ "@deepseek-ai/dsh-brand": "^0.1.5-rc.2",
48
+ "@deepseek-ai/dsh-llm": "^0.1.5-rc.2",
49
+ "@deepseek-ai/dsh-session": "^0.1.5-rc.2",
50
+ "@deepseek-ai/dsh-session-persistence": "^0.1.5-rc.2",
51
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.5-rc.2",
52
52
  "@deepseek-ai/cordis": "^4.0.2",
53
- "@deepseek-ai/dsh-command-feedback": "^0.1.5-rc.1"
53
+ "@deepseek-ai/dsh-command-feedback": "^0.1.5-rc.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "zod": "^4.4.3",
@@ -59,13 +59,13 @@
59
59
  "devDependencies": {
60
60
  "@deepseek-ai/cordis-plugin-include": "^1.0.7",
61
61
  "@deepseek-ai/cordis-plugin-loader": "^1.0.3",
62
- "@deepseek-ai/dsh-brand": "^0.1.5-rc.1",
63
- "@deepseek-ai/dsh-session": "^0.1.5-rc.1",
64
- "@deepseek-ai/dsh-session-persistence": "^0.1.5-rc.1",
65
- "@deepseek-ai/dsh-llm": "^0.1.5-rc.1",
66
- "@deepseek-ai/dsh-typert-protocol": "^0.1.5-rc.1",
62
+ "@deepseek-ai/dsh-llm": "^0.1.5-rc.2",
63
+ "@deepseek-ai/dsh-session": "^0.1.5-rc.2",
64
+ "@deepseek-ai/dsh-brand": "^0.1.5-rc.2",
65
+ "@deepseek-ai/dsh-session-persistence": "^0.1.5-rc.2",
66
+ "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.5-rc.2",
67
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.5-rc.2",
67
68
  "@deepseek-ai/cordis": "^4.0.2",
68
- "@deepseek-ai/dsh-command-feedback": "^0.1.5-rc.1",
69
- "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.5-rc.1"
69
+ "@deepseek-ai/dsh-command-feedback": "^0.1.5-rc.2"
70
70
  }
71
71
  }