Skip to content

Commit 8327f3c

Browse files
authored
Merge develop to main branch (v2.5.7) #232
from utxostack/develop
2 parents 91e9184 + 1957612 commit 8327f3c

File tree

21 files changed

+2220
-1604
lines changed

21 files changed

+2220
-1604
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "btc-assets-api",
3-
"version": "2.4.2",
3+
"version": "2.5.7",
44
"title": "Bitcoin/RGB++ Assets API",
55
"description": "",
66
"main": "index.js",
@@ -9,6 +9,7 @@
99
"start": "node ./dist/src/index.js",
1010
"build": "tsc -p tsconfig.json",
1111
"test": "vitest",
12+
"format": "eslint --fix --ext .ts && prettier --write '**/*.ts'",
1213
"coverage": "vitest run --coverage",
1314
"postinstall": "npx simple-git-hooks"
1415
},
@@ -38,21 +39,22 @@
3839
"@fastify/rate-limit": "^9.1.0",
3940
"@fastify/redis": "^6.1.1",
4041
"@fastify/sensible": "^5.5.0",
41-
"@fastify/swagger": "^8.14.0",
42+
"@fastify/swagger": "8.14.0",
4243
"@fastify/swagger-ui": "^3.0.0",
4344
"@immobiliarelabs/fastify-sentry": "^8.0.1",
4445
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
45-
"@rgbpp-sdk/btc": "^0.4.0",
46-
"@rgbpp-sdk/ckb": "^0.4.0",
47-
"@rgbpp-sdk/service": "^0.4.0",
46+
"@rgbpp-sdk/btc": "0.0.0-snap-20250110025940",
47+
"@rgbpp-sdk/ckb": "0.0.0-snap-20250110025940",
48+
"@rgbpp-sdk/service": "0.0.0-snap-20250110025940",
4849
"@sentry/node": "^7.102.1",
4950
"@sentry/profiling-node": "^7.102.1",
5051
"@spore-sdk/core": "^0.2.0-beta.9",
52+
"@utxostack/metadata": "^0.0.6",
5153
"async-retry": "^1.3.3",
5254
"awilix": "^10.0.1",
5355
"axios": "^1.7.7",
5456
"bloom-filters": "^3.0.1",
55-
"bullmq": "^5.4.2",
57+
"bullmq": "5.4.2",
5658
"dotenv": "^16.4.2",
5759
"fastify": "^4.26.0",
5860
"fastify-cron": "^1.3.1",

0 commit comments

Comments
 (0)