Skip to content

Commit 7c7dab2

Browse files
committed
chore: update deps
1 parent 5f58b43 commit 7c7dab2

File tree

4 files changed

+450
-869
lines changed

4 files changed

+450
-869
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
-- This file is auto-generated from README_js.md. Changes should be made there.
33
-->
44

5-
65
# uuid [![CI](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ACI) [![Browser](https://github.com/uuidjs/uuid/workflows/Browser/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ABrowser)
76

87
For the creation of [RFC9562](https://www.rfc-editor.org/rfc/rfc9562.html) (formally [RFC4122](https://www.rfc-editor.org/rfc/rfc4122.html)) UUIDs
@@ -117,13 +116,13 @@ Example:
117116
import { parse as uuidParse } from 'uuid';
118117

119118
// Parse a UUID
120-
uuidParse('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); //
121-
// Uint8Array(16) [
122-
// 110, 192, 189, 127, 17,
123-
// 192, 67, 218, 151, 94,
124-
// 42, 138, 217, 235, 174,
125-
// 11
126-
// ]
119+
uuidParse('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); //
120+
// Uint8Array(16) [
121+
// 110, 192, 189, 127, 17,
122+
// 192, 67, 218, 151, 94,
123+
// 42, 138, 217, 235, 174,
124+
// 11
125+
// ]
127126
```
128127

129128
### uuid.stringify(arr[, offset])
@@ -491,6 +490,7 @@ Prior to `uuid@11`, it was possible for `options` state to interfere with the in
491490
## Known issues
492491

493492
<!-- This header is referenced as an anchor in src/rng-browser.ts -->
493+
494494
### "getRandomValues() not supported"
495495

496496
This error occurs in environments where the standard [`crypto.getRandomValues()`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues) API is not supported. This issue can be resolved by adding an appropriate polyfill:
@@ -507,4 +507,4 @@ import { v4 as uuidv4 } from 'uuid';
507507

508508
---
509509

510-
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>
510+
Markdown generated from [README_js.md](README_js.md) by <a href="https://github.com/broofa/runmd"><image height="13" src="https://camo.githubusercontent.com/5c7c603cd1e6a43370b0a5063d457e0dabb74cf317adc7baba183acb686ee8d0/687474703a2f2f692e696d6775722e636f6d2f634a4b6f3662552e706e67" /></a>

README_js.md

+1
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ Prior to `uuid@11`, it was possible for `options` state to interfere with the in
499499
## Known issues
500500

501501
<!-- This header is referenced as an anchor in src/rng-browser.ts -->
502+
502503
### "getRandomValues() not supported"
503504

504505
This error occurs in environments where the standard [`crypto.getRandomValues()`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues) API is not supported. This issue can be resolved by adding an appropriate polyfill:

0 commit comments

Comments
 (0)