micro-contracts 0.17.3 → 0.17.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/README.md +4 -4
- package/cli-contract.yaml +5 -5
- package/dist/micro-contracts.bundle.mjs +275 -278
- package/dist/micro-contracts.bundle.mjs.map +4 -4
- package/docs/cli-reference.md +1 -1
- package/package.json +2 -2
package/docs/cli-reference.md
CHANGED
|
@@ -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
|
|
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
|
+
"version": "0.17.5",
|
|
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",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@types/node": "^20.11.0",
|
|
73
73
|
"agent-contracts": "^0.33.1",
|
|
74
74
|
"agent-contracts-analyzer": "file:vendor/agent-contracts-analyzer-0.1.1.tgz",
|
|
75
|
-
"agent-contracts-runtime": "^0.
|
|
75
|
+
"agent-contracts-runtime": "^0.36.0",
|
|
76
76
|
"chalk": "^5.3.0",
|
|
77
77
|
"cli-contracts": "^0.32.0",
|
|
78
78
|
"commander": "^12.1.0",
|