@thi.ng/uuid 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-07-22T13:15:57Z
3
+ - **Last updated**: 2024-08-10T15:03:07Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import type { IRandom } from "@thi.ng/random";
3
3
  * Depending on if `rnd` is given, uses
4
4
  * [randomBytesFrom()](https://docs.thi.ng/umbrella/random/functions/randomBytesFrom.html)
5
5
  * or
6
- * [randomBytes()](https://docs.thi.ng/umbrella/random/functions/randomByte.html)
6
+ * [randomBytes()](https://docs.thi.ng/umbrella/random/functions/randomBytes.html)
7
7
  * to fill given (optional) byte array with a new UUIDv4. Creates new Uint8Array
8
8
  * if none given.
9
9
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/uuid",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Fast binary & string-based UUID v4 generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,14 +36,14 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/hex": "^2.3.51",
40
- "@thi.ng/random": "^4.0.1"
39
+ "@thi.ng/hex": "^2.3.52",
40
+ "@thi.ng/random": "^4.0.2"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.47.0",
43
+ "@microsoft/api-extractor": "^7.47.5",
44
44
  "esbuild": "^0.23.0",
45
- "typedoc": "^0.26.3",
46
- "typescript": "^5.5.3"
45
+ "typedoc": "^0.26.5",
46
+ "typescript": "^5.5.4"
47
47
  },
48
48
  "keywords": [
49
49
  "binary",
@@ -74,5 +74,5 @@
74
74
  "thi.ng": {
75
75
  "year": 2020
76
76
  },
77
- "gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n"
77
+ "gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
78
78
  }