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

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teohaik committed Oct 30, 2023
1 parent e9f3f03 commit 2fee80f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sui-execution-handler",
"version": "1.0.0",
"version": "1.0.1",
"description": "A library that provides a set of tools for managing multiple concurrent transactions on the Sui network to help avoiding object equivocation and locking",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,15 @@
},
"keywords": [
"sui",
"execution","handler","manager","pool","transaction","concurrent","object","equivocation","locking"
"execution",
"handler",
"manager",
"pool",
"transaction",
"concurrent",
"object",
"equivocation",
"locking"
],
"author": "MystenLabs",
"license": "MIT",
Expand Down

0 comments on commit 2fee80f

Please sign in to comment.