@likec4/mcp 1.52.0 → 1.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/THIRD-PARTY-LICENSES.md +2 -2
- package/dist/_chunks/libs/@hono/mcp.mjs +1 -1
- package/dist/_chunks/libs/@logtape/logtape.mjs +4 -6
- package/dist/_chunks/libs/destr.mjs +1 -0
- package/dist/_chunks/libs/fast-equals.mjs +1 -1
- package/dist/_chunks/libs/langium.mjs +1 -1
- package/dist/_chunks/libs/remeda.mjs +2 -2
- package/dist/_chunks/libs/unstorage.mjs +1 -0
- package/dist/index.mjs +90 -86
- package/package.json +14 -14
|
@@ -686,10 +686,10 @@ Repository: https://github.com/gka/chroma.js
|
|
|
686
686
|
|
|
687
687
|
---------------------------------------
|
|
688
688
|
|
|
689
|
-
## citty, defu, ohash, ufo
|
|
689
|
+
## citty, defu, destr, ohash, ufo, unstorage
|
|
690
690
|
|
|
691
691
|
License: MIT
|
|
692
|
-
Repositories: https://github.com/unjs/citty, https://github.com/unjs/defu, https://github.com/unjs/ohash, https://github.com/unjs/ufo
|
|
692
|
+
Repositories: https://github.com/unjs/citty, https://github.com/unjs/defu, https://github.com/unjs/destr, https://github.com/unjs/ohash, https://github.com/unjs/ufo, https://github.com/unjs/unstorage
|
|
693
693
|
|
|
694
694
|
> MIT License
|
|
695
695
|
>
|