linear-cli-agents 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.
package/README.md CHANGED
@@ -12,9 +12,9 @@ A CLI for interacting with [Linear](https://linear.app), designed for LLMs and a
12
12
  ## Installation
13
13
 
14
14
  ```bash
15
- npm install -g linear-cli
15
+ npm install -g linear-cli-agents
16
16
  # or
17
- pnpm add -g linear-cli
17
+ pnpm add -g linear-cli-agents
18
18
  ```
19
19
 
20
20
  ## Authentication
@@ -545,5 +545,5 @@
545
545
  ]
546
546
  }
547
547
  },
548
- "version": "0.1.0"
548
+ "version": "0.1.1"
549
549
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-cli-agents",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for interacting with Linear, designed for LLMs and agents",
5
5
  "author": "Nacho",
6
6
  "bin": {