@promptbook/openai 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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +12 -2
package/README.md CHANGED
@@ -5,9 +5,13 @@ Library to supercharge your use of large language models
5
5
 
6
6
 
7
7
 
8
- [![License of 📖 Prompt book](https://img.shields.io/github/license/webgptorg/promptbook.svg?style=flat)](https://github.com/webgptorg/promptbook/blob/main/LICENSE)
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)
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)
9
11
  [![Known Vulnerabilities](https://snyk.io/test/github/webgptorg/promptbook/badge.svg)](https://snyk.io/test/github/webgptorg/promptbook)
10
12
  [![Issues](https://img.shields.io/github/issues/webgptorg/promptbook.svg?style=flat)](https://github.com/webgptorg/promptbook/issues)
13
+ [![Socket](https://socket.dev/api/badge/npm/package/promptbook)](https://socket.dev/npm/package/promptbook)
14
+
11
15
  [![Socket Badge](https://socket.dev/api/badge/npm/package/@promptbook/openai)](https://socket.dev/npm/package/@promptbook/openai)
12
16
 
13
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.47.0-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,
@@ -37,8 +37,18 @@
37
37
  "colors": "1.4.0",
38
38
  "openai": "4.2.0"
39
39
  },
40
+ "funding": [
41
+ {
42
+ "type": "individual",
43
+ "url": "https://buymeacoffee.com/hejny"
44
+ },
45
+ {
46
+ "type": "github",
47
+ "url": "https://github.com/webgptorg/promptbook/blob/main/README.md#%EF%B8%8F-contributing"
48
+ }
49
+ ],
40
50
  "peerDependencies": {
41
- "@promptbook/core": "0.47.0-0"
51
+ "@promptbook/core": "0.47.0"
42
52
  },
43
53
  "main": "./umd/index.umd.js",
44
54
  "module": "./esm/index.es.js",