mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Ships the fixes that landed on main after the 2.7.0 cut: - #139 (f3ea1a3): understand-knowledge — Windows path separators in wikilink resolution + omit empty `category` so KnowledgeMetaSchema's `z.string().optional()` no longer drops every article node. Closes #151. - #147 (fafb888): understand-domain — resolve $PLUGIN_ROOT at runtime for symlink installs. -f71bad5: understand — persist canonical edge direction during merge, fixing the 153k auto-correction cascade. Closes #140.
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"name": "@understand-anything/skill",
|
|
"version": "2.7.1",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@understand-anything/core": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^3.1.0"
|
|
}
|
|
}
|