@promptbook/node 0.72.0-10 → 0.72.0-12
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 +2 -2
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/core.index.d.ts +2 -0
- package/esm/typings/src/execution/assertsExecutionSuccessful.d.ts +2 -2
- package/esm/typings/src/scrapers/_common/utils/makeKnowledgeSourceHandler.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +2 -2
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -17,7 +17,7 @@ import { spawn } from 'child_process';
|
|
|
17
17
|
/**
|
|
18
18
|
* The version of the Promptbook library
|
|
19
19
|
*/
|
|
20
|
-
var PROMPTBOOK_VERSION = '0.72.0-
|
|
20
|
+
var PROMPTBOOK_VERSION = '0.72.0-11';
|
|
21
21
|
// TODO: [main] !!!! List here all the versions and annotate + put into script
|
|
22
22
|
|
|
23
23
|
/*! *****************************************************************************
|
|
@@ -5040,7 +5040,7 @@ function isValidFilePath(filename) {
|
|
|
5040
5040
|
/**
|
|
5041
5041
|
* @@@
|
|
5042
5042
|
*
|
|
5043
|
-
* @
|
|
5043
|
+
* @public exported from `@promptbook/core`
|
|
5044
5044
|
*/
|
|
5045
5045
|
function makeKnowledgeSourceHandler(knowledgeSource, tools, options) {
|
|
5046
5046
|
var _a;
|