@radixdlt/util
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.10](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/util@1.0.9...@radixdlt/util@1.0.10) (2021-04-16) | ||
**Note:** Version bump only for package @radixdlt/util | ||
## [1.0.9](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/util@1.0.8...@radixdlt/util@1.0.9) (2021-04-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@radixdlt/util", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Shared utility methods", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"license": "Apache-2.0", | ||
"main": "dist/_index.js", | ||
"main": "dist/index.js", | ||
"publishConfig": { | ||
@@ -36,3 +36,3 @@ "access": "public" | ||
}, | ||
"gitHead": "c1a0ad4b8428b695d03991082d58226bed4c64a6" | ||
"gitHead": "ab614e64084928260e3cd31ecd07bcaaae134e10" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { secureRandomGenerator } from '../src/_index' | ||
import { secureRandomGenerator } from '../src' | ||
@@ -3,0 +3,0 @@ export const mockErrorMsg = (msg: string): string => { |
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
140184
85
1167