Skip to content

Commit

Permalink
js_release_alpha/1.5.12 (#1314)
Browse files Browse the repository at this point in the history
should be stacked on top of
#1305

merge #1305 first 

to ship this, we are removing `WebAI` and `Transformers` support (they
are much trickier). They will be added back soon.

---------

Co-authored-by: Pascal Malbranche <[email protected]>
  • Loading branch information
jeffchuber and perzeuss authored Nov 7, 2023
1 parent 8a5f3f1 commit 4e2fafa
Show file tree
Hide file tree
Showing 15 changed files with 149 additions and 16,434 deletions.
7 changes: 5 additions & 2 deletions bin/integration-test
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ echo testing: python -m pytest "$@"
python -m pytest "$@"

cd clients/js
yarn
yarn test:run

# moved off of yarn to npm to fix issues with jackspeak/cliui/string-width versions #1314
npm install
npm run test:run

docker compose down
cd ../..
for auth_type in basic token xtoken; do
Expand Down
1 change: 1 addition & 0 deletions clients/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ const queryData = await collection.query({
## License

Apache 2.0

Loading

0 comments on commit 4e2fafa

Please sign in to comment.