@onflow/util-address
Advanced tools
Comparing version 1.1.0-alpha.5 to 1.1.0
# @onflow/util-address | ||
## 1.1.0 | ||
### Minor Changes | ||
- [#1547](https://github.com/onflow/fcl-js/pull/1547) [`2d143bc7`](https://github.com/onflow/fcl-js/commit/2d143bc7b30f59e9f9289eee020cfaae74b4f4e1) Thanks [@chasefleming](https://github.com/chasefleming)! - Add types for util-address package | ||
- [#1575](https://github.com/onflow/fcl-js/pull/1575) [`bbdeea32`](https://github.com/onflow/fcl-js/commit/bbdeea32f024d6eea4a74c94023e01688a38b6cb) Thanks [@chasefleming](https://github.com/chasefleming)! - Exclude tests from type gen | ||
- [#1494](https://github.com/onflow/fcl-js/pull/1494) [`5bec5576`](https://github.com/onflow/fcl-js/commit/5bec5576a79809d0684411736e3f4c02b8051c22) Thanks [@chasefleming](https://github.com/chasefleming)! - Add JSDoc to util-address package. | ||
- [#1577](https://github.com/onflow/fcl-js/pull/1577) [`d9a49531`](https://github.com/onflow/fcl-js/commit/d9a495316cd03ed0de99e0f01d1b8850a1f0eec4) Thanks [@chasefleming](https://github.com/chasefleming)! - Add npmignore file for build | ||
### 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. | ||
- [#1658](https://github.com/onflow/fcl-js/pull/1658) [`2512b5c5`](https://github.com/onflow/fcl-js/commit/2512b5c53dff708fca97cd8afdbb1f4a46b2f106) Thanks [@nialexsan](https://github.com/nialexsan)! - Align jest version | ||
## 1.1.0-alpha.5 | ||
@@ -4,0 +22,0 @@ |
@@ -14,2 +14,3 @@ 'use strict'; | ||
} | ||
/** | ||
@@ -20,3 +21,2 @@ * @description Adds 0x to address if not already present | ||
*/ | ||
function withPrefix(address) { | ||
@@ -26,2 +26,3 @@ if (address == null) return null; | ||
} | ||
/** | ||
@@ -32,3 +33,2 @@ * @description Adds 0x to address if not already present | ||
*/ | ||
function display(address) { | ||
@@ -35,0 +35,0 @@ return withPrefix(address); |
@@ -10,2 +10,3 @@ /** | ||
} | ||
/** | ||
@@ -16,3 +17,2 @@ * @description Adds 0x to address if not already present | ||
*/ | ||
function withPrefix(address) { | ||
@@ -22,2 +22,3 @@ if (address == null) return null; | ||
} | ||
/** | ||
@@ -28,3 +29,2 @@ * @description Adds 0x to address if not already present | ||
*/ | ||
function display(address) { | ||
@@ -31,0 +31,0 @@ return withPrefix(address); |
@@ -16,2 +16,3 @@ (function (global, factory) { | ||
} | ||
/** | ||
@@ -22,3 +23,2 @@ * @description Adds 0x to address if not already present | ||
*/ | ||
function withPrefix(address) { | ||
@@ -28,2 +28,3 @@ if (address == null) return null; | ||
} | ||
/** | ||
@@ -34,3 +35,2 @@ * @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.5", | ||
"version": "1.1.0", | ||
"description": "Flow JS SDK Util -- Address", | ||
@@ -16,4 +16,4 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.3.0-alpha.0", | ||
"@onflow/types": "^1.1.0-alpha.2", | ||
"@onflow/fcl-bundle": "^1.3.0", | ||
"@onflow/types": "^1.1.0", | ||
"@types/node": "^18.13.0", | ||
@@ -20,0 +20,0 @@ "eslint": "^8.33.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16838
0