@promptbook/core 0.47.0-0 → 0.47.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 +5 -1
- package/esm/index.es.js +1 -1
- package/package.json +12 -2
- package/umd/index.umd.js +1 -1
package/README.md
CHANGED
|
@@ -5,9 +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)
|
|
10
|
+
[ Promptbook](https://packagequality.com/shield/promptbook.svg)](https://packagequality.com/#?package=promptbook)
|
|
9
11
|
[](https://snyk.io/test/github/webgptorg/promptbook)
|
|
10
12
|
[](https://github.com/webgptorg/promptbook/issues)
|
|
13
|
+
[](https://socket.dev/npm/package/promptbook)
|
|
14
|
+
|
|
11
15
|
[](https://socket.dev/npm/package/@promptbook/core)
|
|
12
16
|
|
|
13
17
|
|
package/esm/index.es.js
CHANGED
|
@@ -1135,7 +1135,7 @@ function parsingMarkdownStructureToMarkdownStructure(parsingMarkdownStructure) {
|
|
|
1135
1135
|
/**
|
|
1136
1136
|
* The version of the Promptbook library
|
|
1137
1137
|
*/
|
|
1138
|
-
var PROMPTBOOK_VERSION = '0.
|
|
1138
|
+
var PROMPTBOOK_VERSION = '0.47.0-0';
|
|
1139
1139
|
|
|
1140
1140
|
/**
|
|
1141
1141
|
* 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.47.0
|
|
3
|
+
"version": "0.47.0",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -34,8 +34,18 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://www.npmjs.com/package/@promptbook/core",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"spacetrim": "0.11.
|
|
37
|
+
"spacetrim": "0.11.23"
|
|
38
38
|
},
|
|
39
|
+
"funding": [
|
|
40
|
+
{
|
|
41
|
+
"type": "individual",
|
|
42
|
+
"url": "https://buymeacoffee.com/hejny"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"type": "github",
|
|
46
|
+
"url": "https://github.com/webgptorg/promptbook/blob/main/README.md#%EF%B8%8F-contributing"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
39
49
|
"main": "./umd/index.umd.js",
|
|
40
50
|
"module": "./esm/index.es.js",
|
|
41
51
|
"typings": "./esm/typings/_packages/core.index.d.ts"
|
package/umd/index.umd.js
CHANGED
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
/**
|
|
1137
1137
|
* The version of the Promptbook library
|
|
1138
1138
|
*/
|
|
1139
|
-
var PROMPTBOOK_VERSION = '0.
|
|
1139
|
+
var PROMPTBOOK_VERSION = '0.47.0-0';
|
|
1140
1140
|
|
|
1141
1141
|
/**
|
|
1142
1142
|
* Parses the given script and returns the list of all used variables that are not defined in the script
|