Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Update ts client #71

Merged
merged 4 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
190 changes: 11 additions & 179 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jellyfish-dev/react-client-sdk",
"version": "0.2.0",
"version": "0.2.1",
"description": "React client library for Jellyfish.",
"license": "Apache-2.0",
"author": "Membrane Team",
Expand Down Expand Up @@ -68,7 +68,7 @@
"typescript": "5.3.3"
},
"dependencies": {
"@jellyfish-dev/ts-client-sdk": "^0.3.0",
"@jellyfish-dev/ts-client-sdk": "file:../ts-client-sdk",
Copy link
Contributor Author

@kamil-stasiak kamil-stasiak Mar 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • replace with a released version

"events": "3.3.0",
"lodash.isequal": "4.5.0"
},
Expand Down
Loading
Loading