@stdy/cli 0.9.0 → 0.11.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # Steady
2
2
 
3
- OpenAPI 3.0/3.1 mock server built with Deno. Validates requests against specs
3
+ OpenAPI 3.0/3.1 mock server built to fast and reliable. Validates requests against specs
4
4
  and generates responses from schemas or examples.
5
5
 
6
+ Note: this project is still experiemental and not ready for production use.
7
+
6
8
  ## Installation
7
9
 
8
10
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdy/cli",
3
- "version": "0.9.0",
3
+ "version": "0.11.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.9.0",
33
- "@stdy/cli-linux-arm64": "0.9.0",
34
- "@stdy/cli-darwin-x64": "0.9.0",
35
- "@stdy/cli-darwin-arm64": "0.9.0",
36
- "@stdy/cli-win32-x64": "0.9.0"
32
+ "@stdy/cli-linux-x64": "0.11.0",
33
+ "@stdy/cli-linux-arm64": "0.11.0",
34
+ "@stdy/cli-darwin-x64": "0.11.0",
35
+ "@stdy/cli-darwin-arm64": "0.11.0",
36
+ "@stdy/cli-win32-x64": "0.11.0"
37
37
  }
38
38
  }