Skip to content

Commit

Permalink
bump hume to 0.9.8 and update package to 0.1.19 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinishi authored Dec 12, 2024
1 parent 5060b61 commit 39a8b54
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clsx": "^2.1.0",
"eslint-plugin-filename-rules": "^1.3.1",
"framer-motion": "^11.0.28",
"hume": "0.9.6",
"hume": "0.9.8",
"lucide-react": "^0.372.0",
"next": "14.2.10",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"hume": "0.9.6"
"hume": "0.9.8"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humeai/voice-embed-react",
"version": "0.1.19-beta.2",
"version": "0.1.19",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humeai/voice-embed",
"version": "0.1.19-beta.2",
"version": "0.1.19",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -35,7 +35,7 @@
"vitest": "^1.4.0"
},
"dependencies": {
"hume": "0.9.6",
"hume": "0.9.8",
"zod": "^3.22.4"
},
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humeai/voice-react",
"version": "0.1.19-beta.2",
"version": "0.1.19",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -27,7 +27,7 @@
"license": "ISC",
"dependencies": {
"date-fns": "^3.6.0",
"hume": "0.9.6",
"hume": "0.9.8",
"meyda": "^5.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 39a8b54

Please sign in to comment.