@ckb-lumos/ckb-indexer
Advanced tools
Comparing version 0.0.0-canary-40e12a9-20240525003140 to 0.0.0-canary-4110f0d-20240605105355
@@ -109,3 +109,5 @@ "use strict"; | ||
cycles: tx.cycles, | ||
timeAddedToPool: tx.timeAddedToPool | ||
timeAddedToPool: tx.timeAddedToPool, | ||
minReplaceFee: tx.minReplaceFee, | ||
fee: tx.fee | ||
})); | ||
@@ -112,0 +114,0 @@ return objects; |
{ | ||
"name": "@ckb-lumos/ckb-indexer", | ||
"version": "0.0.0-canary-40e12a9-20240525003140", | ||
"version": "0.0.0-canary-4110f0d-20240605105355", | ||
"description": "CKB Indexer", | ||
@@ -22,7 +22,7 @@ "author": "Xuejie Xiao <xxuejie@gmail.com>", | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.0.0-canary-40e12a9-20240525003140", | ||
"@ckb-lumos/bi": "0.0.0-canary-40e12a9-20240525003140", | ||
"@ckb-lumos/codec": "0.0.0-canary-40e12a9-20240525003140", | ||
"@ckb-lumos/rpc": "0.0.0-canary-40e12a9-20240525003140", | ||
"@ckb-lumos/toolkit": "0.0.0-canary-40e12a9-20240525003140", | ||
"@ckb-lumos/base": "0.0.0-canary-4110f0d-20240605105355", | ||
"@ckb-lumos/bi": "0.0.0-canary-4110f0d-20240605105355", | ||
"@ckb-lumos/codec": "0.0.0-canary-4110f0d-20240605105355", | ||
"@ckb-lumos/rpc": "0.0.0-canary-4110f0d-20240605105355", | ||
"@ckb-lumos/toolkit": "0.0.0-canary-4110f0d-20240605105355", | ||
"cross-fetch": "^3.1.5", | ||
@@ -32,3 +32,3 @@ "events": "^3.3.0" | ||
"devDependencies": { | ||
"@ckb-lumos/testkit": "0.0.0-canary-40e12a9-20240525003140", | ||
"@ckb-lumos/testkit": "0.0.0-canary-4110f0d-20240605105355", | ||
"@types/lodash.uniqby": "^4.7.7", | ||
@@ -35,0 +35,0 @@ "@types/request": "^2.48.8", |
@@ -182,2 +182,4 @@ import { | ||
timeAddedToPool: tx.timeAddedToPool, | ||
minReplaceFee: tx.minReplaceFee, | ||
fee: tx.fee, | ||
}) | ||
@@ -184,0 +186,0 @@ ); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
286931
3834
+ Added@ckb-lumos/base@0.0.0-canary-4110f0d-20240605105355(transitive)
+ Added@ckb-lumos/bi@0.0.0-canary-4110f0d-20240605105355(transitive)
+ Added@ckb-lumos/codec@0.0.0-canary-4110f0d-20240605105355(transitive)
+ Added@ckb-lumos/rpc@0.0.0-canary-4110f0d-20240605105355(transitive)
+ Added@ckb-lumos/toolkit@0.0.0-canary-4110f0d-20240605105355(transitive)
- Removed@ckb-lumos/base@0.0.0-canary-40e12a9-20240525003140(transitive)
- Removed@ckb-lumos/bi@0.0.0-canary-40e12a9-20240525003140(transitive)
- Removed@ckb-lumos/codec@0.0.0-canary-40e12a9-20240525003140(transitive)
- Removed@ckb-lumos/rpc@0.0.0-canary-40e12a9-20240525003140(transitive)
- Removed@ckb-lumos/toolkit@0.0.0-canary-40e12a9-20240525003140(transitive)
Updated@ckb-lumos/toolkit@0.0.0-canary-4110f0d-20240605105355