Skip to content

Commit

Permalink
Merge pull request #106 from ckb-cell/develop
Browse files Browse the repository at this point in the history
Merge develop to main branch
  • Loading branch information
ahonn authored Apr 25, 2024
2 parents 902c92f + d193c1c commit c4549aa
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 258 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "btc-assets-api",
"version": "1.4.0",
"version": "1.5.0",
"title": "Bitcoin/RGB++ Assets API",
"description": "",
"main": "index.js",
Expand All @@ -25,10 +25,10 @@
]
},
"dependencies": {
"@ckb-lumos/base": "^0.21.1",
"@ckb-lumos/ckb-indexer": "^0.21.1",
"@ckb-lumos/codec": "^0.21.1",
"@ckb-lumos/lumos": "^0.21.1",
"@ckb-lumos/base": "^0.22.2 ",
"@ckb-lumos/ckb-indexer": "^0.22.2",
"@ckb-lumos/codec": "^0.22.2",
"@ckb-lumos/lumos": "0.22.2",
"@fastify/compress": "^7.0.0",
"@fastify/cors": "^9.0.1",
"@fastify/http-proxy": "^9.4.0",
Expand All @@ -40,9 +40,9 @@
"@fastify/swagger-ui": "^3.0.0",
"@immobiliarelabs/fastify-sentry": "^8.0.1",
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
"@rgbpp-sdk/btc": "0.0.0-snap-20240406174830",
"@rgbpp-sdk/ckb": "0.0.0-snap-20240406174830",
"@rgbpp-sdk/service": "0.0.0-snap-20240406174830",
"@rgbpp-sdk/btc": "0.0.0-snap-20240423144119",
"@rgbpp-sdk/ckb": "0.0.0-snap-20240423144119",
"@rgbpp-sdk/service": "0.0.0-snap-20240423144119",
"@sentry/node": "^7.102.1",
"@sentry/profiling-node": "^7.102.1",
"awilix": "^10.0.1",
Expand Down
Loading

0 comments on commit c4549aa

Please sign in to comment.