Skip to content

Commit 96e16ec

Browse files
🌿 Fern Regeneration -- July 30, 2024 (#190)
* SDK regeneration * Fixes --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Billy Trend <billy@cohere.com>
1 parent 34c1985 commit 96e16ec

File tree

97 files changed

+5641
-1188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+5641
-1188
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cohere-ai",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"private": false,
55
"repository": "https://github.com/cohere-ai/cohere-typescript",
66
"main": "./index.js",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"url-join": "4.0.1",
16-
"form-data": "4.0.0",
16+
"form-data": "^4.0.0",
1717
"formdata-node": "^6.0.3",
1818
"node-fetch": "2.7.0",
1919
"qs": "6.11.2",
@@ -39,5 +39,10 @@
3939
"@types/readable-stream": "^4.0.14",
4040
"ts-loader": "^9.5.1",
4141
"webpack": "^5.91.0"
42+
},
43+
"browser": {
44+
"fs": false,
45+
"os": false,
46+
"path": false
4247
}
4348
}

0 commit comments

Comments
 (0)