Skip to content

Commit

Permalink
chore(sdk): make it lighter (#276)
Browse files Browse the repository at this point in the history
* chore(sdk): make it lighter

* chore(updates packages): updates packages version
  • Loading branch information
zone-live authored May 15, 2023
1 parent 0490298 commit 30f6e6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/custodyKeyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask-institutional/custody-keyring",
"version": "0.0.21",
"version": "0.0.22",
"description": "The Custody Keyring Class is the initial point of contact with a custodian, it gets access to the sdk and all methods of interaction with a custodian, like custodian accounts, sign a tx, account details, tx details.",
"author": "Albert Olive <albertolivecorbella@gmail.com>",
"homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
tsconfig.tsbuildinfo
junit.xml
test-report.xml
**/mocks
**/custodianApi/**/mocks

*.test.ts
*.test.js
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask-institutional/sdk",
"version": "0.1.15",
"version": "0.1.16",
"description": "The MMISDK, is a collection of custodian API clients, it allows for interaction between Keyring and their APIs.",
"author": "Antonio Regadas <apregadas@gmail.com>",
"homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme",
Expand Down

0 comments on commit 30f6e6e

Please sign in to comment.