micro-contracts 0.17.3 → 0.17.6

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.
@@ -581,7 +581,7 @@ micro-contracts audit-openapi
581
581
  micro-contracts audit-openapi -m core
582
582
  ```
583
583
  ```
584
- micro-contracts audit-openapi --adapter cursor --report-format text
584
+ micro-contracts audit-openapi --adapter claude --report-format text
585
585
  ```
586
586
  ```
587
587
  micro-contracts audit-openapi --show-prompt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "micro-contracts",
3
- "version": "0.17.3",
3
+ "version": "0.17.6",
4
4
  "description": "Contract-first OpenAPI toolchain that keeps TypeScript UI and microservices aligned via code generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -66,13 +66,14 @@
66
66
  "url": "https://github.com/foo-log-inc/micro-contracts/issues"
67
67
  },
68
68
  "devDependencies": {
69
+ "@anthropic-ai/claude-agent-sdk": "^0.3.165",
69
70
  "@google/genai": "^2.4.0",
70
71
  "@openai/agents": "^0.11.1",
71
72
  "@types/js-yaml": "^4.0.9",
72
73
  "@types/node": "^20.11.0",
73
74
  "agent-contracts": "^0.33.1",
74
75
  "agent-contracts-analyzer": "file:vendor/agent-contracts-analyzer-0.1.1.tgz",
75
- "agent-contracts-runtime": "^0.35.7",
76
+ "agent-contracts-runtime": "^0.36.0",
76
77
  "chalk": "^5.3.0",
77
78
  "cli-contracts": "^0.32.0",
78
79
  "commander": "^12.1.0",