@onflow/util-uid
Advanced tools
Comparing version 1.1.0-alpha.3 to 1.1.0
# @onflow/util-uid | ||
## 1.1.0 | ||
### Minor Changes | ||
- [#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 | ||
- [#1496](https://github.com/onflow/fcl-js/pull/1496) [`687f45ec`](https://github.com/onflow/fcl-js/commit/687f45ec25e613399f031497634c4102935d114d) Thanks [@chasefleming](https://github.com/chasefleming)! - Add JSDoc for util-uid package. | ||
### 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.3 | ||
@@ -4,0 +18,0 @@ |
@@ -13,6 +13,4 @@ 'use strict'; | ||
var str = "", | ||
num = 32; | ||
num = 32; | ||
while (num--) str += HEX[Math.random() * T | 0]; | ||
return str; | ||
@@ -19,0 +17,0 @@ } |
@@ -9,6 +9,4 @@ /** | ||
var str = "", | ||
num = 32; | ||
num = 32; | ||
while (num--) str += HEX[Math.random() * T | 0]; | ||
return str; | ||
@@ -15,0 +13,0 @@ } |
@@ -15,6 +15,4 @@ (function (global, factory) { | ||
var str = "", | ||
num = 32; | ||
num = 32; | ||
while (num--) str += HEX[Math.random() * T | 0]; | ||
return str; | ||
@@ -21,0 +19,0 @@ } |
{ | ||
"name": "@onflow/util-uid", | ||
"version": "1.1.0-alpha.3", | ||
"version": "1.1.0", | ||
"description": "Utilities to generate Unique Identifiers", | ||
@@ -16,3 +16,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.3.0-alpha.0", | ||
"@onflow/fcl-bundle": "^1.3.0", | ||
"jest": "^29.5.0" | ||
@@ -19,0 +19,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9519
0