@mux/ai 0.6.0 → 0.7.3

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.3",
5
5
  "description": "AI library for Mux",
6
6
  "author": "Mux",
7
7
  "license": "Apache-2.0",
@@ -94,18 +94,24 @@
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",
100
101
  "prepare": "husky"
101
102
  },
103
+ "peerDependencies": {
104
+ "workflow": ">=4.1.0-beta.55"
105
+ },
106
+ "peerDependenciesMeta": {
107
+ "workflow": {
108
+ "optional": true
109
+ }
110
+ },
102
111
  "dependencies": {
103
112
  "@ai-sdk/anthropic": "^3.0.16",
104
113
  "@ai-sdk/google": "^3.0.10",
105
114
  "@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
115
  "@mux/mux-node": "^12.5.0",
110
116
  "@noble/ciphers": "^2.1.1",
111
117
  "ai": "^6.0.42",
@@ -131,6 +137,6 @@
131
137
  "tsup": "^8.5.0",
132
138
  "typescript": "^5.0.0",
133
139
  "vitest": "^4.0.13",
134
- "workflow": "^4.0.1-beta.28"
140
+ "workflow": "^4.1.0-beta.55"
135
141
  }
136
142
  }