@promptbook/core 0.48.0-1 → 0.48.0

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/README.md CHANGED
@@ -5,13 +5,13 @@ Library to supercharge your use of large language models
5
5
 
6
6
 
7
7
 
8
+
8
9
  [![NPM Version of ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook](https://badge.fury.io/js/promptbook.svg)](https://www.npmjs.com/package/promptbook)
9
10
  [![Quality of package ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook](https://packagequality.com/shield/promptbook.svg)](https://packagequality.com/#?package=promptbook)
10
11
  [![Known Vulnerabilities](https://snyk.io/test/github/webgptorg/promptbook/badge.svg)](https://snyk.io/test/github/webgptorg/promptbook)
11
12
  [![Issues](https://img.shields.io/github/issues/webgptorg/promptbook.svg?style=flat)](https://github.com/webgptorg/promptbook/issues)
12
13
  [![Socket](https://socket.dev/api/badge/npm/package/promptbook)](https://socket.dev/npm/package/promptbook)
13
14
 
14
-
15
15
  [![Socket Badge](https://socket.dev/api/badge/npm/package/@promptbook/core)](https://socket.dev/npm/package/@promptbook/core)
16
16
 
17
17
 
package/esm/index.es.js CHANGED
@@ -440,7 +440,7 @@ function removeContentComments(content) {
440
440
  /**
441
441
  * The version of the Promptbook library
442
442
  */
443
- var PROMPTBOOK_VERSION = '0.48.0-0';
443
+ var PROMPTBOOK_VERSION = '0.48.0-1';
444
444
 
445
445
  /**
446
446
  * 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/core",
3
- "version": "0.48.0-1",
3
+ "version": "0.48.0",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "homepage": "https://www.npmjs.com/package/@promptbook/core",
36
36
  "dependencies": {
37
- "spacetrim": "0.11.23"
37
+ "spacetrim": "0.11.24"
38
38
  },
39
39
  "funding": [
40
40
  {
package/umd/index.umd.js CHANGED
@@ -445,7 +445,7 @@
445
445
  /**
446
446
  * The version of the Promptbook library
447
447
  */
448
- var PROMPTBOOK_VERSION = '0.48.0-0';
448
+ var PROMPTBOOK_VERSION = '0.48.0-1';
449
449
 
450
450
  /**
451
451
  * Parses the given script and returns the list of all used variables that are not defined in the script