@cmdop/react 0.1.2 → 2026.2.28
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 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -266,8 +266,8 @@ Manages WebSocket connection:
|
|
|
266
266
|
|
|
267
267
|
## Links
|
|
268
268
|
|
|
269
|
-
- [Homepage](https://cmdop.com/sdk/react
|
|
270
|
-
- [Documentation](https://cmdop.com/docs/sdk/react
|
|
269
|
+
- [Homepage](https://cmdop.com/sdk/node/react)
|
|
270
|
+
- [Documentation](https://cmdop.com/docs/sdk/node/react)
|
|
271
271
|
- [npm](https://www.npmjs.com/package/@cmdop/react)
|
|
272
272
|
- [GitHub](https://github.com/commandoperator/cmdop-sdk)
|
|
273
273
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cmdop/react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2026.2.28",
|
|
4
4
|
"description": "CMDOP SDK for React - Hooks and components for browser-based agent interaction",
|
|
5
5
|
"author": "CMDOP <dev@cmdop.com>",
|
|
6
|
-
"homepage": "https://cmdop.com/sdk/react
|
|
7
|
-
"documentation": "https://cmdop.com/docs/sdk/react
|
|
6
|
+
"homepage": "https://cmdop.com/sdk/node/react",
|
|
7
|
+
"documentation": "https://cmdop.com/docs/sdk/node/react",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "https://github.com/commandoperator/cmdop-sdk-js.git",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@cmdop/core": "^
|
|
36
|
+
"@cmdop/core": "^2026.2.28",
|
|
37
37
|
"lucide-react": "^0.400.0",
|
|
38
38
|
"swr": "^2.3.8"
|
|
39
39
|
},
|