@onflow/util-uid
Advanced tools
Comparing version 1.1.0-alpha.2 to 1.1.0-alpha.3
# @onflow/util-uid | ||
## 1.1.0-alpha.3 | ||
### 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.2 | ||
@@ -4,0 +10,0 @@ |
@@ -13,4 +13,6 @@ 'use strict'; | ||
var str = "", | ||
num = 32; | ||
num = 32; | ||
while (num--) str += HEX[Math.random() * T | 0]; | ||
return str; | ||
@@ -17,0 +19,0 @@ } |
@@ -9,4 +9,6 @@ /** | ||
var str = "", | ||
num = 32; | ||
num = 32; | ||
while (num--) str += HEX[Math.random() * T | 0]; | ||
return str; | ||
@@ -13,0 +15,0 @@ } |
@@ -15,4 +15,6 @@ (function (global, factory) { | ||
var str = "", | ||
num = 32; | ||
num = 32; | ||
while (num--) str += HEX[Math.random() * T | 0]; | ||
return str; | ||
@@ -19,0 +21,0 @@ } |
{ | ||
"name": "@onflow/util-uid", | ||
"version": "1.1.0-alpha.2", | ||
"version": "1.1.0-alpha.3", | ||
"description": "Utilities to generate Unique Identifiers", | ||
@@ -15,11 +15,5 @@ "license": "Apache-2.0", | ||
}, | ||
"jest": { | ||
"transform": { | ||
".js": "jest-esm-transformer" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.3.0-alpha.0", | ||
"jest": "^27.5.1", | ||
"jest-esm-transformer": "1.0.0" | ||
"jest": "^29.5.0" | ||
}, | ||
@@ -26,0 +20,0 @@ "source": "src/util-uid.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
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
2
8487
51