@mux/ai 0.5.2 → 0.6.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/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.6.0",
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",
@@ -105,6 +107,7 @@
105
107
  "@aws-sdk/lib-storage": "^3.0.0",
106
108
  "@aws-sdk/s3-request-presigner": "^3.0.0",
107
109
  "@mux/mux-node": "^12.5.0",
110
+ "@noble/ciphers": "^2.1.1",
108
111
  "ai": "^6.0.42",
109
112
  "dedent": "^1.7.0",
110
113
  "dotenv": "^17.2.2",