Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"prettier": "3.2.4",
"protobufjs-cli": "1.1.2",
"ts-node": "9.1.1",
"typescript": "4.1.2"
"typescript": "5.6.2",
"@noble/curves": "1.6.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only as "dev-dependency" for now (no change of production code).

By the way, a lot happened since multiversx/mx-deprecated-sdk-js-wallet#51 (on top of v1.6.0):

Copy link

Copilot AI Sep 22, 2025

Choose a reason for hiding this comment

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

The @noble/curves dependency should be in devDependencies instead of being placed alongside devDependencies like typescript. The formatting is also inconsistent - it should be on a separate line with proper indentation.

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Bad comment. Also, not an issue for now.

Copy link

Copilot AI Sep 22, 2025

Choose a reason for hiding this comment

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

The Noble Curves dependency should be moved from devDependencies to dependencies since it's used in production code (imported in the adapter module).

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Adapter module isn't properly advertised (should not be used by client code yet).

},
"peerDependencies": {
"bignumber.js": "^9.0.1",
Expand Down
Loading
Loading