@openthread/claude-code-plugin 0.1.0 → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openthread-share",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Share Claude Code conversations to OpenThread",
5
5
  "icon": "icon.svg",
6
6
  "author": {
package/README.md CHANGED
@@ -79,7 +79,7 @@ Environment variables override the default endpoints. Set them in your shell pro
79
79
 
80
80
  If you prefer not to use npm:
81
81
 
82
- 1. Download the latest release `.zip` from the [GitHub releases page](https://github.com/nicholasgriffintn/openthread/releases).
82
+ 1. Download the latest `.zip` release from [openthread.dev/extensions](https://openthread.dev/extensions).
83
83
  2. Extract it to `~/.claude/plugins/openthread-share/`.
84
84
  3. Restart Claude Code. The plugin will be detected on next launch.
85
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openthread/claude-code-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Share Claude Code conversations to OpenThread",
5
5
  "bin": {
6
6
  "openthread-claude": "bin/cli.sh"
@@ -29,10 +29,5 @@
29
29
  "share"
30
30
  ],
31
31
  "author": "OpenThread",
32
- "license": "MIT",
33
- "repository": {
34
- "type": "git",
35
- "url": "https://github.com/nicholasgriffintn/openthread.git",
36
- "directory": "apps/claude-code-plugin"
37
- }
38
- }
32
+ "license": "MIT"
33
+ }