@kood/claude-code 0.1.11 → 0.1.12

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
@@ -372,7 +372,7 @@ var init = async (options) => {
372
372
 
373
373
  // src/index.ts
374
374
  var program = new Command();
375
- program.name("claude-code").description("Claude Code documentation installer for projects").version("0.1.11");
375
+ program.name("claude-code").description("Claude Code documentation installer for projects").version("0.1.12");
376
376
  program.option(
377
377
  "-t, --template <names>",
378
378
  "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.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Claude Code documentation installer for projects",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",