Skip to content

Commit

Permalink
i done messed up
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyTails committed May 21, 2024
1 parent 07481d3 commit 9aa3a4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linku/sona",
"version": "0.3.3",
"version": "0.3.4",
"exports": {
".": "./src/lib/index.ts",
"./utils": "./src/lib/utils.ts",
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kulupu-linku/sona",
"version": "0.3.3",
"version": "0.3.4",
"description": "A library providing TypeScript types and Zod schemas for the sona API",
"homepage": "https://linku.la/",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions api/src/lib/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import type {
LocalizedWord,
Signs,
Words,
} from "$lib";
import { client } from "$lib/client";
} from "./index";
import { client } from "./client";
import type { ClientResponse } from "hono/client";
import type { Equal, Expect } from "hono/utils/types";

Expand Down

0 comments on commit 9aa3a4b

Please sign in to comment.