Skip to content

Commit fe68e9a

Browse files
committed
fix build
1 parent 8684b56 commit fe68e9a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nothing-special/kaiware-lib",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"type": "module",
55
"author": {
66
"name": "Garrett Downs",

src/lib/connection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { z } from 'zod';
12
import { MessageType } from '../enums';
23
import { Config, ConsoleCommandResPayload, MessageWithId, rawMessageSchema } from '../types';
34
import { makeSerializable, parseConsoleCommand } from '../utils';

0 commit comments

Comments
 (0)