We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7253330 commit f64a4d2Copy full SHA for f64a4d2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "promptl-ai",
3
- "version": "0.6.4",
+ "version": "0.6.5",
4
"author": "Latitude Data",
5
"license": "MIT",
6
"description": "Compiler for PromptL, the prompt language",
src/index.ts
@@ -3,4 +3,6 @@ export * from './compiler'
export * from './parser'
export * from './providers'
+export { type Fragment } from './parser/interfaces'
7
+
8
export { default as CompileError } from './error/error'
0 commit comments