@kood/claude-code 0.6.2 → 0.6.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -846,7 +846,7 @@ var init = async (options) => {
846
846
 
847
847
  // src/index.ts
848
848
  var program = new Command();
849
- program.name("claude-code").description("Claude Code documentation installer for projects").version("0.6.2");
849
+ program.name("claude-code").description("Claude Code documentation installer for projects").version("0.6.3");
850
850
  program.option(
851
851
  "-t, --template <names>",
852
852
  "template names (comma-separated: tanstack-start,hono)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kood/claude-code",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "description": "Claude Code documentation installer for projects",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",