antpath 0.6.1 → 0.6.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antpath",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "TypeScript SDK for running autonomous Claude Managed Agents sessions.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,7 +40,7 @@
40
40
  "test:unit": "vitest run test/unit",
41
41
  "test:unit:recorded": "vitest run test/unit/recorded",
42
42
  "test:load:replay": "vitest run test/unit/recorded/anthropic-replay-resilience.test.ts",
43
- "test:property": "vitest run property",
43
+ "test:property": "vitest run --passWithNoTests property",
44
44
  "test:coverage": "vitest run --coverage test/unit",
45
45
  "fixtures:record:anthropic": "tsx scripts/record-api-fixtures.ts",
46
46
  "fixtures:sanitize": "tsx scripts/sanitize-api-fixtures.ts",