|
2 | 2 | -- This file is auto-generated from README_js.md. Changes should be made there.
|
3 | 3 | -->
|
4 | 4 |
|
5 |
| - |
6 | 5 | # uuid [](https://github.com/uuidjs/uuid/actions?query=workflow%3ACI) [](https://github.com/uuidjs/uuid/actions?query=workflow%3ABrowser)
|
7 | 6 |
|
8 |
| -For the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs |
| 7 | +For the creation of [RFC9562](https://www.rfc-editor.org/rfc/rfc9562.html) (formally [RFC4122](https://www.rfc-editor.org/rfc/rfc4122.html)) UUIDs |
9 | 8 |
|
10 |
| -- **Complete** - Support for RFC4122 version 1, 3, 4, 5, and 7 UUIDs |
| 9 | +- **Complete** - Support for all RFC9562 UUID versions |
11 | 10 | - **Cross-platform** - Support for ...
|
12 | 11 | - CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds](#cdn-builds)
|
13 | 12 | - NodeJS 16+ ([LTS releases](https://github.com/nodejs/Release))
|
@@ -173,7 +172,7 @@ Create an RFC version 1 (timestamp) UUID
|
173 | 172 |
|
174 | 173 | <!-- prettier-ignore -->
|
175 | 174 | > [!NOTE]
|
176 |
| -> The default [node id](https://tools.ietf.org/html/rfc4122#section-4.1.6) (the last 12 digits in the UUID) is generated once, randomly, on process startup, and then remains unchanged for the duration of the process. |
| 175 | +> The default [node id](https://datatracker.ietf.org/doc/html/rfc9562#section-5.1) (the last 12 digits in the UUID) is generated once, randomly, on process startup, and then remains unchanged for the duration of the process. |
177 | 176 |
|
178 | 177 | <!-- prettier-ignore -->
|
179 | 178 | > [!NOTE]
|
@@ -386,7 +385,7 @@ Usage:
|
386 | 385 | uuid --help
|
387 | 386 |
|
388 | 387 | Note: <namespace uuid> may be "URL" or "DNS" to use the corresponding UUIDs
|
389 |
| -defined by RFC4122 |
| 388 | +defined by RFC9562 |
390 | 389 | ```
|
391 | 390 |
|
392 | 391 | ## ECMAScript Modules
|
@@ -521,6 +520,5 @@ const uuid = require('uuid'); // <== REMOVED!
|
521 | 520 |
|
522 | 521 | This usage pattern was already discouraged in `uuid@3` and has been removed in `uuid@7`.
|
523 | 522 |
|
524 |
| ---- |
525 |
| - |
526 |
| -Markdown generated from [README_js.md](README_js.md) by <a href="https://github.com/broofa/runmd"><image height="12px" src="https://camo.githubusercontent.com/5c7c603cd1e6a43370b0a5063d457e0dabb74cf317adc7baba183acb686ee8d0/687474703a2f2f692e696d6775722e636f6d2f634a4b6f3662552e706e67" /></a> |
| 523 | +---- |
| 524 | +Markdown generated from [README_js.md](README_js.md) by [](https://github.com/broofa/runmd) |
0 commit comments