antpath 0.11.4 → 0.11.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/version.d.ts CHANGED
@@ -9,4 +9,4 @@
9
9
  * reports carry the exact build the failure came from.
10
10
  * - Future User-Agent header on outbound SDK requests.
11
11
  */
12
- export declare const SDK_VERSION = "0.11.4";
12
+ export declare const SDK_VERSION = "0.11.5";
package/dist/version.js CHANGED
@@ -9,5 +9,5 @@
9
9
  * reports carry the exact build the failure came from.
10
10
  * - Future User-Agent header on outbound SDK requests.
11
11
  */
12
- export const SDK_VERSION = "0.11.4";
12
+ export const SDK_VERSION = "0.11.5";
13
13
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antpath",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "description": "TypeScript SDK for running autonomous Claude Managed Agents sessions.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -40,6 +40,7 @@
40
40
  "lint": "tsc --noEmit",
41
41
  "test": "pnpm test:unit",
42
42
  "test:unit": "vitest run test/unit",
43
+ "test:security": "vitest run test/security",
43
44
  "test:unit:recorded": "vitest run test/unit/recorded",
44
45
  "test:load:replay": "vitest run test/unit/recorded/anthropic-replay-resilience.test.ts",
45
46
  "test:property": "vitest run --passWithNoTests property",