@dsh-enhanced/assistant-evaluation 0.1.47 → 0.1.48

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/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.47";
1
+ export declare const version = "0.1.48";
2
2
  //# sourceMappingURL=version.d.ts.map
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '0.1.47';
1
+ export const version = '0.1.48';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsh-enhanced/assistant-evaluation",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
4
4
  "description": "A bounded, append-only outcome evaluation ledger for the DSH personal assistant.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -217,23 +217,23 @@
217
217
  "@deepseek-ai/dsh-goal-round-driver": "0.1.2-rc.1",
218
218
  "@deepseek-ai/dsh-subagent": "0.1.2-rc.1",
219
219
  "@deepseek-ai/dsh-session-query": "0.1.2-rc.1",
220
- "@dsh-enhanced/assistant-automations": "0.1.47",
221
- "@dsh-enhanced/assistant-delivery": "0.1.47",
222
- "@dsh-enhanced/assistant-evolution": "0.1.47",
223
- "@dsh-enhanced/assistant-verifier": "0.1.47",
224
- "@dsh-enhanced/personal-memory": "0.1.47",
225
- "@dsh-enhanced/assistant-policy": "0.1.47",
226
- "@dsh-enhanced/assistant-deepseek-budget": "0.1.47",
227
- "@dsh-enhanced/traex-acp-provider": "0.1.47",
228
- "@dsh-enhanced/assistant-goals": "0.1.47",
229
- "@dsh-enhanced/assistant-isolation": "0.1.47",
230
- "@dsh-enhanced/assistant-super-relay-budget": "0.1.47",
231
- "@dsh-enhanced/llm-route-capabilities": "0.1.47",
232
- "@dsh-enhanced/assistant-skills": "0.1.47"
220
+ "@dsh-enhanced/assistant-delivery": "0.1.48",
221
+ "@dsh-enhanced/assistant-evolution": "0.1.48",
222
+ "@dsh-enhanced/assistant-verifier": "0.1.48",
223
+ "@dsh-enhanced/assistant-isolation": "0.1.48",
224
+ "@dsh-enhanced/assistant-automations": "0.1.48",
225
+ "@dsh-enhanced/personal-memory": "0.1.48",
226
+ "@dsh-enhanced/assistant-goals": "0.1.48",
227
+ "@dsh-enhanced/assistant-policy": "0.1.48",
228
+ "@dsh-enhanced/assistant-deepseek-budget": "0.1.48",
229
+ "@dsh-enhanced/traex-acp-provider": "0.1.48",
230
+ "@dsh-enhanced/llm-route-capabilities": "0.1.48",
231
+ "@dsh-enhanced/assistant-super-relay-budget": "0.1.48",
232
+ "@dsh-enhanced/assistant-skills": "0.1.48"
233
233
  },
234
234
  "dependencies": {
235
235
  "@deepseek-ai/schemastery": "3.18.2",
236
- "@dsh-enhanced/task-acceptance-contract": "0.1.47"
236
+ "@dsh-enhanced/task-acceptance-contract": "0.1.48"
237
237
  },
238
238
  "scripts": {
239
239
  "build": "tsc -p tsconfig.build.json",