We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd45c3 commit 8edfc19Copy full SHA for 8edfc19
new-src/index.ts
@@ -53,7 +53,7 @@ export class Zagora<
53
> {
54
return new Zagora({
55
...this.def,
56
- inputSchema: inputSchema,
+ inputSchema,
57
});
58
}
59
@@ -69,7 +69,7 @@ export class Zagora<
69
70
71
72
- outputSchema: outputSchema,
+ outputSchema,
73
74
75
package.json
@@ -35,8 +35,8 @@
35
"prebuild": "bun run typecheck",
36
"build": "bunx tsdown",
37
"typecheck": "bunx tsgo-dev -p ./tsconfig.json",
38
- "test": "bun test ./test",
39
- "test:cov": "bun test --coverage",
+ "test": "bun test ./new-test",
+ "test:cov": "bun run test --coverage",
40
"prepublishOnly": "bun run build"
41
},
42
"dependencies": {
0 commit comments