@elinpf/dsh-ops-access-ui 0.1.2 → 0.1.4

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elinpf/dsh-ops-access-ui",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Browser half carrier for @-mentioning ops-access profiles: the host row exists only for client-bundle discovery; candidates come from GET /ops-access/list served by @elinpf/dsh-ops-access, and mention expansion (agent/pre-step) lives there too.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@deepseek-ai/cordis": "^4.0.1",
47
- "@deepseek-ai/dsh-invariants": "^0.0.1-rc.1",
47
+ "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
48
48
  "react": "^18.2.0"
49
49
  },
50
50
  "devDependencies": {