@anthropic-ai/sdk 0.112.3 → 0.112.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.
@@ -1472,8 +1472,10 @@ export interface RefusalStopDetails {
1472
1472
  * reasoning in the response text. To get reasoning in a structured form instead,
1473
1473
  * use
1474
1474
  * [adaptive thinking](https://platform.claude.com/docs/en/build-with-claude/adaptive-thinking).
1475
+ * - `general_harms` - The request could be related to an area that was determined
1476
+ * as harmful. Benign work might sometimes trigger this category.
1475
1477
  */
1476
- category: 'cyber' | 'bio' | 'frontier_llm' | 'reasoning_extraction' | null;
1478
+ category: 'cyber' | 'bio' | 'frontier_llm' | 'reasoning_extraction' | 'general_harms' | null;
1477
1479
 
1478
1480
  /**
1479
1481
  * Human-readable explanation of the refusal.
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.112.3'; // x-release-please-version
1
+ export const VERSION = '0.112.5'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.112.3";
1
+ export declare const VERSION = "0.112.5";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.112.3";
1
+ export declare const VERSION = "0.112.5";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.112.3'; // x-release-please-version
4
+ exports.VERSION = '0.112.5'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.112.3'; // x-release-please-version
1
+ export const VERSION = '0.112.5'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map