@scalar/use-hooks 0.4.8 → 0.4.9

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,11 @@
1
1
  # @scalar/use-hooks
2
2
 
3
+ ## 0.4.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#9719](https://github.com/scalar/scalar/pull/9719): docs: update the Scalar platform overview block in the README
8
+
3
9
  ## 0.4.8
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -7,9 +7,8 @@ A collection of utility hooks for Scalar.
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
- - **[SDKs](https://scalar.com/products/sdks/getting-started)** — Type-safe client libraries in TypeScript, Python, Go, PHP, Java, and Ruby.
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
@@ -10,7 +10,7 @@
10
10
  "url": "git+https://github.com/scalar/scalar.git",
11
11
  "directory": "packages/use-hooks"
12
12
  },
13
- "version": "0.4.8",
13
+ "version": "0.4.9",
14
14
  "engines": {
15
15
  "node": ">=22"
16
16
  },
@@ -46,8 +46,8 @@
46
46
  "cva": "1.0.0-beta.4",
47
47
  "tailwind-merge": "3.5.0",
48
48
  "vue": "^3.5.30",
49
- "@scalar/validation": "0.6.1",
50
- "@scalar/use-toasts": "0.10.3"
49
+ "@scalar/use-toasts": "0.10.4",
50
+ "@scalar/validation": "0.6.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@vue/test-utils": "2.4.6",