@thi.ng/uuid 1.1.49 → 1.1.50

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.
Files changed (3) hide show
  1. package/README.md +9 -8
  2. package/index.d.ts +1 -1
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
- <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/uuid](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-uuid.svg?08610c5d)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/uuid](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-uuid.svg?08610c5d)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/uuid.svg)](https://www.npmjs.com/package/@thi.ng/uuid)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/uuid.svg)
@@ -8,11 +8,12 @@
8
8
 
9
9
  > [!NOTE]
10
10
  > This is one of 214 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
11
+ > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
14
- > 🚀 Please help me to work full-time on these projects by [sponsoring me on
15
- > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
14
+ > 🚀 Please help me to work full-time on these projects by [sponsoring
15
+ > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
16
+ > Thank you! ❤️
16
17
 
17
18
  - [About](#about)
18
19
  - [Status](#status)
@@ -36,7 +37,7 @@ extracted from the [@thi.ng/random](https://thi.ng/random) package.
36
37
 
37
38
  **STABLE** - used in production
38
39
 
39
- [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Buuid%5D+in%3Atitle)
40
+ [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Buuid%5D)
40
41
 
41
42
  ## Installation
42
43
 
@@ -68,8 +69,8 @@ Package sizes (brotli'd, pre-treeshake): ESM: 194 bytes
68
69
 
69
70
  ## Dependencies
70
71
 
71
- - [@thi.ng/hex](https://github.com/thi-ng/umbrella/tree/develop/packages/hex)
72
- - [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random)
72
+ - [@thi.ng/hex](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/hex)
73
+ - [@thi.ng/random](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/random)
73
74
 
74
75
  ## API
75
76
 
package/index.d.ts CHANGED
@@ -13,7 +13,7 @@ import type { IRandom } from "@thi.ng/random";
13
13
  * @param buf -
14
14
  * @param rnd -
15
15
  */
16
- export declare const uuidv4Bytes: (buf?: Uint8Array, rnd?: IRandom) => Uint8Array<ArrayBufferLike>;
16
+ export declare const uuidv4Bytes: (buf?: Uint8Array<ArrayBuffer>, rnd?: IRandom) => Uint8Array<ArrayBuffer>;
17
17
  /**
18
18
  * Returns a UUID string, either from given byte array, or if omitted, using a
19
19
  * new UUID v4 produced by {@link uuidv4Bytes}.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/uuid",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "description": "Fast binary & string-based UUID v4 generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -8,7 +8,7 @@
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/thi-ng/umbrella.git",
11
+ "url": "git+https://codeberg.org/thi.ng/umbrella.git",
12
12
  "directory": "packages/uuid"
13
13
  },
14
14
  "homepage": "https://thi.ng/uuid",
@@ -40,8 +40,8 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/hex": "^2.4.9",
44
- "@thi.ng/random": "^4.1.42"
43
+ "@thi.ng/hex": "^2.4.10",
44
+ "@thi.ng/random": "^4.1.43"
45
45
  },
46
46
  "devDependencies": {
47
47
  "esbuild": "^0.27.2",
@@ -77,5 +77,5 @@
77
77
  "thi.ng": {
78
78
  "year": 2020
79
79
  },
80
- "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
80
+ "gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
81
81
  }