Skip to content

Commit

Permalink
upgrade daily to 0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilro committed Apr 15, 2024
1 parent 67cce41 commit 2cc10cf
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 13 deletions.
33 changes: 24 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vapi-ai/web",
"version": "1.0.265",
"version": "1.1.0",
"description": "",
"main": "dist/vapi.js",
"types": "dist/vapi.d.ts",
Expand All @@ -16,13 +16,13 @@
"url": "git+https://github.com/VapiAI/snippet.git"
},
"author": "vapi",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/VapiAI/snippet/issues"
},
"homepage": "https://github.com/VapiAI/snippet#readme",
"dependencies": {
"@daily-co/daily-js": "^0.57.3",
"@daily-co/daily-js": "^0.58.0",
"@vapi-ai/web": "^1.0.263",
"events": "^3.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npm version patch && npm run build && npm publish && cd ../landing && npm install @vapi-ai/web@latest && cd -
npm version patch && npm run build && npm publish && cd ../landing && npm install @vapi-ai/web@latest && cd -

0 comments on commit 2cc10cf

Please sign in to comment.