promptbook 0.48.0-0 → 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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +12 -12
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)](https://socket.dev/npm/package/promptbook)
16
16
 
17
17
 
@@ -630,7 +630,10 @@ GPTs are chat assistants that can be assigned to specific tasks and materials. B
630
630
 
631
631
 
632
632
 
633
- -->
633
+
634
+
635
+
636
+
634
637
 
635
638
 
636
639
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promptbook",
3
- "version": "0.48.0-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,
@@ -44,16 +44,16 @@
44
44
  }
45
45
  ],
46
46
  "dependencies": {
47
- "@promptbook/cli": "0.48.0-0",
48
- "@promptbook/core": "0.48.0-0",
49
- "@promptbook/execute-javascript": "0.48.0-0",
50
- "@promptbook/langtail": "0.48.0-0",
51
- "@promptbook/mock": "0.48.0-0",
52
- "@promptbook/openai": "0.48.0-0",
53
- "@promptbook/remote-client": "0.48.0-0",
54
- "@promptbook/remote-server": "0.48.0-0",
55
- "@promptbook/types": "0.48.0-0",
56
- "@promptbook/utils": "0.48.0-0",
57
- "@promptbook/wizzard": "0.48.0-0"
47
+ "@promptbook/cli": "0.48.0",
48
+ "@promptbook/core": "0.48.0",
49
+ "@promptbook/execute-javascript": "0.48.0",
50
+ "@promptbook/langtail": "0.48.0",
51
+ "@promptbook/mock": "0.48.0",
52
+ "@promptbook/openai": "0.48.0",
53
+ "@promptbook/remote-client": "0.48.0",
54
+ "@promptbook/remote-server": "0.48.0",
55
+ "@promptbook/types": "0.48.0",
56
+ "@promptbook/utils": "0.48.0",
57
+ "@promptbook/wizzard": "0.48.0"
58
58
  }
59
59
  }