Skip to content

Commit

Permalink
Fixing and simplifying New Chat keybindings logic
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatkatze committed Jan 11, 2025
1 parent d5a4ab6 commit f1c32a7
Show file tree
Hide file tree
Showing 16 changed files with 1,119 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lib/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/client",
"version": "0.0.32",
"version": "1.0.99",
"description": "OpenCtx client library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/client/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export type * from '@openctx/protocol'
export type { Provider } from '@openctx/provider'
export type * from '@openctx/schema'
export { observeItems, type Annotation, type EachWithProviderUri } from './api.js'
export { type Annotation, type EachWithProviderUri } from './api.js'
export {
createClient,
type AuthInfo,
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"json-schema-to-zod": "^0.1.5",
"@apidevtools/json-schema-ref-parser": "^11.7.3",
"vitest": "^1.6.0"
},
"stylelint": {
Expand Down
Loading

0 comments on commit f1c32a7

Please sign in to comment.