Skip to content

Commit

Permalink
chore: update orama client
Browse files Browse the repository at this point in the history
  • Loading branch information
g-francesca committed Jul 23, 2024
1 parent 5112c5f commit 0c79133
Show file tree
Hide file tree
Showing 3 changed files with 9,695 additions and 11,752 deletions.
2 changes: 1 addition & 1 deletion packages/ui-stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"types": "dist/types/index.d.ts",
"dependencies": {
"@oramacloud/client": "1.3.5",
"@oramacloud/client": "1.3.8",
"@phosphor-icons/webcomponents": "^2.1.5",
"@stencil/core": "^4.19.0",
"@stencil/store": "^2.0.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-stencil/src/services/ChatService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class ChatService {
chatContext.isLoading = loading
},
onSourceChange: (sources) => {
console.log(sources)
console.log('***sources***', sources)
},
},
})
Expand Down
Loading

0 comments on commit 0c79133

Please sign in to comment.