@stdy/cli 0.17.1 → 0.18.0
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -237,7 +237,7 @@ Informational headers returned by the server:
|
|
|
237
237
|
|
|
238
238
|
| Header | Description |
|
|
239
239
|
| ------------------------- | ----------------------------------------------------- |
|
|
240
|
-
| `X-Steady-Valid`
|
|
240
|
+
| `X-Steady-Request-Valid` | Whether the request passed SDK validation |
|
|
241
241
|
| `X-Steady-Error-Count` | Number of diagnostic issues found |
|
|
242
242
|
| `X-Steady-Matched-Path` | The OpenAPI path pattern that matched |
|
|
243
243
|
| `X-Steady-Example-Source` | How the response was generated: `generated` or `none` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdy/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "OpenAPI 3 mock server. Validates SDKs against OpenAPI specs with clear error attribution.",
|
|
5
5
|
"license": "Elastic-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"node": ">=14.0.0"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"@stdy/cli-linux-x64": "0.
|
|
33
|
-
"@stdy/cli-linux-arm64": "0.
|
|
34
|
-
"@stdy/cli-darwin-x64": "0.
|
|
35
|
-
"@stdy/cli-darwin-arm64": "0.
|
|
36
|
-
"@stdy/cli-win32-x64": "0.
|
|
32
|
+
"@stdy/cli-linux-x64": "0.18.0",
|
|
33
|
+
"@stdy/cli-linux-arm64": "0.18.0",
|
|
34
|
+
"@stdy/cli-darwin-x64": "0.18.0",
|
|
35
|
+
"@stdy/cli-darwin-arm64": "0.18.0",
|
|
36
|
+
"@stdy/cli-win32-x64": "0.18.0"
|
|
37
37
|
}
|
|
38
38
|
}
|