@outputai/output 0.1.13-next.f537949.0 → 0.2.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/CHANGELOG.md +52 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,57 @@
|
|
|
1
1
|
# @outputai/output
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f13723b: Updating dependencies:
|
|
8
|
+
|
|
9
|
+
- @oclif/plugin-help
|
|
10
|
+
- dotenv
|
|
11
|
+
- json-schema-library
|
|
12
|
+
- react
|
|
13
|
+
- redis
|
|
14
|
+
- undici
|
|
15
|
+
- @noble/ciphers
|
|
16
|
+
- @ai-sdk/amazon-bedrock
|
|
17
|
+
- @ai-sdk/anthropic
|
|
18
|
+
- @ai-sdk/azure
|
|
19
|
+
- @ai-sdk/google-vertex
|
|
20
|
+
- @ai-sdk/openai
|
|
21
|
+
- @ai-sdk/perplexity
|
|
22
|
+
- ai
|
|
23
|
+
- liquidjs
|
|
24
|
+
|
|
25
|
+
Adding version overrides to fix vulnerabilities:
|
|
26
|
+
|
|
27
|
+
- vite@>=7.1.0 <=7.3.1: `>=7.3.2`
|
|
28
|
+
- hono@<4.12.12: `>=4.12.12`
|
|
29
|
+
- hono@>=4.0.0 <=4.12.11: `>=4.12.12`
|
|
30
|
+
- @hono/node-server@<1.19.13: `>=1.19.13`
|
|
31
|
+
- follow-redirects@<=1.15.11: `>=1.16.0`
|
|
32
|
+
- hono@<4.12.14: `>=4.12.14`
|
|
33
|
+
- axios@>=1.0.0 <1.15.0: `>=1.15.0`
|
|
34
|
+
- protobufjs@<7.5.5: `>=7.5.5`
|
|
35
|
+
|
|
36
|
+
- Updated dependencies [91c5d78]
|
|
37
|
+
- Updated dependencies [455ac5e]
|
|
38
|
+
- Updated dependencies [b651368]
|
|
39
|
+
- Updated dependencies [cc1ead7]
|
|
40
|
+
- Updated dependencies [b3dea5c]
|
|
41
|
+
- Updated dependencies [0fd573d]
|
|
42
|
+
- Updated dependencies [4407119]
|
|
43
|
+
- Updated dependencies [320acd1]
|
|
44
|
+
- Updated dependencies [04243eb]
|
|
45
|
+
- Updated dependencies [f13723b]
|
|
46
|
+
- Updated dependencies [0bb44fb]
|
|
47
|
+
- Updated dependencies [ac8c0f7]
|
|
48
|
+
- @outputai/cli@0.2.0
|
|
49
|
+
- @outputai/evals@0.2.0
|
|
50
|
+
- @outputai/credentials@0.2.0
|
|
51
|
+
- @outputai/core@0.2.0
|
|
52
|
+
- @outputai/llm@0.2.0
|
|
53
|
+
- @outputai/http@0.2.0
|
|
54
|
+
|
|
3
55
|
## 0.1.12
|
|
4
56
|
|
|
5
57
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@outputai/output",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "The Output.ai Framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@outputai/
|
|
8
|
-
"@outputai/
|
|
9
|
-
"@outputai/
|
|
10
|
-
"@outputai/llm": "0.
|
|
11
|
-
"@outputai/
|
|
12
|
-
"@outputai/cli": "0.
|
|
7
|
+
"@outputai/core": "0.2.0",
|
|
8
|
+
"@outputai/credentials": "0.2.0",
|
|
9
|
+
"@outputai/evals": "0.2.0",
|
|
10
|
+
"@outputai/llm": "0.2.0",
|
|
11
|
+
"@outputai/http": "0.2.0",
|
|
12
|
+
"@outputai/cli": "0.2.0"
|
|
13
13
|
},
|
|
14
14
|
"license": "Apache-2.0",
|
|
15
15
|
"publishConfig": {
|