@uipath/skills 1.202.0-preview.782 → 1.202.0-preview.783

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 CHANGED
@@ -125,7 +125,7 @@ Every skill's maturity is tracked in [`assets/skill-status.json`](assets/skill-s
125
125
  | `uipath-process-mining` | Preview |
126
126
  | `uipath-review` | Preview |
127
127
  | `uipath-rpa` | Stable |
128
- | `uipath-solution` | Preview |
128
+ | `uipath-solution` | Stable |
129
129
  | `uipath-tasks` | Stable |
130
130
  | `uipath-test` | In-development |
131
131
  | `uipath-troubleshoot` | Preview |
@@ -202,7 +202,7 @@
202
202
  "last_synced": null
203
203
  },
204
204
  "uipath-solution": {
205
- "status": "preview",
205
+ "status": "stable",
206
206
  "confluence": {
207
207
  "page_id": null,
208
208
  "url": null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/skills",
3
- "version": "1.202.0-preview.782",
3
+ "version": "1.202.0-preview.783",
4
4
  "description": "UiPath agent skills for Claude Code, Codex, Cursor, Copilot, Gemini and OpenCode — RPA, UI automation, UI testing, coded agents/apps/workflows, and troubleshooting. Distributed as the UiPath Claude Code plugin.",
5
5
  "author": {
6
6
  "name": "UiPath"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
- "skillsVersion": "1.202.0-preview.782",
3
+ "skillsVersion": "1.202.0-preview.783",
4
4
  "targetCli": "^1.202.0"
5
5
  }