From 8f2c2a5a1c2b0d477c0830ba6b01e3ff1dd4d0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Hern=C3=A1ndez=20Serrano?= Date: Tue, 11 Apr 2023 13:34:29 +0200 Subject: [PATCH] ready for versioning --- docs/API.md | 16 ++++++++-------- package-lock.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/API.md b/docs/API.md index ee37cf7..9a58d28 100644 --- a/docs/API.md +++ b/docs/API.md @@ -134,7 +134,7 @@ A promise that resolves to a boolean that is either true (a probably prime numbe #### Defined in -[src/ts/isProbablyPrime.ts:20](https://github.com/juanelas/bigint-crypto-utils/blob/d1da4b2/src/ts/isProbablyPrime.ts#L20) +[src/ts/isProbablyPrime.ts:20](https://github.com/juanelas/bigint-crypto-utils/blob/784aa0e/src/ts/isProbablyPrime.ts#L20) ___ @@ -273,7 +273,7 @@ A promise that resolves to a bigint probable prime of bitLength bits. #### Defined in -[src/ts/prime.ts:28](https://github.com/juanelas/bigint-crypto-utils/blob/d1da4b2/src/ts/prime.ts#L28) +[src/ts/prime.ts:28](https://github.com/juanelas/bigint-crypto-utils/blob/784aa0e/src/ts/prime.ts#L28) ___ @@ -303,7 +303,7 @@ A bigint probable prime of bitLength bits. #### Defined in -[src/ts/prime.ts:109](https://github.com/juanelas/bigint-crypto-utils/blob/d1da4b2/src/ts/prime.ts#L109) +[src/ts/prime.ts:109](https://github.com/juanelas/bigint-crypto-utils/blob/784aa0e/src/ts/prime.ts#L109) ___ @@ -332,7 +332,7 @@ A cryptographically secure random bigint between [min,max] #### Defined in -[src/ts/randBetween.ts:14](https://github.com/juanelas/bigint-crypto-utils/blob/d1da4b2/src/ts/randBetween.ts#L14) +[src/ts/randBetween.ts:14](https://github.com/juanelas/bigint-crypto-utils/blob/784aa0e/src/ts/randBetween.ts#L14) ___ @@ -361,7 +361,7 @@ A Promise that resolves to a UInt8Array/Buffer (Browser/Node.js) filled with cry #### Defined in -[src/ts/randBits.ts:13](https://github.com/juanelas/bigint-crypto-utils/blob/d1da4b2/src/ts/randBits.ts#L13) +[src/ts/randBits.ts:13](https://github.com/juanelas/bigint-crypto-utils/blob/784aa0e/src/ts/randBits.ts#L13) ___ @@ -390,7 +390,7 @@ A Uint8Array/Buffer (Browser/Node.js) filled with cryptographically secure rando #### Defined in -[src/ts/randBits.ts:43](https://github.com/juanelas/bigint-crypto-utils/blob/d1da4b2/src/ts/randBits.ts#L43) +[src/ts/randBits.ts:43](https://github.com/juanelas/bigint-crypto-utils/blob/784aa0e/src/ts/randBits.ts#L43) ___ @@ -419,7 +419,7 @@ A promise that resolves to a UInt8Array/Buffer (Browser/Node.js) filled with cry #### Defined in -[src/ts/randBytes.ts:13](https://github.com/juanelas/bigint-crypto-utils/blob/d1da4b2/src/ts/randBytes.ts#L13) +[src/ts/randBytes.ts:13](https://github.com/juanelas/bigint-crypto-utils/blob/784aa0e/src/ts/randBytes.ts#L13) ___ @@ -449,7 +449,7 @@ A UInt8Array/Buffer (Browser/Node.js) filled with cryptographically secure rando #### Defined in -[src/ts/randBytes.ts:54](https://github.com/juanelas/bigint-crypto-utils/blob/d1da4b2/src/ts/randBytes.ts#L54) +[src/ts/randBytes.ts:54](https://github.com/juanelas/bigint-crypto-utils/blob/784aa0e/src/ts/randBytes.ts#L54) ___ diff --git a/package-lock.json b/package-lock.json index 946a801..4c2e6e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "typescript": "^5.0.3" }, "engines": { - "node": ">=10.4.0" + "node": ">=14.0.0" } }, "node_modules/@babel/code-frame": {