mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Bumps all five version-carrying manifests to 2.3.2, bringing .copilot-plugin/plugin.json back in sync (was stuck at 2.2.0), and updates CLAUDE.md to reflect the true set of files that must move together: the nested understand-anything-plugin/.claude-plugin/plugin.json and .copilot-plugin/plugin.json were missing, and marketplace.json was incorrectly listed (its plugins[] entry does not support a version field). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"name": "@understand-anything/skill",
|
|
"version": "2.3.2",
|
|
"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"
|
|
}
|
|
}
|