File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chromadb-root" ,
3
3
"private" : true ,
4
- "version" : " 2.4.2 " ,
4
+ "version" : " 2.4.3 " ,
5
5
"description" : " A JavaScript interface for chroma" ,
6
6
"keywords" : [],
7
7
"author" : " " ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chromadb-client" ,
3
- "version" : " 2.4.2 " ,
3
+ "version" : " 2.4.3 " ,
4
4
"description" : " A JavaScript interface for chroma with embedding functions as peer dependencies" ,
5
5
"license" : " Apache-2.0" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @internal/chromadb-core" ,
3
- "version" : " 2.4.2 " ,
3
+ "version" : " 2.4.3 " ,
4
4
"private" : true ,
5
5
"description" : " Core functionality for ChromaDB JavaScript client" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chromadb" ,
3
- "version" : " 2.4.2 " ,
3
+ "version" : " 2.4.3 " ,
4
4
"description" : " A JavaScript interface for chroma with embedding functions as bundled dependencies" ,
5
5
"license" : " Apache-2.0" ,
6
6
"type" : " module" ,
51
51
"typescript" : " ^5.0.4"
52
52
},
53
53
"optionalDependencies" : {
54
- "chromadb-js-bindings-darwin-arm64" : " ^0.0.4 " ,
55
- "chromadb-js-bindings-darwin-x64" : " ^0.0.4 " ,
56
- "chromadb-js-bindings-linux-arm64-gnu" : " ^0.0.4 " ,
57
- "chromadb-js-bindings-linux-x64-gnu" : " ^0.0.4 " ,
58
- "chromadb-js-bindings-win32-x64-msvc" : " ^0.0.4 "
54
+ "chromadb-js-bindings-darwin-arm64" : " ^0.1.1 " ,
55
+ "chromadb-js-bindings-darwin-x64" : " ^0.1.1 " ,
56
+ "chromadb-js-bindings-linux-arm64-gnu" : " ^0.1.1 " ,
57
+ "chromadb-js-bindings-linux-x64-gnu" : " ^0.1.1 " ,
58
+ "chromadb-js-bindings-win32-x64-msvc" : " ^0.1.1 "
59
59
},
60
60
"engines" : {
61
61
"node" : " >=14.17.0"
You can’t perform that action at this time.
0 commit comments