opencode-rules-md 0.8.3 → 0.8.4
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 +5 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-rules-md",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"description": "OpenCode plugin that discovers and injects markdown rules into system prompts",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -60,10 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"@opencode-ai/plugin": "^1.3.9",
|
|
63
|
-
"@opencode-ai/sdk": "^1.3.9"
|
|
64
|
-
"@opentui/core": "^0.4.3",
|
|
65
|
-
"@opentui/solid": "^0.4.3",
|
|
66
|
-
"solid-js": "^1.9.12"
|
|
63
|
+
"@opencode-ai/sdk": "^1.3.9"
|
|
67
64
|
},
|
|
68
65
|
"peerDependenciesMeta": {
|
|
69
66
|
"@opencode-ai/plugin": {
|
|
@@ -71,15 +68,6 @@
|
|
|
71
68
|
},
|
|
72
69
|
"@opencode-ai/sdk": {
|
|
73
70
|
"optional": true
|
|
74
|
-
},
|
|
75
|
-
"@opentui/core": {
|
|
76
|
-
"optional": true
|
|
77
|
-
},
|
|
78
|
-
"@opentui/solid": {
|
|
79
|
-
"optional": true
|
|
80
|
-
},
|
|
81
|
-
"solid-js": {
|
|
82
|
-
"optional": true
|
|
83
71
|
}
|
|
84
72
|
},
|
|
85
73
|
"devDependencies": {
|
|
@@ -98,7 +86,10 @@
|
|
|
98
86
|
"vitest": "^2.1.8"
|
|
99
87
|
},
|
|
100
88
|
"dependencies": {
|
|
89
|
+
"@opentui/core": "^0.4.3",
|
|
90
|
+
"@opentui/solid": "^0.4.3",
|
|
101
91
|
"minimatch": "^9.0.5",
|
|
92
|
+
"solid-js": "^1.9.12",
|
|
102
93
|
"yaml": "^2.8.2"
|
|
103
94
|
},
|
|
104
95
|
"scripts": {
|