Skip to content

Commit

Permalink
chore: bump react client version (Chainlit#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard authored Dec 20, 2024
1 parent ae9bc1d commit dba5b4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions cypress/e2e/header_auth/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,11 @@ describe('Header auth', () => {

shouldBeLoggedIn();

// TODO: passing locally but failing on the CI
// it('should request and have access to /user', () => {
// cy.wait('@user').then((interception) => {
// expect(interception.response.statusCode).to.equal(200);
// });
// });
it('should request and have access to /user', () => {
cy.wait('@user').then((interception) => {
expect(interception.response.statusCode).to.equal(200);
});
});

describe('after reloading', () => {
before(() => {
Expand Down
2 changes: 1 addition & 1 deletion libs/react-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chainlit/react-client",
"description": "Websocket client to connect to your chainlit app.",
"version": "0.1.3",
"version": "0.2.1",
"scripts": {
"build": "tsup src/index.ts --clean --format esm,cjs --dts --external react --external recoil --minify --sourcemap --treeshake",
"dev": "tsup src/index.ts --clean --format esm,cjs --dts --external react --external recoil --minify --sourcemap --treeshake",
Expand Down

0 comments on commit dba5b4d

Please sign in to comment.