@the-bearded-bear/claude-craft 8.7.1-next.ccd7ca3 → 8.7.1-next.cd47b2d
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 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@the-bearded-bear/claude-craft",
|
|
3
|
-
"version": "8.7.1-next.
|
|
3
|
+
"version": "8.7.1-next.cd47b2d",
|
|
4
4
|
"description": "A comprehensive framework for AI-assisted development with Claude Code. Install standardized rules, agents, and commands for your projects.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "cli/index.js",
|
|
@@ -95,12 +95,12 @@
|
|
|
95
95
|
"Tools/"
|
|
96
96
|
],
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"@hono/node-server": "^
|
|
99
|
-
"chokidar": "^
|
|
98
|
+
"@hono/node-server": "^2.0.4",
|
|
99
|
+
"chokidar": "^5.0.0",
|
|
100
100
|
"gray-matter": "^4.0.3",
|
|
101
101
|
"hono": "^4.12.14",
|
|
102
102
|
"js-yaml": "^4.1.1",
|
|
103
|
-
"marked": "^
|
|
104
|
-
"zod": "^
|
|
103
|
+
"marked": "^18.0.4",
|
|
104
|
+
"zod": "^4.4.3"
|
|
105
105
|
}
|
|
106
106
|
}
|