Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
garredow committed Apr 23, 2024
1 parent 8684b56 commit fe68e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nothing-special/kaiware-lib",
"version": "0.9.0",
"version": "0.10.0",
"type": "module",
"author": {
"name": "Garrett Downs",
Expand Down
1 change: 1 addition & 0 deletions src/lib/connection.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { z } from 'zod';
import { MessageType } from '../enums';
import { Config, ConsoleCommandResPayload, MessageWithId, rawMessageSchema } from '../types';
import { makeSerializable, parseConsoleCommand } from '../utils';
Expand Down

0 comments on commit fe68e9a

Please sign in to comment.