@promptbook/azure-openai
Advanced tools
Comparing version 0.72.0-7 to 0.72.0-8
@@ -78,3 +78,2 @@ import { PROMPTBOOK_VERSION } from '../version'; | ||
import { documentScraper } from '../scrapers/document/documentScraper'; | ||
import { SCRAPERS } from '../scrapers/index'; | ||
import { markdownScraper } from '../scrapers/markdown/markdownScraper'; | ||
@@ -167,3 +166,2 @@ import { pdfScraper } from '../scrapers/pdf/pdfScraper'; | ||
export { documentScraper }; | ||
export { SCRAPERS }; | ||
export { markdownScraper }; | ||
@@ -170,0 +168,0 @@ export { pdfScraper }; |
@@ -5,4 +5,5 @@ import type { Scraper } from './_common/Scraper'; | ||
* | ||
* @public exported from `@promptbook/core` | ||
* @private because this will be replaced by a system of one scraper per package [🦖] | ||
* TODO: [🦖] System for scrapers NOT public exported from `@promptbook/core` | ||
*/ | ||
export declare const SCRAPERS: Array<Scraper>; |
{ | ||
"name": "@promptbook/azure-openai", | ||
"version": "0.72.0-7", | ||
"version": "0.72.0-8", | ||
"description": "Supercharge your use of large language models", | ||
@@ -54,3 +54,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.72.0-7" | ||
"@promptbook/core": "0.72.0-8" | ||
}, | ||
@@ -57,0 +57,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
679912
13096