Skip to content

Commit

Permalink
Merge pull request #509 from InjectiveLabs/fix/wallet-package-deps
Browse files Browse the repository at this point in the history
fix: add missing package dependencies
  • Loading branch information
bangjelkoski authored Oct 29, 2024
2 parents 6442ae3 + bdd79c9 commit a3dcfb3
Show file tree
Hide file tree
Showing 20 changed files with 64 additions and 199 deletions.
8 changes: 3 additions & 5 deletions packages/exceptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
"~exceptions": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand All @@ -35,8 +34,7 @@
"@injectivelabs/grpc-web": "^0.0.1",
"@injectivelabs/ts-types": "^1.14.15",
"http-status-codes": "^2.2.0",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2"
},
"gitHead": "3364a2b1e58aba2387c509431cc1ae8ebf2c53d0"
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445"
}
8 changes: 3 additions & 5 deletions packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
"~networks": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand All @@ -35,8 +34,7 @@
"@injectivelabs/exceptions": "^1.14.15",
"@injectivelabs/ts-types": "^1.14.15",
"@injectivelabs/utils": "^1.14.15",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2"
},
"gitHead": "3364a2b1e58aba2387c509431cc1ae8ebf2c53d0"
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445"
}
8 changes: 3 additions & 5 deletions packages/sdk-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
"~sdk-ts": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"fetch:ofac": "node --experimental-fetch ./../../etc/ofac.js",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand Down Expand Up @@ -64,12 +63,11 @@
"js-sha3": "^0.8.0",
"jscrypto": "^1.0.3",
"keccak256": "^1.0.6",
"link-module-alias": "^1.2.0",
"secp256k1": "^4.0.3",
"shx": "^0.3.2",
"snakecase-keys": "^5.4.1"
},
"gitHead": "35bd09035587be3fd170cc48b5c13f231e699a79",
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445",
"typedoc": {
"entryPoint": "./src/index.ts",
"readmeFile": "./README.md",
Expand Down
8 changes: 3 additions & 5 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
"~test-utils": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand All @@ -38,10 +37,9 @@
"@injectivelabs/utils": "^1.14.15",
"axios": "^1.6.4",
"bignumber.js": "^9.0.1",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2",
"snakecase-keys": "^5.1.2",
"store2": "^2.12.0"
},
"gitHead": "00176548701ceed002a45fd690bac43653b88d60"
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445"
}
8 changes: 3 additions & 5 deletions packages/ts-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
"~ts-types": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand All @@ -32,8 +31,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"link-module-alias": "^1.2.0",
"shx": "^0.3.2"
},
"gitHead": "00176548701ceed002a45fd690bac43653b88d60"
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445"
}
8 changes: 3 additions & 5 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
"~utils": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand All @@ -37,10 +36,9 @@
"axios": "^1.6.4",
"bignumber.js": "^9.0.1",
"http-status-codes": "^2.2.0",
"link-module-alias": "^1.2.0",
"shx": "^0.3.2",
"snakecase-keys": "^5.1.2",
"store2": "^2.12.0"
},
"gitHead": "3364a2b1e58aba2387c509431cc1ae8ebf2c53d0"
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445"
}
8 changes: 3 additions & 5 deletions packages/wallet-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"~wallet-ts": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build:cjs": "BUILD_MODE=cjs node ./../../etc/replacements.js && tsc --build tsconfig.build.json",
"build:esm": "BUILD_MODE=esm node ./../../etc/replacements.js && tsc --build tsconfig.build.esm.json",
"build": "yarn build:esm && yarn build:cjs && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "yarn build:esm && yarn build:cjs && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand Down Expand Up @@ -65,7 +64,6 @@
"ethereumjs-util": "^7.1.0",
"ethers": "^6.5.1",
"hdkey": "^2.0.1",
"link-module-alias": "^1.2.0",
"long": "^5.2.1",
"magic-sdk": "28.9.0",
"shx": "^0.3.3"
Expand All @@ -76,7 +74,7 @@
"@types/hdkey": "^2.0.1",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1"
},
"gitHead": "35bd09035587be3fd170cc48b5c13f231e699a79",
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445",
"typedoc": {
"entryPoint": "./src/index.ts",
"readmeFile": "./README.md",
Expand Down
11 changes: 4 additions & 7 deletions packages/wallets/wallet-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
"~wallet-base": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build:cjs": "BUILD_MODE=cjs tsc --build tsconfig.build.json",
"build:esm": "BUILD_MODE=esm tsc --build tsconfig.build.esm.json",
"build": "yarn build:esm && yarn build:cjs && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand All @@ -47,7 +44,6 @@
"ethereumjs-util": "^7.1.0",
"ethers": "^6.5.1",
"hdkey": "^2.0.1",
"link-module-alias": "^1.2.0",
"long": "^5.2.1",
"shx": "^0.3.3"
},
Expand All @@ -59,5 +55,6 @@
"resolutions": {
"**/libsodium": "npm:@bangjelkoski/noop",
"**/libsodium-wrappers": "npm:@bangjelkoski/noop"
}
},
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445"
}
10 changes: 4 additions & 6 deletions packages/wallets/wallet-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
"~wallet-core": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build:cjs": "BUILD_MODE=cjs tsc --build tsconfig.build.json",
"build:esm": "BUILD_MODE=esm tsc --build tsconfig.build.esm.json",
"build": "yarn build:esm && yarn build:cjs && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand Down Expand Up @@ -52,5 +49,6 @@
"resolutions": {
"**/libsodium": "npm:@bangjelkoski/noop",
"**/libsodium-wrappers": "npm:@bangjelkoski/noop"
}
},
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445"
}
11 changes: 4 additions & 7 deletions packages/wallets/wallet-cosmos-strategy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
"~wallet-cosmos-strategy": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build:cjs": "BUILD_MODE=cjs tsc --build tsconfig.build.json",
"build:esm": "BUILD_MODE=esm tsc --build tsconfig.build.esm.json",
"build": "yarn build:esm && yarn build:cjs && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand Down Expand Up @@ -51,7 +48,6 @@
"ethereumjs-util": "^7.1.0",
"ethers": "^6.5.1",
"hdkey": "^2.0.1",
"link-module-alias": "^1.2.0",
"long": "^5.2.1",
"shx": "^0.3.3"
},
Expand All @@ -63,5 +59,6 @@
"resolutions": {
"**/libsodium": "npm:@bangjelkoski/noop",
"**/libsodium-wrappers": "npm:@bangjelkoski/noop"
}
},
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445"
}
10 changes: 3 additions & 7 deletions packages/wallets/wallet-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
"~wallet-cosmos": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build:cjs": "BUILD_MODE=cjs tsc --build tsconfig.build.json",
"build:esm": "BUILD_MODE=esm tsc --build tsconfig.build.esm.json",
"build": "yarn build:esm && yarn build:cjs && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand All @@ -46,10 +43,9 @@
"@injectivelabs/wallet-base": "^0.0.2",
"@keplr-wallet/cosmos": "^0.12.71",
"@keplr-wallet/types": "^0.12.71",
"link-module-alias": "^1.2.0",
"shx": "^0.3.3"
},
"gitHead": "35bd09035587be3fd170cc48b5c13f231e699a79",
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445",
"typedoc": {
"entryPoint": "./src/index.ts",
"readmeFile": "./README.md",
Expand Down
9 changes: 3 additions & 6 deletions packages/wallets/wallet-cosmostation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
"~wallet-cosmostation": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build:cjs": "BUILD_MODE=cjs tsc --build tsconfig.build.json",
"build:esm": "BUILD_MODE=esm tsc --build tsconfig.build.esm.json",
"build": "yarn build:esm && yarn build:cjs && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand All @@ -43,7 +40,7 @@
"@injectivelabs/wallet-base": "^0.0.2",
"@walletconnect/ethereum-provider": "^2.12.2"
},
"gitHead": "35bd09035587be3fd170cc48b5c13f231e699a79",
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445",
"typedoc": {
"entryPoint": "./src/index.ts",
"readmeFile": "./README.md",
Expand Down
10 changes: 3 additions & 7 deletions packages/wallets/wallet-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
"~wallet-evm": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build:cjs": "BUILD_MODE=cjs tsc --build tsconfig.build.json",
"build:esm": "BUILD_MODE=esm tsc --build tsconfig.build.esm.json",
"build": "yarn build:esm && yarn build:cjs && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand All @@ -40,7 +37,6 @@
"@injectivelabs/ts-types": "^1.14.14",
"@injectivelabs/utils": "^1.14.14",
"ethers": "^6.5.1",
"link-module-alias": "^1.2.0",
"long": "^5.2.1",
"shx": "^0.3.3"
},
Expand All @@ -52,7 +48,7 @@
"@types/ethereumjs-util": "^6.1.0",
"@types/hdkey": "^2.0.1"
},
"gitHead": "35bd09035587be3fd170cc48b5c13f231e699a79",
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445",
"typedoc": {
"entryPoint": "./src/index.ts",
"readmeFile": "./README.md",
Expand Down
11 changes: 5 additions & 6 deletions packages/wallets/wallet-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"~wallet-ledger": "dist"
},
"scripts": {
"postinstall": "link-module-alias",
"build:cjs": "BUILD_MODE=cjs node ./../../../etc/replacements-ledger.js && tsc --build tsconfig.build.json",
"build:esm": "BUILD_MODE=esm node ./../../../etc/replacements-ledger.js && tsc --build tsconfig.build.esm.json",
"build": "yarn build:esm && yarn build:cjs && yarn build:post && link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias",
"build": "yarn build:esm && yarn build:cjs && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:post": "shx cp ../../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../../etc/stub/package.esm.json.stub dist/esm/package.json",
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
"test": "jest",
Expand Down Expand Up @@ -50,8 +49,7 @@
"alchemy-sdk": "^2.6.3",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.0",
"hdkey": "^2.0.1",
"link-module-alias": "^1.2.0"
"hdkey": "^2.0.1"
},
"devDependencies": {
"@types/eth-sig-util": "^2.1.1",
Expand All @@ -62,5 +60,6 @@
"resolutions": {
"**/libsodium": "npm:@bangjelkoski/noop",
"**/libsodium-wrappers": "npm:@bangjelkoski/noop"
}
},
"gitHead": "6442ae377bbfb3459d2fb3a44c650630a5b7f445"
}
Loading

0 comments on commit a3dcfb3

Please sign in to comment.