@alexgsdev/claude-code-transcript-export 0.1.4 → 0.1.6

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,10 +13,10 @@ precious.
13
13
  ## Install
14
14
 
15
15
  ```sh
16
- npm install -g cctx
16
+ npm install -g @alexgsdev/claude-code-transcript-export
17
17
  ```
18
18
 
19
- Requires Node 22 or newer.
19
+ Installs the `cctx` command. Requires Node 22 or newer.
20
20
 
21
21
  ## Use
22
22
 
@@ -122,7 +122,7 @@ does not handle. Run it when output looks wrong.
122
122
  ## Library
123
123
 
124
124
  ```ts
125
- import { discover, readSession, renderTranscript } from 'cctx';
125
+ import { discover, readSession, renderTranscript } from '@alexgsdev/claude-code-transcript-export';
126
126
  ```
127
127
 
128
128
  Everything is pure unless its name says otherwise — nothing below the CLI layer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexgsdev/claude-code-transcript-export",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Extract Claude Code session logs into readable, committable markdown transcripts.",
5
5
  "keywords": [
6
6
  "claude",