@conciv/widget 0.0.3 → 0.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conciv/widget",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "The conciv in-page widget: a SolidJS chat UI mounted into a Shadow DOM that talks to the dev server over SSE, plus the page-control driver the agent drives.",
5
5
  "keywords": [
6
6
  "ai",
@@ -45,15 +45,15 @@
45
45
  "shiki": "^4.2.0",
46
46
  "solid-js": "^1.9.13",
47
47
  "zod": "^4.4.3",
48
- "@conciv/api-client": "^0.0.3",
49
- "@conciv/extension": "^0.0.3",
50
- "@conciv/grab": "^0.0.3",
51
- "@conciv/protocol": "^0.0.3",
52
- "@conciv/solid-diffs": "^0.0.3",
53
- "@conciv/solid-streamdown": "^0.0.3",
54
- "@conciv/ui-kit-chat": "^0.0.3",
55
- "@conciv/ui-kit-chat-tools": "^0.0.3",
56
- "@conciv/ui-kit-system": "^0.0.3"
48
+ "@conciv/api-client": "^0.0.5",
49
+ "@conciv/extension": "^0.0.5",
50
+ "@conciv/grab": "^0.0.5",
51
+ "@conciv/protocol": "^0.0.5",
52
+ "@conciv/solid-diffs": "^0.0.5",
53
+ "@conciv/solid-streamdown": "^0.0.5",
54
+ "@conciv/ui-kit-chat": "^0.0.5",
55
+ "@conciv/ui-kit-chat-tools": "^0.0.5",
56
+ "@conciv/ui-kit-system": "^0.0.5"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@chromatic-com/storybook": "^5.2.1",
@@ -74,8 +74,8 @@
74
74
  "vite": "^8.0.16",
75
75
  "vite-plugin-solid": "^2.11.12",
76
76
  "vitest": "^4.1.8",
77
- "@conciv/extension-test-runner": "^0.0.3",
78
- "@conciv/uno-preset": "0.0.3"
77
+ "@conciv/extension-test-runner": "^0.0.5",
78
+ "@conciv/uno-preset": "0.0.5"
79
79
  },
80
80
  "scripts": {
81
81
  "build": "vite build && vite build --config vite.global.config.ts && tsc -p tsconfig.build.json",