This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
Releases: suiware/sui-explorer-local
Releases · suiware/sui-explorer-local
Stability release
Changelog:
- Improved some code.
Upgrade (depends on your installation method):
# globally
npm install -g [email protected]
# or or your project:
npm install -D [email protected]
Then rebuild the app:
sui-explorer-local rebuild
Better rebuild
Changelog:
- The Rebuild command now forces pulling the latest Local Explorer code skipping cache.
Upgrade (depends on your installation method):
# globally
npm install -g sui-explorer-local@latest
# or or your project:
npm install -D sui-explorer-local@latest
Then rebuild the app:
sui-explorer-local rebuild
Restart command and Docker improvements
Changelog:
- Dockerfile: changed the source project branch and simplified commands accordingly.
- Added restart command to Cli.
- Added license information.
Upgrade (depends on your installation method):
# globally
npm install -g sui-explorer-local@latest
# or or your project:
npm install -D sui-explorer-local@latest
Then rebuild the app:
sui-explorer-local rebuild
Fixed subpaths
Changelog:
- Fixed bug: Direct transaction and object links don't work #1
Upgrade (depends on your installation method):
# globally
npm install -g sui-explorer-local
# or or your project:
npm install -D sui-explorer-local
Then rebuild the app:
sui-explorer-local rebuild