feat: generate uuid with human-id #918 (#1111)

### What problem does this PR solve?

feat: generate uuid with human-id #918

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-06-11 11:58:49 +08:00
committed by GitHub
parent cf2f6592dd
commit 0b92f02672
4 changed files with 13 additions and 3 deletions

9
web/package-lock.json generated
View File

@ -19,6 +19,7 @@
"dayjs": "^1.11.10",
"elkjs": "^0.9.3",
"eventsource-parser": "^1.1.2",
"human-id": "^4.1.1",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^8.0.0",
"js-base64": "^3.7.5",
@ -13379,6 +13380,14 @@
"node": ">= 6"
}
},
"node_modules/human-id": {
"version": "4.1.1",
"resolved": "https://registry.npmmirror.com/human-id/-/human-id-4.1.1.tgz",
"integrity": "sha512-3gKm/gCSUipeLsRYZbbdA1BD83lBoWUkZ7G9VFrhWPAU76KwYo5KR8V28bpoPm/ygy0x5/GCbpRQdY7VLYCoIg==",
"bin": {
"human-id": "dist/cli.js"
}
},
"node_modules/human-signals": {
"version": "2.1.0",
"resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz",