@promptbook/cli 0.72.0-29 → 0.72.0-30
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
|
@@ -27,7 +27,7 @@ import { Converter } from 'showdown';
|
|
|
27
27
|
/**
|
|
28
28
|
* The version of the Promptbook library
|
|
29
29
|
*/
|
|
30
|
-
var PROMPTBOOK_VERSION = '0.72.0-
|
|
30
|
+
var PROMPTBOOK_VERSION = '0.72.0-29';
|
|
31
31
|
// TODO: [main] !!!! List here all the versions and annotate + put into script
|
|
32
32
|
|
|
33
33
|
/*! *****************************************************************************
|
|
@@ -14124,6 +14124,7 @@ var WebsiteScraper = /** @class */ (function () {
|
|
|
14124
14124
|
TODO_USE(Readability);
|
|
14125
14125
|
TODO_USE(Converter);
|
|
14126
14126
|
TODO_USE(JSDOM);
|
|
14127
|
+
TODO_USE(new JSDOM());
|
|
14127
14128
|
TODO_USE(createShowdownConverter);
|
|
14128
14129
|
this.showdownConverter = createShowdownConverter();
|
|
14129
14130
|
}
|