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

Releases: suiware/sui-explorer-local

Stability release

20 Jun 07:16
Compare
Choose a tag to compare

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

11 May 07:40
Compare
Choose a tag to compare

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

10 May 17:31
Compare
Choose a tag to compare

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

09 May 07:59
Compare
Choose a tag to compare

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