-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌿 Fern Regeneration -- May 15, 2024 (#155)
* SDK regeneration * Fix type error * Snap --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Billy Trend <billy@cohere.com>
- Loading branch information
1 parent
b72be12
commit 61db210
Showing
283 changed files
with
1,859 additions
and
1,677 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,35 @@ | ||
{ | ||
"name": "cohere-ai", | ||
"version": "7.9.5", | ||
"version": "7.10.0", | ||
"private": false, | ||
"repository": "https://github.com/cohere-ai/cohere-typescript", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
"format": "prettier . --write --ignore-unknown", | ||
"build": "tsc", | ||
"prepack": "cp -rv dist/. ." | ||
"prepack": "cp -rv dist/. .", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"url-join": "4.0.1", | ||
"form-data": "4.0.0", | ||
"formdata-node": "^6.0.3", | ||
"node-fetch": "2.7.0", | ||
"qs": "6.11.2", | ||
"js-base64": "3.7.2" | ||
"js-base64": "3.7.2", | ||
"form-data-encoder": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/url-join": "4.0.1", | ||
"@types/qs": "6.9.8", | ||
"@types/node-fetch": "2.6.9", | ||
"jest": "^29.7.0", | ||
"@types/jest": "29.5.5", | ||
"ts-jest": "^29.1.2", | ||
"jest-environment-jsdom": "29.7.0", | ||
"@types/node": "17.0.33", | ||
"prettier": "2.7.1", | ||
"typescript": "4.6.4", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.2" | ||
"typescript": "4.6.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.