@promptbook/utils 0.44.0-3 → 0.44.0-4
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 -4
- package/umd/index.umd.js +1 -1
package/esm/index.es.js
CHANGED
|
@@ -402,7 +402,7 @@ function removeContentComments(content) {
|
|
|
402
402
|
/**
|
|
403
403
|
* The version of the Promptbook library
|
|
404
404
|
*/
|
|
405
|
-
var PROMPTBOOK_VERSION = '0.44.0-
|
|
405
|
+
var PROMPTBOOK_VERSION = '0.44.0-3';
|
|
406
406
|
|
|
407
407
|
/**
|
|
408
408
|
* 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.44.0-
|
|
3
|
+
"version": "0.44.0-4",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -38,9 +38,6 @@
|
|
|
38
38
|
"prettier": "2.8.1",
|
|
39
39
|
"spacetrim": "0.11.2"
|
|
40
40
|
},
|
|
41
|
-
"peerDependencies": {
|
|
42
|
-
"@promptbook/core": "0.44.0-3"
|
|
43
|
-
},
|
|
44
41
|
"main": "./umd/index.umd.js",
|
|
45
42
|
"module": "./esm/index.es.js",
|
|
46
43
|
"typings": "./esm/typings/_packages/utils.index.d.ts"
|
package/umd/index.umd.js
CHANGED
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
/**
|
|
410
410
|
* The version of the Promptbook library
|
|
411
411
|
*/
|
|
412
|
-
var PROMPTBOOK_VERSION = '0.44.0-
|
|
412
|
+
var PROMPTBOOK_VERSION = '0.44.0-3';
|
|
413
413
|
|
|
414
414
|
/**
|
|
415
415
|
* Parses the given script and returns the list of all used variables that are not defined in the script
|