@kenz1117/dsh-ui-usage-billing 0.9.10 → 0.9.11

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 (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kenz1117/dsh-ui-usage-billing",
3
3
  "description": "Usage billing dashboard for DeepSeek Harness: sidebar cost metrics plus a full dashboard modal, priced from a current multi-provider catalog with real usage aggregated from session logs.",
4
- "version": "0.9.10",
4
+ "version": "0.9.11",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -78,13 +78,15 @@
78
78
  "@deepseek-ai/dsh-client-ui-conversation": "workspace:^",
79
79
  "@deepseek-ai/dsh-client-ui-primitives": "workspace:^",
80
80
  "@deepseek-ai/dsh-client-ui-slots": "workspace:^",
81
- "@deepseek-ai/dsh-client-web-react": "workspace:^",
82
81
  "@deepseek-ai/dsh-invariants": "workspace:^",
83
82
  "@testing-library/react": "^16.1.0",
84
83
  "@types/react": "~18.3.1",
84
+ "@types/node": "^22.20.0",
85
85
  "@deepseek-ai/cordis": "workspace:^",
86
86
  "react": "^18.2.0",
87
- "react-dom": "^18.2.0"
87
+ "react-dom": "^18.2.0",
88
+ "lightningcss": "^1.32.0",
89
+ "tsdown": "^0.22.2"
88
90
  },
89
91
  "files": [
90
92
  "lib/index.js",