Skip to content

Commit

Permalink
Merge pull request #13 from 0xobelisk/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
vladilen11 authored Sep 18, 2023
2 parents 41c4323 + f1652f3 commit 1aa6533
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 210 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@0xobelisk/common": "0.1.3",
"@0xobelisk/common": "workspace:*",
"@mysten/sui.js": "^0.41.0",
"chalk": "^5.0.1",
"child_process": "^1.0.2",
Expand Down Expand Up @@ -74,4 +74,4 @@
"tsx": "^3.12.6",
"vitest": "0.31.4"
}
}
}
8 changes: 4 additions & 4 deletions packages/cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@0xobelisk/common@0.0.2":
version "0.0.1"
resolved "https://registry.npmmirror.com/@0xobelisk/common/-/common-0.0.1.tgz#444f8ba1dfc167d7b67b29f2ae49c34bedcf53a6"
integrity sha512-H+A5ou/92L33IKESCzGiaHivL1yBcw3NtGdDYqpVS2dPzxa9KwZq4ZCWH7zbeoSDuCZLlg1W2hQ/VUB/izDraA==
"@0xobelisk/common@workspace:*":
version "0.1.3"
resolved "https://registry.npmjs.org/@0xobelisk/common/-/common-0.1.3.tgz#ce6a4e6d24debc7b6b5b83d7573261d78c33cdd0"
integrity sha512-YT2laH3JSpX8TCzXLlN4lhMocEij6LgSSCoxrk1KC+rPNl0nXxtfpnhh8N6qk8qgVegGXl8zuXZkIjiil3q5cQ==
dependencies:
"@mysten/sui.js" "^0.41.0"
chalk "^5.0.1"
Expand Down
202 changes: 0 additions & 202 deletions packages/client/LICENSE

This file was deleted.

4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@mysten/bcs": "^0.7.3",
"@mysten/sui.js": "^0.41.0",
"@obelisk/common": "link:../common",
"@obelisk/common": "workspace:*",
"@scure/bip39": "^1.2.1",
"assert": "^2.0.0",
"colorts": "^0.1.63",
Expand Down Expand Up @@ -150,4 +150,4 @@
]
}
}
}
}
2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- packages/*

0 comments on commit 1aa6533

Please sign in to comment.