@promptbook/fake-llm
Advanced tools
Comparing version 0.72.0-23 to 0.72.0-26
@@ -19,2 +19,4 @@ import { PROMPTBOOK_VERSION } from '../version'; | ||
import { _PdfScraperMetadataRegistration } from '../scrapers/pdf/register-metadata'; | ||
import { _WebsiteScraperRegistration } from '../scrapers/website/register-constructor'; | ||
import { _WebsiteScraperMetadataRegistration } from '../scrapers/website/register-metadata'; | ||
export { PROMPTBOOK_VERSION }; | ||
@@ -38,1 +40,3 @@ export { _CLI }; | ||
export { _PdfScraperMetadataRegistration }; | ||
export { _WebsiteScraperRegistration }; | ||
export { _WebsiteScraperMetadataRegistration }; |
@@ -86,2 +86,3 @@ import { PROMPTBOOK_VERSION } from '../version'; | ||
import { _PdfScraperMetadataRegistration } from '../scrapers/pdf/register-metadata'; | ||
import { _WebsiteScraperMetadataRegistration } from '../scrapers/website/register-metadata'; | ||
import { MemoryStorage } from '../storage/memory/MemoryStorage'; | ||
@@ -179,2 +180,3 @@ import { PrefixStorage } from '../storage/memory/utils/PrefixStorage'; | ||
export { _PdfScraperMetadataRegistration }; | ||
export { _WebsiteScraperMetadataRegistration }; | ||
export { MemoryStorage }; | ||
@@ -181,0 +183,0 @@ export { PrefixStorage }; |
{ | ||
"name": "@promptbook/fake-llm", | ||
"version": "0.72.0-23", | ||
"version": "0.72.0-26", | ||
"description": "Supercharge your use of large language models", | ||
@@ -55,3 +55,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.72.0-23" | ||
"@promptbook/core": "0.72.0-26" | ||
}, | ||
@@ -58,0 +58,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
778546
579
14766