@anthropic-ai/claude-code 2.1.167 → 2.1.169

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/package.json +9 -9
  2. package/sdk-tools.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.1.167",
3
+ "version": "2.1.169",
4
4
  "bin": {
5
5
  "claude": "bin/claude.exe"
6
6
  },
@@ -21,14 +21,14 @@
21
21
  },
22
22
  "dependencies": {},
23
23
  "optionalDependencies": {
24
- "@anthropic-ai/claude-code-darwin-arm64": "2.1.167",
25
- "@anthropic-ai/claude-code-darwin-x64": "2.1.167",
26
- "@anthropic-ai/claude-code-linux-x64": "2.1.167",
27
- "@anthropic-ai/claude-code-linux-arm64": "2.1.167",
28
- "@anthropic-ai/claude-code-linux-x64-musl": "2.1.167",
29
- "@anthropic-ai/claude-code-linux-arm64-musl": "2.1.167",
30
- "@anthropic-ai/claude-code-win32-x64": "2.1.167",
31
- "@anthropic-ai/claude-code-win32-arm64": "2.1.167"
24
+ "@anthropic-ai/claude-code-darwin-arm64": "2.1.169",
25
+ "@anthropic-ai/claude-code-darwin-x64": "2.1.169",
26
+ "@anthropic-ai/claude-code-linux-x64": "2.1.169",
27
+ "@anthropic-ai/claude-code-linux-arm64": "2.1.169",
28
+ "@anthropic-ai/claude-code-linux-x64-musl": "2.1.169",
29
+ "@anthropic-ai/claude-code-linux-arm64-musl": "2.1.169",
30
+ "@anthropic-ai/claude-code-win32-x64": "2.1.169",
31
+ "@anthropic-ai/claude-code-win32-arm64": "2.1.169"
32
32
  },
33
33
  "files": [
34
34
  "bin/claude.exe",
package/sdk-tools.d.ts CHANGED
@@ -3137,7 +3137,7 @@ export interface WorkflowOutput {
3137
3137
  */
3138
3138
  sessionUrl?: string;
3139
3139
  /**
3140
- * Non-blocking heads-up (e.g. local git state diverges from the pushed branch the remote session will clone)
3140
+ * Non-blocking heads-up (e.g. local git state diverges from the pushed branch the cloud session will clone)
3141
3141
  */
3142
3142
  warning?: string;
3143
3143
  /**