Skip to content

Commit

Permalink
Merge pull request #28 from dsrvlabs/0.4.10
Browse files Browse the repository at this point in the history
v0.4.10
  • Loading branch information
daoauth authored Jan 6, 2024
2 parents ebdb756 + 1b1035e commit 8670d1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
],
"scripts": {
"build:kms": "rm -rf lib &&yarn build:kms-cjs && yarn build:kms-esm",
"build:kms": "rm -rf lib && rm -f ./packages/kms/tsconfig.tsbuildinfo && yarn build:kms-cjs && yarn build:kms-esm",
"build:kms-cjs": "cd packages/kms && tsc --module commonjs --outDir lib/cjs --strict true",
"build:kms-esm": "cd packages/kms && tsc --module es6 --outDir lib/esm",
"prettier": "prettier --write --config ./.prettierrc \"**/*.{ts,tsx}\"",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "examples",
"version": "0.4.9",
"version": "0.4.10",
"license": "MIT",
"dependencies": {
"@cosmjs/amino": "^0.29.3",
"@cosmjs/math": "^0.29.3",
"@cosmjs/proto-signing": "^0.29.2",
"@cosmjs/stargate": "^0.29.2",
"@dsrv/kms": "0.4.9",
"@dsrv/kms": "0.4.10",
"@ethersproject/transactions": "^5.7.0",
"@mysten/sui.js": "^0.32.2",
"@solana/web3.js": "^1.66.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dsrv/kms",
"version": "0.4.9",
"version": "0.4.10",
"description": "blockchain key managament system",
"repository": "https://github.com/dsrvlabs/kms-monorepo",
"main": "lib/cjs/index.js",
Expand Down

0 comments on commit 8670d1c

Please sign in to comment.