@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 +1 -1
- package/esm/index.es.js +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +1 -1
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
|
[ Promptbook](https://badge.fury.io/js/promptbook.svg)](https://www.npmjs.com/package/promptbook)
|
|
9
10
|
[ Promptbook](https://packagequality.com/shield/promptbook.svg)](https://packagequality.com/#?package=promptbook)
|
|
10
11
|
[](https://snyk.io/test/github/webgptorg/promptbook)
|
|
11
12
|
[](https://github.com/webgptorg/promptbook/issues)
|
|
12
13
|
[](https://socket.dev/npm/package/promptbook)
|
|
13
14
|
|
|
14
|
-
|
|
15
15
|
[](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-
|
|
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
|
|
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.
|
|
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-
|
|
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
|