@scalar/workspace-store 0.55.5 → 0.55.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.
- package/CHANGELOG.md +6 -0
- package/README.md +2 -3
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,9 +7,8 @@ A powerful data store for managing OpenAPI documents. This package provides a fl
|
|
|
7
7
|
Scalar is an open-source API platform for teams who want beautiful developer interfaces without vendor lock-in.
|
|
8
8
|
|
|
9
9
|
- **[API References](https://scalar.com/products/api-references/getting-started)** — Interactive API documentation from OpenAPI and AsyncAPI specs.
|
|
10
|
-
- **[Docs](https://scalar.com/products/docs/getting-started)** — Write in Markdown/MDX, generate API references, sync with two-way Git.
|
|
11
|
-
- **[
|
|
12
|
-
- **[MCP Servers](https://scalar.com/products/agent/getting-started)** — Generate secure MCP servers from your API spec.
|
|
10
|
+
- **[Developer Docs](https://scalar.com/products/docs/getting-started)** — Write in Markdown/MDX, generate API references, sync with two-way Git.
|
|
11
|
+
- **[SDK Generator](https://scalar.com/products/sdks/getting-started)** — Type-safe SDKs and CLIs in TypeScript, Python, Go, PHP, Java, and Ruby.
|
|
13
12
|
- **[API Client](https://scalar.com/products/api-client/getting-started)** — Open-source, offline-first Postman alternative built on OpenAPI.
|
|
14
13
|
|
|
15
14
|
20M+ monthly npm installs · 15,500+ GitHub stars · MIT licensed · [scalar.com](https://scalar.com)
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"openapi",
|
|
17
17
|
"scalar"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.55.
|
|
19
|
+
"version": "0.55.6",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=22"
|
|
22
22
|
},
|
|
@@ -148,14 +148,14 @@
|
|
|
148
148
|
"type-fest": "^5.3.1",
|
|
149
149
|
"vue": "^3.5.30",
|
|
150
150
|
"yaml": "^2.8.3",
|
|
151
|
-
"@scalar/asyncapi-upgrader": "0.1.
|
|
152
|
-
"@scalar/helpers": "0.9.
|
|
153
|
-
"@scalar/json-magic": "0.12.
|
|
154
|
-
"@scalar/schemas": "0.7.
|
|
155
|
-
"@scalar/openapi-upgrader": "0.2.
|
|
156
|
-
"@scalar/types": "0.16.
|
|
157
|
-
"@scalar/validation": "0.6.
|
|
158
|
-
"@scalar/snippetz": "0.9.
|
|
151
|
+
"@scalar/asyncapi-upgrader": "0.1.4",
|
|
152
|
+
"@scalar/helpers": "0.9.2",
|
|
153
|
+
"@scalar/json-magic": "0.12.19",
|
|
154
|
+
"@scalar/schemas": "0.7.4",
|
|
155
|
+
"@scalar/openapi-upgrader": "0.2.11",
|
|
156
|
+
"@scalar/types": "0.16.4",
|
|
157
|
+
"@scalar/validation": "0.6.2",
|
|
158
|
+
"@scalar/snippetz": "0.9.23"
|
|
159
159
|
},
|
|
160
160
|
"devDependencies": {
|
|
161
161
|
"@google-cloud/storage": "7.16.0",
|