Skip to content

Commit

Permalink
pump version
Browse files Browse the repository at this point in the history
  • Loading branch information
catdev2024 committed Nov 8, 2024
1 parent ba665d0 commit 1132934
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@cat-protocol/cat-smartcontracts": "0.2.7",
"@cat-protocol/cat-smartcontracts": "0.2.8",
"@types/inquirer": "^8.1.3",
"bigi": "^1.4.2",
"bip32": "^4.0.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/smartcontracts/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@cat-protocol/cat-smartcontracts",
"version": "0.2.7",
"version": "0.2.8",
"description": "CAT protocol smart contracts.",
"author": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"prebuild": "npm run clean && npm run compile",
"prepublishOnly": "npm run build",
"build": "tsc",
"deploy": "npx ts-node ./deploy.ts",
Expand Down Expand Up @@ -40,7 +39,7 @@
"ecpair": "^2.1.0",
"ecurve": "^1.0.6",
"js-sha256": "^0.9.0",
"scrypt-ts": "^1.4.2",
"scrypt-ts": "^1.4.3",
"varuint-bitcoin": "=1.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"@cat-protocol/cat-smartcontracts": "0.2.7",
"@cat-protocol/cat-smartcontracts": "0.2.8",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.0.0",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5812,7 +5812,7 @@ minimatch@~3.0.2:
dependencies:
brace-expansion "^1.1.7"

minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
version "1.2.8"
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
Expand Down Expand Up @@ -6837,24 +6837,24 @@ schema-utils@^3.1.1, schema-utils@^3.2.0:
ajv "^6.12.5"
ajv-keywords "^3.5.2"

scrypt-ts@^1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/scrypt-ts/-/scrypt-ts-1.4.2.tgz#f729ec953e561875cd78637a85830b213a6926c4"
integrity sha512-bm+yhAVGQEYXYJFaXZdkNYmzairaHn0rHhkhJmYkegywhb5yvS1f54NjUjr8K03dSRHfXP58C1LkIIGthLTjdA==
scrypt-ts@^1.4.3:
version "1.4.3"
resolved "https://registry.yarnpkg.com/scrypt-ts/-/scrypt-ts-1.4.3.tgz#56e55910b76136205bdbb0ed61ed72803d716049"
integrity sha512-q2P/elCwojOeOZp87RcwgMqmSPN0zja4xRXv7gW2zYNuttbeBLJNyXwjwfOrYuppgTUyseYQYtW91B4UcMEe5Q==
dependencies:
deep-equal "^2.2.0"
fast-diff "^1.2.0"
lodash "^4.17.21"
object-hash "^3.0.0"
reflect-metadata "^0.1.13"
scryptlib "^2.2.3"
scryptlib "^2.2.4"
socket.io-client "^4.6.1"
superagent "^8.0.9"

scryptlib@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/scryptlib/-/scryptlib-2.2.3.tgz#13538b10353ac62f5fded70998c0cadb5e2402da"
integrity sha512-UuQxO70pdR5XzB80awYLtf8nX8ZU7g6qsaX1qGWRB8X5+4Qsnvsa8wHweHTZCb4nX5EvpaUw8rt31+yaDR+gCQ==
scryptlib@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/scryptlib/-/scryptlib-2.2.4.tgz#ad548fbba2f43e89f808f63b9e6b0861fecd7a21"
integrity sha512-COlBP/voyTviqTNpxN222difwialHqNmVwD7h8+9Wuj37jgcQbHMt9wKJW7N22nfLGYjojllkRlgSBQBbjQHNA==
dependencies:
"@discoveryjs/json-ext" "^0.5.7"
"@jridgewell/sourcemap-codec" "^1.4.15"
Expand All @@ -6865,6 +6865,7 @@ scryptlib@^2.2.3:
glob "^7.2.3"
https-proxy-agent "^7.0.2"
json-bigint "^1.0.0"
minimist "^1.2.8"
node-fetch "^3.0.0"
rimraf "^3.0.2"
yargs "^17.6.2"
Expand Down

0 comments on commit 1132934

Please sign in to comment.