Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@types/node": "22.14.1",
"@unicitylabs/bft-js-sdk": "1.0.1-rc.bbed9c7",
"@unicitylabs/commons": "2.4.0-rc.17574f6",
"@unicitylabs/commons": "2.4.0-rc.f631bc4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Using release candidate (RC) versions for dependencies, like @unicitylabs/commons, can introduce instability as these versions are not considered production-ready and may contain bugs or breaking changes. It's generally recommended to use stable releases for production builds to ensure reliability and maintainability. If this project is approaching a production release, consider planning a migration to stable versions of these dependencies.

"cors": "2.8.5",
"dotenv": "16.5.0",
"express": "5.1.0",
Expand Down