@outputai/output 0.1.10-next.41ecc1b.0 → 0.1.10

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/CHANGELOG.md +13 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @outputai/output
2
2
 
3
+ ## 0.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 41ecc1b: Updating dependencies to latest and overriding version to fix vulnerabilities
8
+ - Updated dependencies [41ecc1b]
9
+ - @outputai/core@0.1.10
10
+ - @outputai/cli@0.1.10
11
+ - @outputai/llm@0.1.10
12
+ - @outputai/credentials@0.1.10
13
+ - @outputai/evals@0.1.10
14
+ - @outputai/http@0.1.10
15
+
3
16
  ## 0.1.9
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@outputai/output",
3
- "version": "0.1.10-next.41ecc1b.0",
3
+ "version": "0.1.10",
4
4
  "description": "The Output.ai Framework",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@outputai/core": "0.1.10-next.41ecc1b.0",
8
- "@outputai/evals": "0.1.10-next.41ecc1b.0",
9
- "@outputai/llm": "0.1.10-next.41ecc1b.0",
10
- "@outputai/http": "0.1.10-next.41ecc1b.0",
11
- "@outputai/credentials": "0.1.10-next.41ecc1b.0",
12
- "@outputai/cli": "0.1.10-next.41ecc1b.0"
7
+ "@outputai/core": "0.1.10",
8
+ "@outputai/evals": "0.1.10",
9
+ "@outputai/http": "0.1.10",
10
+ "@outputai/credentials": "0.1.10",
11
+ "@outputai/cli": "0.1.10",
12
+ "@outputai/llm": "0.1.10"
13
13
  },
14
14
  "license": "Apache-2.0",
15
15
  "publishConfig": {