@truefoundry/agent-ui-sdk 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": "@truefoundry/agent-ui-sdk",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Design-system-agnostic Atom/Container UI SDK for TrueFoundry agent chat, built on assistant-ui.",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -42,13 +42,13 @@
42
42
  "peerDependencies": {
43
43
  "@assistant-ui/core": "^0.2.19",
44
44
  "@assistant-ui/react": "^0.14.0",
45
- "@truefoundry/assistant-ui-runtime": "^0.1.1",
45
+ "@truefoundry/assistant-ui-runtime": "0.1.3-rc.1",
46
46
  "@types/react": "*",
47
47
  "monaco-editor": "^0.52.0",
48
48
  "react": "^18 || ^19",
49
49
  "react-dom": "^18 || ^19",
50
- "tfy-web-components": "^0.0.24",
51
- "truefoundry-gateway-sdk": "^0.3.1"
50
+ "tfy-web-components": "^0.0.28",
51
+ "truefoundry-gateway-sdk": "^0.3.2-rc.1"
52
52
  },
53
53
  "peerDependenciesMeta": {
54
54
  "@types/react": {
@@ -81,17 +81,18 @@
81
81
  "@testing-library/dom": "^10.0.0",
82
82
  "@testing-library/jest-dom": "^6.6.3",
83
83
  "@testing-library/react": "^16.3.2",
84
- "@truefoundry/assistant-ui-runtime": "^0.1.1",
84
+ "@truefoundry/assistant-ui-runtime": "0.1.3-rc.1",
85
85
  "@types/node": "^20",
86
86
  "@types/react": "^19.2.17",
87
87
  "esbuild-plugin-svgr": "3.1.1",
88
+ "github-markdown-css": "^5.9.0",
88
89
  "jsdom": "^24.1.3",
89
90
  "monaco-editor": "^0.52.0",
90
91
  "react": "^19.2.4",
91
92
  "react-dom": "^19.2.4",
92
93
  "tailwindcss": "^4.3.2",
93
- "tfy-web-components": "^0.0.24",
94
- "truefoundry-gateway-sdk": "^0.3.1",
94
+ "tfy-web-components": "^0.0.28",
95
+ "truefoundry-gateway-sdk": "0.3.2-rc.1",
95
96
  "tsup": "^8.5.0",
96
97
  "typescript": "^5.9.3",
97
98
  "vitest": "^4.1.9"