@onflow/util-address
Advanced tools
Comparing version 1.1.0-alpha.4 to 1.1.0-alpha.5
# @onflow/util-address | ||
## 1.1.0-alpha.5 | ||
### Patch Changes | ||
- [#1663](https://github.com/onflow/fcl-js/pull/1663) [`62dfafa9`](https://github.com/onflow/fcl-js/commit/62dfafa9c7adc3933822b0d3171d6eb025f1719e) Thanks [@nialexsan](https://github.com/nialexsan)! - Upgrade jest to v29.5 and update tests accordingly. Change build to transpile with ESM modules. | ||
## 1.1.0-alpha.4 | ||
@@ -4,0 +10,0 @@ |
@@ -14,3 +14,2 @@ 'use strict'; | ||
} | ||
/** | ||
@@ -21,2 +20,3 @@ * @description Adds 0x to address if not already present | ||
*/ | ||
function withPrefix(address) { | ||
@@ -26,3 +26,2 @@ if (address == null) return null; | ||
} | ||
/** | ||
@@ -33,2 +32,3 @@ * @description Adds 0x to address if not already present | ||
*/ | ||
function display(address) { | ||
@@ -35,0 +35,0 @@ return withPrefix(address); |
@@ -10,3 +10,2 @@ /** | ||
} | ||
/** | ||
@@ -17,2 +16,3 @@ * @description Adds 0x to address if not already present | ||
*/ | ||
function withPrefix(address) { | ||
@@ -22,3 +22,2 @@ if (address == null) return null; | ||
} | ||
/** | ||
@@ -29,2 +28,3 @@ * @description Adds 0x to address if not already present | ||
*/ | ||
function display(address) { | ||
@@ -31,0 +31,0 @@ return withPrefix(address); |
@@ -16,3 +16,2 @@ (function (global, factory) { | ||
} | ||
/** | ||
@@ -23,2 +22,3 @@ * @description Adds 0x to address if not already present | ||
*/ | ||
function withPrefix(address) { | ||
@@ -28,3 +28,2 @@ if (address == null) return null; | ||
} | ||
/** | ||
@@ -35,2 +34,3 @@ * @description Adds 0x to address if not already present | ||
*/ | ||
function display(address) { | ||
@@ -37,0 +37,0 @@ return withPrefix(address); |
{ | ||
"name": "@onflow/util-address", | ||
"version": "1.1.0-alpha.4", | ||
"version": "1.1.0-alpha.5", | ||
"description": "Flow JS SDK Util -- Address", | ||
@@ -15,15 +15,9 @@ "license": "Apache-2.0", | ||
}, | ||
"jest": { | ||
"transform": { | ||
".js": "jest-esm-transformer" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.3.0-alpha.0", | ||
"@onflow/types": "^1.1.0-alpha.1", | ||
"@onflow/types": "^1.1.0-alpha.2", | ||
"@types/node": "^18.13.0", | ||
"eslint": "^8.33.0", | ||
"eslint-plugin-jsdoc": "^39.7.5", | ||
"jest": "^27.5.1", | ||
"jest-esm-transformer": "1.0.0", | ||
"jest": "^29.5.0", | ||
"typescript": "^4.9.5" | ||
@@ -30,0 +24,0 @@ }, |
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
7
15384
165