@promptbook/openai 0.24.0-2.1 → 0.24.0-2.2

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.
@@ -0,0 +1,4 @@
1
+ export {};
2
+ /**
3
+ * TODO: [💥] Some system to automatically generate tests for all the templates in the folder
4
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.24.0-2.1",
3
+ "version": "0.24.0-2.2",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -37,7 +37,7 @@
37
37
  "openai": "4.2.0"
38
38
  },
39
39
  "peerDependencies": {
40
- "@promptbook/core": "0.24.0-2.1"
40
+ "@promptbook/core": "0.24.0-2.2"
41
41
  },
42
42
  "main": "./umd/index.umd.js",
43
43
  "module": "./esm/index.es.js",
@@ -0,0 +1,4 @@
1
+ export {};
2
+ /**
3
+ * TODO: [💥] Some system to automatically generate tests for all the templates in the folder
4
+ */