@cmdop/react 0.1.1 → 2026.2.26
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 +7 -2
- package/dist/index.cjs +5583 -482
- package/dist/index.d.cts +1284 -4
- package/dist/index.d.ts +1284 -4
- package/dist/index.js +5569 -484
- package/package.json +16 -11
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @cmdop/react
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+
|
|
3
5
|
React hooks and components for browser-based CMDOP agent interaction.
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
@@ -262,9 +264,12 @@ Manages WebSocket connection:
|
|
|
262
264
|
- [@cmdop/core](https://www.npmjs.com/package/@cmdop/core) - Shared types and configuration
|
|
263
265
|
- [@cmdop/node](https://www.npmjs.com/package/@cmdop/node) - Node.js SDK with gRPC
|
|
264
266
|
|
|
265
|
-
##
|
|
267
|
+
## Links
|
|
266
268
|
|
|
267
|
-
|
|
269
|
+
- [Homepage](https://cmdop.com/sdk/react/)
|
|
270
|
+
- [Documentation](https://cmdop.com/docs/sdk/react/)
|
|
271
|
+
- [npm](https://www.npmjs.com/package/@cmdop/react)
|
|
272
|
+
- [GitHub](https://github.com/commandoperator/cmdop-sdk)
|
|
268
273
|
|
|
269
274
|
## License
|
|
270
275
|
|