@swis/genui-widgets 1.0.0 → 1.0.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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # `@swisnl/genui-widgets`
1
+ # `@swis/genui-widgets`
2
2
 
3
3
 
4
4
  [![Software License](https://img.shields.io/packagist/l/swisnl/mcp-client.svg)](LICENSE.md)
@@ -14,7 +14,7 @@ Pass a ChatKit widget payload directly to `render()` and it displays. No ChatKit
14
14
  ## Installation
15
15
 
16
16
  ```bash
17
- npm install @swisnl/genui-widgets
17
+ npm install @swis/genui-widgets
18
18
  ```
19
19
 
20
20
  ## IIFE bundle (no build step)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swis/genui-widgets",
3
- "version": "1.0.0",
3
+ "version": "1.0.4",
4
4
  "description": "Standalone Vue 3 widget renderer compatible with OpenAI ChatKit widget JSON.",
5
5
  "repository": {
6
6
  "type": "git",