@xylabs/eth-address
Advanced tools
Comparing version 3.5.4 to 3.5.5
@@ -1,4 +0,4 @@ | ||
export * from './ellipsize'; | ||
export * from './EthAddress'; | ||
export * from './padHex'; | ||
export * from './ellipsize.js'; | ||
export * from './EthAddress.js'; | ||
export * from './padHex.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,4 +0,4 @@ | ||
export * from './ellipsize'; | ||
export * from './EthAddress'; | ||
export * from './padHex'; | ||
export * from './ellipsize.js'; | ||
export * from './EthAddress.js'; | ||
export * from './padHex.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,4 +0,4 @@ | ||
export * from './ellipsize'; | ||
export * from './EthAddress'; | ||
export * from './padHex'; | ||
export * from './ellipsize.js'; | ||
export * from './EthAddress.js'; | ||
export * from './padHex.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -44,3 +44,3 @@ { | ||
"dependencies": { | ||
"@xylabs/assert": "^3.5.4", | ||
"@xylabs/assert": "^3.5.5", | ||
"ethers": "6.13.1" | ||
@@ -65,4 +65,4 @@ }, | ||
"sideEffects": false, | ||
"version": "3.5.4", | ||
"version": "3.5.5", | ||
"type": "module" | ||
} |
import { assertEx } from '@xylabs/assert' | ||
import { getAddress } from 'ethers' | ||
import { ellipsize } from './ellipsize' | ||
import { padHex } from './padHex' | ||
import { ellipsize } from './ellipsize.js' | ||
import { padHex } from './padHex.js' | ||
@@ -7,0 +7,0 @@ export const isEthAddress = (obj: { type: string }) => obj?.type === EthAddress.type |
@@ -1,3 +0,3 @@ | ||
export * from './ellipsize' | ||
export * from './EthAddress' | ||
export * from './padHex' | ||
export * from './ellipsize.js' | ||
export * from './EthAddress.js' | ||
export * from './padHex.js' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76040
Updated@xylabs/assert@^3.5.5