Skip to content

Commit

Permalink
Bump aptos-cli dep to version 1.0.1 (#548)
Browse files Browse the repository at this point in the history
bump aptos-cli dep to version 1.0.1
  • Loading branch information
0xmaayan authored Oct 18, 2024
1 parent e965a6c commit 38f6f55
Show file tree
Hide file tree
Showing 3 changed files with 939 additions and 1,162 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T
- Add `showStdout` optional property to `Move` and `LocalNode` classes to control the output of the CLI commands
- Add support for MultiKey's in transaction simulations
- Adds default implementation for `toString` and `toStringWithoutPrefix` for `Serializable`
- Bump `@aptos-labs/aptos-cli` to `1.0.1`

# 1.29.1 (2024-10-09)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"_spec": "cucumber-js -p default"
},
"dependencies": {
"@aptos-labs/aptos-cli": "^0.2.0",
"@aptos-labs/aptos-cli": "^1.0.1",
"@aptos-labs/aptos-client": "^0.1.1",
"@noble/curves": "^1.4.0",
"@noble/hashes": "^1.4.0",
Expand Down
Loading

0 comments on commit 38f6f55

Please sign in to comment.