@scalar/use-hooks 0.4.7 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +13 -0
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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
+
9
+ ## 0.4.8
10
+
11
+ ### Patch Changes
12
+
13
+ - [#9710](https://github.com/scalar/scalar/pull/9710): Republish so the updated README (with the Scalar platform overview) reaches npm. Also renames the README generator metadata in package.json from `readme` to `scalarReadme`: npm treats a `readme` field as the readme text itself, so affected packages were published with a literal `[object Object]` readme on the registry instead of README.md.
14
+
3
15
  ## 0.4.7
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  A collection of utility hooks for Scalar.
4
4
 
5
+ ---
6
+
7
+ Scalar is an open-source API platform for teams who want beautiful developer interfaces without vendor lock-in.
8
+
9
+ - **[API References](https://scalar.com/products/api-references/getting-started)** — Interactive API documentation from OpenAPI and AsyncAPI specs.
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.
12
+ - **[API Client](https://scalar.com/products/api-client/getting-started)** — Open-source, offline-first Postman alternative built on OpenAPI.
13
+
14
+ 20M+ monthly npm installs · 15,500+ GitHub stars · MIT licensed · [scalar.com](https://scalar.com)
15
+
16
+ ---
17
+
5
18
  ## Installation
6
19
 
7
20
  ```bash
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.7",
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/use-toasts": "0.10.2",
50
- "@scalar/validation": "0.6.0"
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",