Skip to content

Commit 434001a

Browse files
committed
feat(UUID Generator): add v6 and v7 versions
1 parent 0de2ed1 commit 434001a

File tree

3 files changed

+869
-618
lines changed

3 files changed

+869
-618
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
"highlight.js": "^11.7.0",
128128
"iarna-toml-esm": "^3.0.5",
129129
"ibantools": "^4.3.3",
130-
"json-to-ts": "^1.7.0",
131130
"ical-generator": "^8.0.1",
132131
"ical.js": "^2.1.0",
133132
"iconv-lite": "^0.6.3",
@@ -151,14 +150,15 @@
151150
"jsbarcode": "^3.11.6",
152151
"json-analyzer": "^1.2.2",
153152
"json-editor-vue": "^0.16.0",
153+
"json-to-ts": "^1.7.0",
154154
"json2csharp": "^1.0.3",
155155
"json5": "^2.2.3",
156-
"jszip": "^3.10.1",
157156
"jsonar-mod": "^1.9.0",
158157
"jsonlint-mod": "^1.7.6",
159158
"jsonpath": "^1.1.1",
160159
"jsstack.js": "^2.0.0",
161160
"jsvat-next": "^3.0.4",
161+
"jszip": "^3.10.1",
162162
"jwt-decode": "^3.1.2",
163163
"korean-unpacker": "^1.0.3",
164164
"libmime": "^5.3.5",
@@ -203,21 +203,21 @@
203203
"pythonstack.js": "^1.0.2",
204204
"qpdf-wasm-esm-embedded": "^1.1.1",
205205
"qrcode": "^1.5.1",
206-
"sanitize-html": "^2.13.1",
207206
"qrcode-parser": "^2.1.3",
208207
"qrcode-terminal-nooctal": "^0.12.1",
209208
"randexp": "^0.5.3",
210209
"regex": "^4.4.0",
211210
"roboto-base64": "^0.1.2",
212211
"rtf-stream-parser": "^3.8.0",
213212
"safe-license-list": "^0.1.2",
213+
"sanitize-html": "^2.13.1",
214214
"shiki": "1.22.2",
215215
"silly-password-generator": "^1.0.28",
216216
"slashes": "^3.0.12",
217217
"spdx-satisfies": "^5.0.1",
218218
"sql-formatter": "^13.0.0",
219-
"stringify-object": "^5.0.0",
220219
"sshpk": "^1.18.0",
220+
"stringify-object": "^5.0.0",
221221
"svg2png-wasm": "^1.4.1",
222222
"svgo": "^3.3.2",
223223
"tesseract.js": "^5.1.1",
@@ -228,8 +228,7 @@
228228
"unicode-emoji-json": "^0.4.0",
229229
"unplugin-auto-import": "^0.16.4",
230230
"utf8": "^3.0.0",
231-
"uuid": "^9.0.0",
232-
"uuidv7": "^1.0.0",
231+
"uuid": "^11.0.3",
233232
"vanilla-jsoneditor": "^0.23.8",
234233
"vue": "^3.3.4",
235234
"vue-color-wheel": "^0.1.1",
@@ -285,9 +284,9 @@
285284
"@types/punycode": "^2.1.4",
286285
"@types/qrcode": "^1.5.0",
287286
"@types/sanitize-html": "^2.13.0",
288-
"@types/stringify-object": "^4.0.5",
289287
"@types/spdx-satisfies": "^0.1.2",
290288
"@types/sshpk": "^1.17.4",
289+
"@types/stringify-object": "^4.0.5",
291290
"@types/turndown": "^5.0.5",
292291
"@types/ua-parser-js": "^0.7.36",
293292
"@types/utf8": "^3.0.3",

0 commit comments

Comments
 (0)