Update checked-in dependencies
This commit is contained in:
parent
ace5545513
commit
f87e7a6293
248 changed files with 9686 additions and 262 deletions
4
node_modules/uuid/dist/esm-browser/native.js
generated
vendored
Normal file
4
node_modules/uuid/dist/esm-browser/native.js
generated
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
||||
export default {
|
||||
randomUUID
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue