@broxus/js-core
Advanced tools
Comparing version 0.17.6 to 0.17.7
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getRandomUint = void 0; | ||
/** | ||
* @deprecated Use **getRandomInt** instead | ||
* @param {8 | 16 | 32 | 64 | 128 | 160 | 256} bits | ||
* @returns {string} | ||
*/ | ||
function getRandomUint(bits = 32) { | ||
@@ -5,0 +10,0 @@ // eslint-disable-next-line no-bitwise |
@@ -21,2 +21,3 @@ "use strict"; | ||
__exportStar(require("../utils/get-full-contract-state"), exports); | ||
__exportStar(require("../utils/get-random-int"), exports); | ||
__exportStar(require("../utils/get-random-uint"), exports); | ||
@@ -23,0 +24,0 @@ __exportStar(require("../utils/is-ever-wallet-browser"), exports); |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @deprecated Use **getRandomInt** instead | ||
* @param {8 | 16 | 32 | 64 | 128 | 160 | 256} bits | ||
* @returns {string} | ||
*/ | ||
export declare function getRandomUint(bits?: 8 | 16 | 32 | 64 | 128 | 160 | 256): string; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @deprecated Use **getRandomInt** instead | ||
* @param {8 | 16 | 32 | 64 | 128 | 160 | 256} bits | ||
* @returns {string} | ||
*/ | ||
export function getRandomUint(bits = 32) { | ||
@@ -2,0 +7,0 @@ // eslint-disable-next-line no-bitwise |
@@ -5,2 +5,3 @@ export * from '../utils/debug'; | ||
export * from '../utils/get-full-contract-state'; | ||
export * from '../utils/get-random-int'; | ||
export * from '../utils/get-random-uint'; | ||
@@ -7,0 +8,0 @@ export * from '../utils/is-ever-wallet-browser'; |
@@ -5,2 +5,3 @@ export * from '../utils/debug'; | ||
export * from '../utils/get-full-contract-state'; | ||
export * from '../utils/get-random-int'; | ||
export * from '../utils/get-random-uint'; | ||
@@ -7,0 +8,0 @@ export * from '../utils/is-ever-wallet-browser'; |
{ | ||
"name": "@broxus/js-core", | ||
"version": "0.17.6", | ||
"version": "0.17.7", | ||
"description": "MobX-based JavaScript Core library", | ||
@@ -63,3 +63,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "ea25a20ea21c8ae603dc347005ef42db38eede12" | ||
"gitHead": "3bcb8f75e7e21a6e9d23356e5ad48665760ee8d0" | ||
} |
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
1955258
338
45909