ux-toolkit 0.5.0 → 0.5.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ux-toolkit",
3
- "version": "0.5.0",
3
+ "version": "0.5.3",
4
4
  "description": "AI-powered UI/UX review toolkit with skills, agents, and commands for OpenCode, Claude Code, and other AI coding assistants",
5
5
  "keywords": [
6
6
  "ux",
@@ -58,7 +58,16 @@
58
58
  "test": "vitest",
59
59
  "typecheck": "tsc --noEmit"
60
60
  },
61
+ "peerDependencies": {
62
+ "@opencode-ai/plugin": ">=1.0.0"
63
+ },
64
+ "peerDependenciesMeta": {
65
+ "@opencode-ai/plugin": {
66
+ "optional": true
67
+ }
68
+ },
61
69
  "devDependencies": {
70
+ "@opencode-ai/plugin": "^1.1.32",
62
71
  "@eslint/js": "^9.39.2",
63
72
  "@types/node": "^22.0.0",
64
73
  "eslint": "^9.0.0",
File without changes