@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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
/**
|
|
40
40
|
* The version of the Promptbook library
|
|
41
41
|
*/
|
|
42
|
-
var PROMPTBOOK_VERSION = '0.72.0-
|
|
42
|
+
var PROMPTBOOK_VERSION = '0.72.0-29';
|
|
43
43
|
// TODO: [main] !!!! List here all the versions and annotate + put into script
|
|
44
44
|
|
|
45
45
|
/*! *****************************************************************************
|
|
@@ -14136,6 +14136,7 @@
|
|
|
14136
14136
|
TODO_USE(readability.Readability);
|
|
14137
14137
|
TODO_USE(showdown.Converter);
|
|
14138
14138
|
TODO_USE(jsdom.JSDOM);
|
|
14139
|
+
TODO_USE(new jsdom.JSDOM());
|
|
14139
14140
|
TODO_USE(createShowdownConverter);
|
|
14140
14141
|
this.showdownConverter = createShowdownConverter();
|
|
14141
14142
|
}
|