Skip to content

Commit

Permalink
feat: Bump version and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Jul 3, 2024
1 parent c4dc7b8 commit f054856
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 308 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libertai/libertai-js",
"version": "0.0.5",
"version": "0.0.6",
"description": "In-browser SDK for interacting with LibertAI Decentralized AI Network",
"keywords": [],
"type": "module",
Expand Down Expand Up @@ -49,22 +49,22 @@
"prepare": "yarn build"
},
"devDependencies": {
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"esbuild": "^0.20.2",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.5",
"ts-node": "^10.2.1",
"typescript": "^5.4.3"
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"dependencies": {
"axios": "^1.6.8",
"langchain": "^0.1.30",
"axios": "^1.7.2",
"langchain": "^0.1.37",
"localforage": "^1.10.0",
"ml-distance": "^4.0.1",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"resolutions": {
"@langchain/core": "^0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function calculateTokenLength(input: string): number {
/* Embedding utility functions */

/*
* Split a single Text Document into mutliple Documents of a given size
* Split a single Text Document into multiple Documents of a given size
*/
export async function chunkText(
title: string,
Expand Down
Loading

0 comments on commit f054856

Please sign in to comment.