@promptbook/website-crawler 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
@@ -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-28';
18
+ var PROMPTBOOK_VERSION = '0.72.0-29';
19
19
  // TODO: [main] !!!! List here all the versions and annotate + put into script
20
20
 
21
21
  /*! *****************************************************************************
@@ -5732,6 +5732,7 @@ var WebsiteScraper = /** @class */ (function () {
5732
5732
  TODO_USE(Readability);
5733
5733
  TODO_USE(Converter);
5734
5734
  TODO_USE(JSDOM);
5735
+ TODO_USE(new JSDOM());
5735
5736
  TODO_USE(createShowdownConverter);
5736
5737
  this.showdownConverter = createShowdownConverter();
5737
5738
  }