From 39223d21d56b6e11dc382e274f93678093034346 Mon Sep 17 00:00:00 2001 From: surajmaurya-git Date: Tue, 28 Jul 2026 18:33:06 +0530 Subject: [PATCH 1/4] chore: update homepage and add keywords to package.json --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/package.json b/package.json index f378faff..ac5232b8 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@anedyasystems/anedya-widgets-react", "version": "0.0.1", "description": "Anedya widget SDK", + "homepage": "https://anedya.io", "main": "dist/index.js", "module": "dist/index.mjs", "type": "module", @@ -66,5 +67,22 @@ "tailwindcss": "^4.3.2", "tsdown": "^0.22.13", "typescript": "^5.7.3" + }, + "keywords": [ + "IoT", + "Anedya", + "SDK", + "widget", + "JavaScript", + "React", + "commands", + "data-access", + "cloud", + "device-management", + "API", + "browser" + ], + "overrides": { + "human-id": "4.1.3" } } From 051d08d0b98f5f304475821cf0afc13400072aa1 Mon Sep 17 00:00:00 2001 From: surajmaurya-git Date: Tue, 28 Jul 2026 18:37:55 +0530 Subject: [PATCH 2/4] chore: update README.md to include PyPI badge for package version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e8d507e..4366e864 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[Anedya Documentation](https://docs.anedya.io?utm_source=github&utm_medium=link&utm_campaign=github-sdk&utm_content=js) +[PyPI](https://www.npmjs.com/package/@anedyasystems/anedya-widgets-react)  [Anedya Documentation](https://docs.anedya.io?utm_source=github&utm_medium=link&utm_campaign=github-sdk&utm_content=js)

From 9e2ca4540fc3d5350a56e4dd0bbfc5f32269ee7b Mon Sep 17 00:00:00 2001 From: surajmaurya-git Date: Tue, 28 Jul 2026 18:50:40 +0530 Subject: [PATCH 3/4] chore: update package.json to correct app name and dependency reference --- examples/application-example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/application-example/package.json b/examples/application-example/package.json index 9289e573..6f46f677 100644 --- a/examples/application-example/package.json +++ b/examples/application-example/package.json @@ -1,5 +1,5 @@ { - "name": "my-app", + "name": "anedya-widgets-react-example", "private": true, "version": "0.0.0", "type": "module", @@ -13,7 +13,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/material": "^9.2.0", - "anedya-widgets-react": "file:../../", + "@anedyasystems/anedya-widgets-react": "^0.0.2", "react": "^19.2.4", "react-dom": "^19.2.4" }, From 250cb62aa287544cde2202e4dcdf5bb9e4437140 Mon Sep 17 00:00:00 2001 From: surajmaurya-git Date: Tue, 28 Jul 2026 18:51:35 +0530 Subject: [PATCH 4/4] chore: add @anedyasystems/anedya-frontend-sdk dependency to package.json --- examples/application-example/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/application-example/package.json b/examples/application-example/package.json index 6f46f677..1e6758fa 100644 --- a/examples/application-example/package.json +++ b/examples/application-example/package.json @@ -14,6 +14,7 @@ "@emotion/styled": "^11.14.1", "@mui/material": "^9.2.0", "@anedyasystems/anedya-widgets-react": "^0.0.2", + "@anedyasystems/anedya-frontend-sdk": "^0.1.1", "react": "^19.2.4", "react-dom": "^19.2.4" },