@ckb-lumos/ckb-indexer
Advanced tools
Comparing version 0.23.0-next.0 to 0.23.0-next.1
@@ -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.23.0-next.0", | ||
"version": "0.23.0-next.1", | ||
"description": "CKB Indexer", | ||
@@ -22,7 +22,7 @@ "author": "Xuejie Xiao <xxuejie@gmail.com>", | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.23.0-next.0", | ||
"@ckb-lumos/bi": "0.23.0-next.0", | ||
"@ckb-lumos/codec": "0.23.0-next.0", | ||
"@ckb-lumos/rpc": "0.23.0-next.0", | ||
"@ckb-lumos/toolkit": "0.23.0-next.0", | ||
"@ckb-lumos/base": "0.23.0-next.1", | ||
"@ckb-lumos/bi": "0.23.0-next.1", | ||
"@ckb-lumos/codec": "0.23.0-next.1", | ||
"@ckb-lumos/rpc": "0.23.0-next.1", | ||
"@ckb-lumos/toolkit": "0.23.0-next.1", | ||
"cross-fetch": "^3.1.5", | ||
@@ -32,3 +32,3 @@ "events": "^3.3.0" | ||
"devDependencies": { | ||
"@ckb-lumos/testkit": "0.23.0-next.0", | ||
"@ckb-lumos/testkit": "0.23.0-next.1", | ||
"@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
286777
3834
+ Added@ckb-lumos/base@0.23.0-next.1(transitive)
+ Added@ckb-lumos/bi@0.23.0-next.1(transitive)
+ Added@ckb-lumos/codec@0.23.0-next.1(transitive)
+ Added@ckb-lumos/rpc@0.23.0-next.1(transitive)
+ Added@ckb-lumos/toolkit@0.23.0-next.1(transitive)
- Removed@ckb-lumos/base@0.23.0-next.0(transitive)
- Removed@ckb-lumos/bi@0.23.0-next.0(transitive)
- Removed@ckb-lumos/codec@0.23.0-next.0(transitive)
- Removed@ckb-lumos/rpc@0.23.0-next.0(transitive)
- Removed@ckb-lumos/toolkit@0.23.0-next.0(transitive)
Updated@ckb-lumos/bi@0.23.0-next.1
Updated@ckb-lumos/rpc@0.23.0-next.1