@promptbook/utils 0.41.108 → 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 +2 -2
- package/umd/index.umd.js +1 -1
- package/bin/promptbook-cli.js +0 -11
package/esm/index.es.js
CHANGED
|
@@ -395,7 +395,7 @@ function removeContentComments(content) {
|
|
|
395
395
|
/**
|
|
396
396
|
* The version of the Promptbook library
|
|
397
397
|
*/
|
|
398
|
-
var PROMPTBOOK_VERSION = '0.41.
|
|
398
|
+
var PROMPTBOOK_VERSION = '0.41.109';
|
|
399
399
|
|
|
400
400
|
/**
|
|
401
401
|
* 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.110",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"spacetrim": "0.11.2"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@promptbook/core": "0.41.
|
|
43
|
+
"@promptbook/core": "0.41.110"
|
|
44
44
|
},
|
|
45
45
|
"main": "./umd/index.umd.js",
|
|
46
46
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
/**
|
|
402
402
|
* The version of the Promptbook library
|
|
403
403
|
*/
|
|
404
|
-
var PROMPTBOOK_VERSION = '0.41.
|
|
404
|
+
var PROMPTBOOK_VERSION = '0.41.109';
|
|
405
405
|
|
|
406
406
|
/**
|
|
407
407
|
* Parses the given script and returns the list of all used variables that are not defined in the script
|