@xylabs/eth-address
Advanced tools
Comparing version 2.11.23 to 2.11.24
@@ -52,3 +52,3 @@ "use strict"; | ||
// src/EthAddress.ts | ||
var isEthAddress = (obj) => obj?.type === EthAddress.type; | ||
var isEthAddress = (obj) => (obj == null ? void 0 : obj.type) === EthAddress.type; | ||
var EthAddress = class _EthAddress { | ||
@@ -55,0 +55,0 @@ static type = "EthAddress"; |
@@ -56,3 +56,3 @@ "use strict"; | ||
// src/EthAddress.ts | ||
var isEthAddress = (obj) => obj?.type === EthAddress.type; | ||
var isEthAddress = (obj) => (obj == null ? void 0 : obj.type) === EthAddress.type; | ||
var EthAddress = class _EthAddress { | ||
@@ -59,0 +59,0 @@ static type = "EthAddress"; |
@@ -45,9 +45,9 @@ { | ||
"dependencies": { | ||
"@xylabs/assert": "~2.11.23", | ||
"@xylabs/bignumber": "~2.11.23" | ||
"@xylabs/assert": "~2.11.24", | ||
"@xylabs/bignumber": "~2.11.24" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.0.72", | ||
"@xylabs/tsconfig": "^3.0.72", | ||
"@xylabs/tsconfig-jest": "^3.0.72", | ||
"@xylabs/ts-scripts-yarn3": "^3.0.74", | ||
"@xylabs/tsconfig": "^3.0.74", | ||
"@xylabs/tsconfig-jest": "^3.0.74", | ||
"typescript": "^5.2.2" | ||
@@ -63,4 +63,4 @@ }, | ||
"sideEffects": false, | ||
"version": "2.11.23", | ||
"version": "2.11.24", | ||
"packageManager": "yarn@3.3.1" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68474
Updated@xylabs/assert@~2.11.24
Updated@xylabs/bignumber@~2.11.24