@tanstack/cta-framework-react-cra 0.26.0 → 0.26.1

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.
@@ -100,7 +100,7 @@ export default function AIAssistant() {
100
100
  const isOpen = useStore(showAIAssistant)
101
101
  const { messages, sendMessage } = useChat({
102
102
  transport: new DefaultChatTransport({
103
- api: '/api/demo-chat',
103
+ api: '/demo/api/tanchat',
104
104
  }),
105
105
  })
106
106
  const [input, setInput] = useState('')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/cta-framework-react-cra",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "description": "CTA Framework for React (Create React App)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "author": "Jack Herrington <jherr@pobox.com>",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@tanstack/cta-engine": "0.26.0"
26
+ "@tanstack/cta-engine": "0.26.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^24.6.0",