@scalar/snippetz 0.9.21 → 0.9.23

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 +13 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,6 +7,19 @@
7
7
 
8
8
  A modern way to generate HTTP request examples for different languages and libraries.
9
9
 
10
+ ---
11
+
12
+ Scalar is an open-source API platform for teams who want beautiful developer interfaces without vendor lock-in.
13
+
14
+ - **[API References](https://scalar.com/products/api-references/getting-started)** — Interactive API documentation from OpenAPI and AsyncAPI specs.
15
+ - **[Developer Docs](https://scalar.com/products/docs/getting-started)** — Write in Markdown/MDX, generate API references, sync with two-way Git.
16
+ - **[SDK Generator](https://scalar.com/products/sdks/getting-started)** — Type-safe SDKs and CLIs in TypeScript, Python, Go, PHP, Java, and Ruby.
17
+ - **[API Client](https://scalar.com/products/api-client/getting-started)** — Open-source, offline-first Postman alternative built on OpenAPI.
18
+
19
+ 20M+ monthly npm installs · 15,500+ GitHub stars · MIT licensed · [scalar.com](https://scalar.com)
20
+
21
+ ---
22
+
10
23
  ## Installation
11
24
 
12
25
  ```bash
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "url": "git+https://github.com/scalar/scalar.git",
10
10
  "directory": "packages/snippetz"
11
11
  },
12
- "version": "0.9.21",
12
+ "version": "0.9.23",
13
13
  "engines": {
14
14
  "node": ">=22"
15
15
  },
@@ -240,8 +240,8 @@
240
240
  "dependencies": {
241
241
  "js-base64": "^3.7.8",
242
242
  "stringify-object": "^6.0.0",
243
- "@scalar/helpers": "0.9.0",
244
- "@scalar/types": "0.16.2"
243
+ "@scalar/helpers": "0.9.2",
244
+ "@scalar/types": "0.16.4"
245
245
  },
246
246
  "devDependencies": {
247
247
  "@types/stringify-object": "^4.0.5",