@promptbook/core 0.39.1 → 0.39.2
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
|
@@ -423,7 +423,7 @@ function removeContentComments(content) {
|
|
|
423
423
|
/**
|
|
424
424
|
* The version of the Promptbook library
|
|
425
425
|
*/
|
|
426
|
-
var PROMPTBOOK_VERSION = '0.39.
|
|
426
|
+
var PROMPTBOOK_VERSION = '0.39.1';
|
|
427
427
|
|
|
428
428
|
/**
|
|
429
429
|
* Execution type describes the way how the block is executed
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED