@reause/metadata 0.1.2 → 0.1.4

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/dist/index.js +16 -0
  2. package/package.json +10 -1
package/dist/index.js CHANGED
@@ -2477,6 +2477,14 @@ const functions = [
2477
2477
  category: "Watch",
2478
2478
  lastUpdated: 1788994784e3
2479
2479
  },
2480
+ {
2481
+ name: "useWebMCP",
2482
+ file: "packages/core/useWebMCP/index.tsx",
2483
+ pkg: "core",
2484
+ dir: "useWebMCP",
2485
+ category: "Browser",
2486
+ lastUpdated: 178915029e4
2487
+ },
2480
2488
  {
2481
2489
  name: "useWebNotification",
2482
2490
  file: "packages/core/useWebNotification/index.tsx",
@@ -4472,6 +4480,14 @@ const pages = [
4472
4480
  description: "`watch` with additional EventFilter control",
4473
4481
  lastUpdated: 1788994784e3
4474
4482
  },
4483
+ {
4484
+ name: "useWebMCP",
4485
+ pkg: "core",
4486
+ doc: "packages/core/useWebMCP/index.md",
4487
+ category: "Browser",
4488
+ description: "register a [WebMCP](https://github.com/webmachinelearning/webmcp) tool and tie its lifecycle to the current component",
4489
+ lastUpdated: 178915029e4
4490
+ },
4475
4491
  {
4476
4492
  name: "useWebNotification",
4477
4493
  pkg: "core",
package/package.json CHANGED
@@ -1,9 +1,18 @@
1
1
  {
2
2
  "name": "@reause/metadata",
3
3
  "type": "module",
4
- "version": "0.1.2",
4
+ "version": "0.1.4",
5
5
  "description": "Function metadata for generating docs — React port of @vueuse/metadata (experimental, AI-mapped)",
6
6
  "license": "MIT",
7
+ "homepage": "https://github.com/hairyf/reause#readme",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/hairyf/reause.git",
11
+ "directory": "packages/metadata"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/hairyf/reause/issues"
15
+ },
7
16
  "sideEffects": false,
8
17
  "exports": {
9
18
  ".": "./dist/index.js",