Skip to content

Commit f64a4d2

Browse files
committed
chore: export missing type
1 parent 7253330 commit f64a4d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.6.4",
3+
"version": "0.6.5",
44
"author": "Latitude Data",
55
"license": "MIT",
66
"description": "Compiler for PromptL, the prompt language",

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ export * from './compiler'
33
export * from './parser'
44
export * from './providers'
55

6+
export { type Fragment } from './parser/interfaces'
7+
68
export { default as CompileError } from './error/error'

0 commit comments

Comments
 (0)