Skip to content

Commit

Permalink
fut: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulcanelly committed Oct 10, 2024
1 parent a91f5c1 commit 7e11eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chat-toolkit",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"author": "",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/state/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Ref } from "../utils/Ref"
import { runWithImplicitState } from "../lib/implicit_state"

import { MessageStoreCancelationError } from "../utils/MessageStore"
import { superjson } from "@/lib/superjson"
import { superjson } from "../lib/superjson"



Expand Down

0 comments on commit 7e11eaa

Please sign in to comment.