promptbook 0.47.0 → 0.48.0-1

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 +12 -1
  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
-
9
8
  [![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)
10
9
  [![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)
11
10
  [![Known Vulnerabilities](https://snyk.io/test/github/webgptorg/promptbook/badge.svg)](https://snyk.io/test/github/webgptorg/promptbook)
12
11
  [![Issues](https://img.shields.io/github/issues/webgptorg/promptbook.svg?style=flat)](https://github.com/webgptorg/promptbook/issues)
13
12
  [![Socket](https://socket.dev/api/badge/npm/package/promptbook)](https://socket.dev/npm/package/promptbook)
14
13
 
14
+
15
15
  [![Socket Badge](https://socket.dev/api/badge/npm/package/promptbook)](https://socket.dev/npm/package/promptbook)
16
16
 
17
17
 
@@ -632,6 +632,17 @@ GPTs are chat assistants that can be assigned to specific tasks and materials. B
632
632
 
633
633
 
634
634
 
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
635
646
  ### Where should I store my promptbooks?
636
647
 
637
648
  If you use raw SDKs, you just put prompts in the sourcecode, mixed in with typescript, javascript, python or whatever programming language you use.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promptbook",
3
- "version": "0.47.0",
3
+ "version": "0.48.0-1",
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.47.0",
48
- "@promptbook/core": "0.47.0",
49
- "@promptbook/execute-javascript": "0.47.0",
50
- "@promptbook/langtail": "0.47.0",
51
- "@promptbook/mock": "0.47.0",
52
- "@promptbook/openai": "0.47.0",
53
- "@promptbook/remote-client": "0.47.0",
54
- "@promptbook/remote-server": "0.47.0",
55
- "@promptbook/types": "0.47.0",
56
- "@promptbook/utils": "0.47.0",
57
- "@promptbook/wizzard": "0.47.0"
47
+ "@promptbook/cli": "0.48.0-1",
48
+ "@promptbook/core": "0.48.0-1",
49
+ "@promptbook/execute-javascript": "0.48.0-1",
50
+ "@promptbook/langtail": "0.48.0-1",
51
+ "@promptbook/mock": "0.48.0-1",
52
+ "@promptbook/openai": "0.48.0-1",
53
+ "@promptbook/remote-client": "0.48.0-1",
54
+ "@promptbook/remote-server": "0.48.0-1",
55
+ "@promptbook/types": "0.48.0-1",
56
+ "@promptbook/utils": "0.48.0-1",
57
+ "@promptbook/wizzard": "0.48.0-1"
58
58
  }
59
59
  }