@nitrostack/widgets 1.0.2 → 1.0.3
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/README.md +2 -0
- package/assets/gif/nitrostudio-main.gif +0 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -71,6 +71,8 @@ export const UserCard = () => {
|
|
|
71
71
|
|
|
72
72
|
NitroStudio is the best way to develop widgets. It automatically runs your server and providing a hot-reloading preview environment where you can see your widgets respond to real tool data in real-time.
|
|
73
73
|
|
|
74
|
+

|
|
75
|
+
|
|
74
76
|
**[Download NitroStudio](https://nitrostack.ai/studio)**
|
|
75
77
|
|
|
76
78
|
---
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nitrostack/widgets",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Widget utilities for NitroStack - Build interactive UI widgets for MCP tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
"dist/",
|
|
17
|
-
"README.md"
|
|
17
|
+
"README.md",
|
|
18
|
+
"assets"
|
|
18
19
|
],
|
|
19
20
|
"scripts": {
|
|
20
21
|
"build": "tsc",
|