@zap-studio/webmcp-react 1.0.0 → 1.0.1

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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [1.0.1]
8
+
9
+ ### Changed
10
+
11
+ - No functional or public API changes. Republished in lockstep with [`@zap-studio/webmcp@1.0.1`](https://www.npmjs.com/package/@zap-studio/webmcp), which removed a `declare global` augmentation that blocked JSR publishing — this package never declared one itself, so only its test suite (not shipped) needed a matching update.
12
+
7
13
  ## [1.0.0]
8
14
 
9
15
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zap-studio/webmcp-react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "description": "React bindings for @zap-studio/webmcp: a useWebMCPTool hook that registers a tool with the native WebMCP API for the lifetime of a component.",
6
6
  "keywords": [
@@ -44,7 +44,7 @@
44
44
  "@types/react": "^19.2.18",
45
45
  "@types/react-dom": "^19.2.5",
46
46
  "@zap-studio/typescript": "0.0.0",
47
- "@zap-studio/webmcp": "1.0.0",
47
+ "@zap-studio/webmcp": "1.0.1",
48
48
  "react": "^19.2.8",
49
49
  "react-dom": "^19.2.8",
50
50
  "tsdown": "^0.22.14",