@digipair/skill-debug 0.79.1 → 0.80.0
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/package.json +1 -1
- package/schema.fr.json +1 -1
- package/schema.json +1 -1
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"openapi": "3.0.0",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "@digipair/skill-debug",
|
|
5
|
-
"summary": "Debug
|
|
5
|
+
"summary": "Debug",
|
|
6
6
|
"description": "déboguer des actions exécutées sur la factory, offrant des outils et des fonctionnalités pour identifier et résoudre les problèmes.",
|
|
7
7
|
"version": "0.1.0",
|
|
8
8
|
"x-icon": "🔧"
|
package/schema.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"openapi": "3.0.0",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "@digipair/skill-debug",
|
|
5
|
-
"summary": "
|
|
5
|
+
"summary": "Debugging",
|
|
6
6
|
"description": "This skill allows users to debug actions executed on the factory, providing tools and features to identify and resolve issues.",
|
|
7
7
|
"version": "0.1.0",
|
|
8
8
|
"x-icon": "🔧"
|