@mux/ai 0.6.0 → 0.7.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mux/ai",
3
3
  "type": "module",
4
- "version": "0.6.0",
4
+ "version": "0.7.2",
5
5
  "description": "AI library for Mux",
6
6
  "author": "Mux",
7
7
  "license": "Apache-2.0",
@@ -94,6 +94,7 @@
94
94
  "example:moderation:compare": "npx tsx examples/moderation/provider-comparison.ts",
95
95
  "example:embeddings": "npx tsx examples/embeddings/basic-example.ts",
96
96
  "example:translate-captions": "npx tsx examples/translate-captions/basic-example.ts",
97
+ "example:translate-captions:aws-sdk": "npx tsx examples/translate-captions/aws-sdk-storage-adapter-example.ts",
97
98
  "example:translate-audio": "npx tsx examples/translate-audio/basic-example.ts",
98
99
  "evalite:post-results:dev": "npx tsx scripts/export-evalite-results.ts && npx tsx scripts/post-evalite-results.ts -d -k",
99
100
  "evalite:post-results:production": "npx tsx scripts/export-evalite-results.ts && npx tsx scripts/post-evalite-results.ts",
@@ -103,9 +104,6 @@
103
104
  "@ai-sdk/anthropic": "^3.0.16",
104
105
  "@ai-sdk/google": "^3.0.10",
105
106
  "@ai-sdk/openai": "^3.0.12",
106
- "@aws-sdk/client-s3": "^3.0.0",
107
- "@aws-sdk/lib-storage": "^3.0.0",
108
- "@aws-sdk/s3-request-presigner": "^3.0.0",
109
107
  "@mux/mux-node": "^12.5.0",
110
108
  "@noble/ciphers": "^2.1.1",
111
109
  "ai": "^6.0.42",
@@ -131,6 +129,6 @@
131
129
  "tsup": "^8.5.0",
132
130
  "typescript": "^5.0.0",
133
131
  "vitest": "^4.0.13",
134
- "workflow": "^4.0.1-beta.28"
132
+ "workflow": "^4.1.0-beta.55"
135
133
  }
136
134
  }