File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 }
3838 ],
3939 "scripts" : {
40- "build:kms" : " rm -rf lib &&yarn build:kms-cjs && yarn build:kms-esm" ,
40+ "build:kms" : " rm -rf lib && rm -f ./packages/kms/tsconfig.tsbuildinfo && yarn build:kms-cjs && yarn build:kms-esm" ,
4141 "build:kms-cjs" : " cd packages/kms && tsc --module commonjs --outDir lib/cjs --strict true" ,
4242 "build:kms-esm" : " cd packages/kms && tsc --module es6 --outDir lib/esm" ,
4343 "prettier" : " prettier --write --config ./.prettierrc \" **/*.{ts,tsx}\" " ,
Original file line number Diff line number Diff line change 11{
22 "name" : " examples" ,
3- "version" : " 0.4.9 " ,
3+ "version" : " 0.4.10 " ,
44 "license" : " MIT" ,
55 "dependencies" : {
66 "@cosmjs/amino" : " ^0.29.3" ,
77 "@cosmjs/math" : " ^0.29.3" ,
88 "@cosmjs/proto-signing" : " ^0.29.2" ,
99 "@cosmjs/stargate" : " ^0.29.2" ,
10- "@dsrv/kms" : " 0.4.9 " ,
10+ "@dsrv/kms" : " 0.4.10 " ,
1111 "@ethersproject/transactions" : " ^5.7.0" ,
1212 "@mysten/sui.js" : " ^0.32.2" ,
1313 "@solana/web3.js" : " ^1.66.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @dsrv/kms" ,
3- "version" : " 0.4.9 " ,
3+ "version" : " 0.4.10 " ,
44 "description" : " blockchain key managament system" ,
55 "repository" : " https://github.com/dsrvlabs/kms-monorepo" ,
66 "main" : " lib/cjs/index.js" ,
You can’t perform that action at this time.
0 commit comments