@promptbook/node 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
|
@@ -20,7 +20,7 @@ import sha256 from 'crypto-js/sha256';
|
|
|
20
20
|
/**
|
|
21
21
|
* The version of the Promptbook library
|
|
22
22
|
*/
|
|
23
|
-
var PROMPTBOOK_VERSION = '0.72.0-
|
|
23
|
+
var PROMPTBOOK_VERSION = '0.72.0-7';
|
|
24
24
|
// TODO: [main] !!!! List here all the versions and annotate + put into script
|
|
25
25
|
|
|
26
26
|
/*! *****************************************************************************
|
|
@@ -5488,7 +5488,8 @@ var websiteScraper = {
|
|
|
5488
5488
|
/**
|
|
5489
5489
|
* @@@
|
|
5490
5490
|
*
|
|
5491
|
-
* @
|
|
5491
|
+
* @private because this will be replaced by a system of one scraper per package [🦖]
|
|
5492
|
+
* TODO: [🦖] System for scrapers NOT public exported from `@promptbook/core`
|
|
5492
5493
|
*/
|
|
5493
5494
|
var SCRAPERS = [
|
|
5494
5495
|
markdownScraper,
|