@promptbook/legacy-documents 0.72.0-10 → 0.72.0-11

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
@@ -15,7 +15,7 @@ import { unparse, parse } from 'papaparse';
15
15
  /**
16
16
  * The version of the Promptbook library
17
17
  */
18
- var PROMPTBOOK_VERSION = '0.72.0-9';
18
+ var PROMPTBOOK_VERSION = '0.72.0-10';
19
19
  // TODO: [main] !!!! List here all the versions and annotate + put into script
20
20
 
21
21
  /*! *****************************************************************************
@@ -3257,7 +3257,7 @@ function extensionToMimeType(value) {
3257
3257
  /**
3258
3258
  * @@@
3259
3259
  *
3260
- * @private for scraper utilities
3260
+ * @public exported from `@promptbook/core`
3261
3261
  */
3262
3262
  function makeKnowledgeSourceHandler(knowledgeSource, tools, options) {
3263
3263
  var _a;