@scottwalker/claude-connector 0.4.0 → 0.4.1

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
@@ -1,9 +1,9 @@
1
1
  <p align="center">
2
- <img src="etc/origin.png" alt="Claude Connector" width="350" style="border-radius: 16px" />
2
+ <picture>
3
+ <img src="landing/assets/origin.png" alt="Claude Connector" width="250" style="border-radius: 16px" />
4
+ </picture>
3
5
  </p>
4
6
 
5
- <h1 align="center">Claude Connector</h1>
6
-
7
7
  Programmatic Node.js interface for [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview) CLI.
8
8
 
9
9
  Use Claude Code from your application code — no terminal required. Works with your existing Max/Team/Enterprise subscription.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scottwalker/claude-connector",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Programmatic Node.js interface for Claude Code CLI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",