@promptbook/utils 0.41.102 → 0.41.104
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 +2 -2
- package/umd/index.umd.js +1 -1
package/esm/index.es.js
CHANGED
|
@@ -438,7 +438,7 @@ function removeContentComments(content) {
|
|
|
438
438
|
/**
|
|
439
439
|
* The version of the Promptbook library
|
|
440
440
|
*/
|
|
441
|
-
var PROMPTBOOK_VERSION = '0.41.
|
|
441
|
+
var PROMPTBOOK_VERSION = '0.41.103';
|
|
442
442
|
|
|
443
443
|
/**
|
|
444
444
|
* Parses the given script and returns the list of all used variables that are not defined in the script
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/utils",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.104",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"waitasecond": "1.11.33"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@promptbook/core": "0.41.
|
|
46
|
+
"@promptbook/core": "0.41.104"
|
|
47
47
|
},
|
|
48
48
|
"main": "./umd/index.umd.js",
|
|
49
49
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
/**
|
|
443
443
|
* The version of the Promptbook library
|
|
444
444
|
*/
|
|
445
|
-
var PROMPTBOOK_VERSION = '0.41.
|
|
445
|
+
var PROMPTBOOK_VERSION = '0.41.103';
|
|
446
446
|
|
|
447
447
|
/**
|
|
448
448
|
* Parses the given script and returns the list of all used variables that are not defined in the script
|