@scalar/mock-server 0.12.4 → 0.12.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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @scalar/mock-server
2
2
 
3
+ ## 0.12.5
4
+
3
5
  ## 0.12.4
4
6
 
5
7
  ## 0.12.3
package/README.md CHANGED
@@ -14,6 +14,20 @@
14
14
 
15
15
  A powerful Node.js mock server that automatically generates realistic API responses from your OpenAPI/Swagger documents
16
16
 
17
+ ---
18
+
19
+ Scalar is an open-source API platform for teams who want beautiful developer interfaces without vendor lock-in.
20
+
21
+ - **[API References](https://scalar.com/products/api-references/getting-started)** — Interactive API documentation from OpenAPI and AsyncAPI specs.
22
+ - **[Docs](https://scalar.com/products/docs/getting-started)** — Write in Markdown/MDX, generate API references, sync with two-way Git.
23
+ - **[SDKs](https://scalar.com/products/sdks/getting-started)** — Type-safe client libraries in TypeScript, Python, Go, PHP, Java, and Ruby.
24
+ - **[MCP Servers](https://scalar.com/products/agent/getting-started)** — Generate secure MCP servers from your API spec.
25
+ - **[API Client](https://scalar.com/products/api-client/getting-started)** — Open-source, offline-first Postman alternative built on OpenAPI.
26
+
27
+ 20M+ monthly npm installs · 15,500+ GitHub stars · MIT licensed · [scalar.com](https://scalar.com)
28
+
29
+ ---
30
+
17
31
  ## Documentation
18
32
 
19
33
  [Read the documentation here](https://scalar.com/tools/mock-server/getting-started)
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "swagger",
17
17
  "cli"
18
18
  ],
19
- "version": "0.12.4",
19
+ "version": "0.12.5",
20
20
  "engines": {
21
21
  "node": ">=22"
22
22
  },
@@ -59,10 +59,10 @@
59
59
  "yaml": "^2.8.3",
60
60
  "@scalar/helpers": "0.9.0",
61
61
  "@scalar/json-magic": "0.12.17",
62
- "@scalar/openapi-upgrader": "0.2.9",
63
62
  "@scalar/openapi-types": "0.9.1",
64
- "@scalar/workspace-store": "0.55.3",
65
- "@scalar/types": "0.16.2"
63
+ "@scalar/openapi-upgrader": "0.2.9",
64
+ "@scalar/types": "0.16.2",
65
+ "@scalar/workspace-store": "0.55.4"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/node": "^24.1.0",