@nikcli-ai/sdk 1.146.0 → 1.148.0

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.
@@ -2920,7 +2920,7 @@ export type McpResource = {
2920
2920
  };
2921
2921
  export type ManagedWorktreeInfo = {
2922
2922
  id: string;
2923
- parentId?: string | null;
2923
+ parentId: string | null;
2924
2924
  name: string;
2925
2925
  branch: string;
2926
2926
  directory: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@nikcli-ai/sdk",
4
- "version": "1.146.0",
4
+ "version": "1.148.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {