@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 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.106';
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.108",
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.108"
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.106';
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
@@ -1,11 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- const {
4
- __: { prettifyPromptbookStringCli },
5
- } = require('../umd/index.umd.js');
6
-
7
- prettifyPromptbookStringCli();
8
-
9
- /**
10
- * TODO: [🕌] When more functionalities, rename
11
- */