Skip to content

Commit

Permalink
Merge develop to main branch (v2.5.7) #232
Browse files Browse the repository at this point in the history
from utxostack/develop
  • Loading branch information
Flouse authored Jan 17, 2025
2 parents 91e9184 + 1957612 commit 8327f3c
Show file tree
Hide file tree
Showing 21 changed files with 2,220 additions and 1,604 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "btc-assets-api",
"version": "2.4.2",
"version": "2.5.7",
"title": "Bitcoin/RGB++ Assets API",
"description": "",
"main": "index.js",
Expand All @@ -9,6 +9,7 @@
"start": "node ./dist/src/index.js",
"build": "tsc -p tsconfig.json",
"test": "vitest",
"format": "eslint --fix --ext .ts && prettier --write '**/*.ts'",
"coverage": "vitest run --coverage",
"postinstall": "npx simple-git-hooks"
},
Expand Down Expand Up @@ -38,21 +39,22 @@
"@fastify/rate-limit": "^9.1.0",
"@fastify/redis": "^6.1.1",
"@fastify/sensible": "^5.5.0",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger": "8.14.0",
"@fastify/swagger-ui": "^3.0.0",
"@immobiliarelabs/fastify-sentry": "^8.0.1",
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
"@rgbpp-sdk/btc": "^0.4.0",
"@rgbpp-sdk/ckb": "^0.4.0",
"@rgbpp-sdk/service": "^0.4.0",
"@rgbpp-sdk/btc": "0.0.0-snap-20250110025940",
"@rgbpp-sdk/ckb": "0.0.0-snap-20250110025940",
"@rgbpp-sdk/service": "0.0.0-snap-20250110025940",
"@sentry/node": "^7.102.1",
"@sentry/profiling-node": "^7.102.1",
"@spore-sdk/core": "^0.2.0-beta.9",
"@utxostack/metadata": "^0.0.6",
"async-retry": "^1.3.3",
"awilix": "^10.0.1",
"axios": "^1.7.7",
"bloom-filters": "^3.0.1",
"bullmq": "^5.4.2",
"bullmq": "5.4.2",
"dotenv": "^16.4.2",
"fastify": "^4.26.0",
"fastify-cron": "^1.3.1",
Expand Down
Loading

0 comments on commit 8327f3c

Please sign in to comment.