@promptbook/core 0.41.109 → 0.41.110
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 +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +1 -1
package/esm/index.es.js
CHANGED
|
@@ -430,7 +430,7 @@ function removeContentComments(content) {
|
|
|
430
430
|
/**
|
|
431
431
|
* The version of the Promptbook library
|
|
432
432
|
*/
|
|
433
|
-
var PROMPTBOOK_VERSION = '0.41.
|
|
433
|
+
var PROMPTBOOK_VERSION = '0.41.109';
|
|
434
434
|
|
|
435
435
|
/**
|
|
436
436
|
* Parses the given script and returns the list of all used variables that are not defined in the script
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
/**
|
|
438
438
|
* The version of the Promptbook library
|
|
439
439
|
*/
|
|
440
|
-
var PROMPTBOOK_VERSION = '0.41.
|
|
440
|
+
var PROMPTBOOK_VERSION = '0.41.109';
|
|
441
441
|
|
|
442
442
|
/**
|
|
443
443
|
* Parses the given script and returns the list of all used variables that are not defined in the script
|