@mux/ai 0.5.2 → 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.5.2",
4
+ "version": "0.7.2",
5
5
  "description": "AI library for Mux",
6
6
  "author": "Mux",
7
7
  "license": "Apache-2.0",
@@ -79,6 +79,8 @@
79
79
  "lint": "eslint .",
80
80
  "lint:fix": "eslint . --fix",
81
81
  "typecheck": "tsc --noEmit",
82
+ "example:ask-questions": "npx tsx examples/ask-questions/basic-example.ts",
83
+ "example:ask-questions:multiple": "npx tsx examples/ask-questions/multiple-questions-example.ts",
82
84
  "example:chapters": "npx tsx examples/chapters/basic-example.ts",
83
85
  "example:chapters:compare": "npx tsx examples/chapters/provider-comparison.ts",
84
86
  "example:burned-in": "npx tsx examples/burned-in-captions/basic-example.ts",
@@ -92,6 +94,7 @@
92
94
  "example:moderation:compare": "npx tsx examples/moderation/provider-comparison.ts",
93
95
  "example:embeddings": "npx tsx examples/embeddings/basic-example.ts",
94
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",
95
98
  "example:translate-audio": "npx tsx examples/translate-audio/basic-example.ts",
96
99
  "evalite:post-results:dev": "npx tsx scripts/export-evalite-results.ts && npx tsx scripts/post-evalite-results.ts -d -k",
97
100
  "evalite:post-results:production": "npx tsx scripts/export-evalite-results.ts && npx tsx scripts/post-evalite-results.ts",
@@ -101,10 +104,8 @@
101
104
  "@ai-sdk/anthropic": "^3.0.16",
102
105
  "@ai-sdk/google": "^3.0.10",
103
106
  "@ai-sdk/openai": "^3.0.12",
104
- "@aws-sdk/client-s3": "^3.0.0",
105
- "@aws-sdk/lib-storage": "^3.0.0",
106
- "@aws-sdk/s3-request-presigner": "^3.0.0",
107
107
  "@mux/mux-node": "^12.5.0",
108
+ "@noble/ciphers": "^2.1.1",
108
109
  "ai": "^6.0.42",
109
110
  "dedent": "^1.7.0",
110
111
  "dotenv": "^17.2.2",
@@ -128,6 +129,6 @@
128
129
  "tsup": "^8.5.0",
129
130
  "typescript": "^5.0.0",
130
131
  "vitest": "^4.0.13",
131
- "workflow": "^4.0.1-beta.28"
132
+ "workflow": "^4.1.0-beta.55"
132
133
  }
133
134
  }