@diggerhq/catty 0.2.15 → 0.2.21

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 +2 -2
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -5,13 +5,13 @@ Run Claude Code sessions remotely.
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install -g @izalutski/catty
8
+ npm install -g @diggerhq/catty
9
9
  ```
10
10
 
11
11
  Or use directly with npx:
12
12
 
13
13
  ```bash
14
- npx @izalutski/catty new
14
+ npx @diggerhq/catty new
15
15
  ```
16
16
 
17
17
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diggerhq/catty",
3
- "version": "0.2.15",
3
+ "version": "0.2.21",
4
4
  "description": "Run Claude Code sessions remotely",
5
5
  "keywords": [
6
6
  "ai",
@@ -34,8 +34,7 @@
34
34
  },
35
35
  "os": [
36
36
  "darwin",
37
- "linux",
38
- "win32"
37
+ "linux"
39
38
  ],
40
39
  "cpu": [
41
40
  "x64",