@promptbook/remote-server 0.72.0-7 → 0.72.0-8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/index.es.js
CHANGED
|
@@ -7,7 +7,7 @@ import spaceTrim$1, { spaceTrim } from 'spacetrim';
|
|
|
7
7
|
/**
|
|
8
8
|
* The version of the Promptbook library
|
|
9
9
|
*/
|
|
10
|
-
var PROMPTBOOK_VERSION = '0.72.0-
|
|
10
|
+
var PROMPTBOOK_VERSION = '0.72.0-7';
|
|
11
11
|
// TODO: [main] !!!! List here all the versions and annotate + put into script
|
|
12
12
|
|
|
13
13
|
/*! *****************************************************************************
|
|
@@ -75,7 +75,6 @@ import { unpreparePipeline } from '../prepare/unpreparePipeline';
|
|
|
75
75
|
import { prepareKnowledgePieces } from '../scrapers/_common/prepareKnowledgePieces';
|
|
76
76
|
import { legacyDocumentScraper } from '../scrapers/document-legacy/legacyDocumentScraper';
|
|
77
77
|
import { documentScraper } from '../scrapers/document/documentScraper';
|
|
78
|
-
import { SCRAPERS } from '../scrapers/index';
|
|
79
78
|
import { markdownScraper } from '../scrapers/markdown/markdownScraper';
|
|
80
79
|
import { pdfScraper } from '../scrapers/pdf/pdfScraper';
|
|
81
80
|
import { websiteScraper } from '../scrapers/website/websiteScraper';
|
|
@@ -163,7 +162,6 @@ export { unpreparePipeline };
|
|
|
163
162
|
export { prepareKnowledgePieces };
|
|
164
163
|
export { legacyDocumentScraper };
|
|
165
164
|
export { documentScraper };
|
|
166
|
-
export { SCRAPERS };
|
|
167
165
|
export { markdownScraper };
|
|
168
166
|
export { pdfScraper };
|
|
169
167
|
export { websiteScraper };
|
|
@@ -2,6 +2,7 @@ import type { Scraper } from './_common/Scraper';
|
|
|
2
2
|
/**
|
|
3
3
|
* @@@
|
|
4
4
|
*
|
|
5
|
-
* @
|
|
5
|
+
* @private because this will be replaced by a system of one scraper per package [🦖]
|
|
6
|
+
* TODO: [🦖] System for scrapers NOT public exported from `@promptbook/core`
|
|
6
7
|
*/
|
|
7
8
|
export declare const SCRAPERS: Array<Scraper>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/remote-server",
|
|
3
|
-
"version": "0.72.0-
|
|
3
|
+
"version": "0.72.0-8",
|
|
4
4
|
"description": "Supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"module": "./esm/index.es.js",
|
|
52
52
|
"typings": "./esm/typings/src/_packages/remote-server.index.d.ts",
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@promptbook/core": "0.72.0-
|
|
54
|
+
"@promptbook/core": "0.72.0-8"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"colors": "1.4.0",
|
package/umd/index.umd.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
/**
|
|
15
15
|
* The version of the Promptbook library
|
|
16
16
|
*/
|
|
17
|
-
var PROMPTBOOK_VERSION = '0.72.0-
|
|
17
|
+
var PROMPTBOOK_VERSION = '0.72.0-7';
|
|
18
18
|
// TODO: [main] !!!! List here all the versions and annotate + put into script
|
|
19
19
|
|
|
20
20
|
/*! *****************************************************************************
|