@uniswap/ai-toolkit-linear-task-utils 0.0.2-next.3 → 0.0.2-next.5

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/dist/cli.cjs CHANGED
@@ -13202,7 +13202,7 @@ function parseUpdateIssueConfig(args2) {
13202
13202
  }
13203
13203
 
13204
13204
  // packages/linear-task-utils/src/version.ts
13205
- var VERSION = "0.0.2-next.2";
13205
+ var VERSION = "0.0.2-next.4";
13206
13206
 
13207
13207
  // packages/linear-task-utils/src/cli.ts
13208
13208
  var RED = "\x1B[0;31m";
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.0.2-next.2";
1
+ export declare const VERSION = "0.0.2-next.4";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/ai-toolkit-linear-task-utils",
3
- "version": "0.0.2-next.3",
3
+ "version": "0.0.2-next.5",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "description": "CLI tool to query Linear issues for autonomous Claude Code task processing",