Skip to content

Commit

Permalink
🌿 Fern Regeneration -- July 30, 2024 (#190)
Browse files Browse the repository at this point in the history
* SDK regeneration

* Fixes

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Billy Trend <billy@cohere.com>
  • Loading branch information
fern-api[bot] and billytrend-cohere authored Jul 30, 2024
1 parent 34c1985 commit 96e16ec
Show file tree
Hide file tree
Showing 97 changed files with 5,641 additions and 1,188 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cohere-ai",
"version": "7.11.0",
"version": "7.11.1",
"private": false,
"repository": "https://github.com/cohere-ai/cohere-typescript",
"main": "./index.js",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"url-join": "4.0.1",
"form-data": "4.0.0",
"form-data": "^4.0.0",
"formdata-node": "^6.0.3",
"node-fetch": "2.7.0",
"qs": "6.11.2",
Expand All @@ -39,5 +39,10 @@
"@types/readable-stream": "^4.0.14",
"ts-loader": "^9.5.1",
"webpack": "^5.91.0"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}
Loading

0 comments on commit 96e16ec

Please sign in to comment.