Skip to content

Commit fc26b87

Browse files
committed
0.9.1 forgot to re-type external method
1 parent 4c79cb3 commit fc26b87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promptl-ai",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"author": "Latitude Data",
55
"license": "MIT",
66
"description": "Compiler for PromptL, the prompt language",

src/compiler/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function scan({
5252
fullPath?: string
5353
referenceFn?: ReferencePromptFn
5454
withParameters?: string[]
55-
configSchema?: z.ZodType
55+
configSchema?: z.ZodTypeAny
5656
requireConfig?: boolean
5757
}): Promise<ConversationMetadata> {
5858
return new Scan({

0 commit comments

Comments
 (0)