@digipair/skill-tool 0.110.5 → 0.111.2
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/index.cjs.js +18746 -957
- package/index.esm.js +18746 -957
- package/package.json +1 -1
- package/schema.fr.json +0 -9
- package/schema.json +0 -9
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -161,15 +161,6 @@
|
|
|
161
161
|
"schema": {
|
|
162
162
|
"type": "object"
|
|
163
163
|
}
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"name": "context",
|
|
167
|
-
"summary": "Contexte",
|
|
168
|
-
"required": false,
|
|
169
|
-
"description": "Afficher le contexte d'exécution",
|
|
170
|
-
"schema": {
|
|
171
|
-
"type": "boolean"
|
|
172
|
-
}
|
|
173
164
|
}
|
|
174
165
|
],
|
|
175
166
|
"parameters": [
|
package/schema.json
CHANGED
|
@@ -204,15 +204,6 @@
|
|
|
204
204
|
"schema": {
|
|
205
205
|
"type": "object"
|
|
206
206
|
}
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"name": "context",
|
|
210
|
-
"summary": "Context",
|
|
211
|
-
"required": false,
|
|
212
|
-
"description": "Show execution context",
|
|
213
|
-
"schema": {
|
|
214
|
-
"type": "boolean"
|
|
215
|
-
}
|
|
216
207
|
}
|
|
217
208
|
],
|
|
218
209
|
"parameters": [
|