@digipair/skill-chatbot 0.4.17 → 0.4.19

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/schema.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-chatbot",
3
- "version": "0.4.17",
3
+ "version": "0.4.19",
4
4
  "dependencies": {},
5
5
  "typings": "./index.d.ts",
6
6
  "main": "./index.cjs.js",
package/schema.json CHANGED
@@ -372,9 +372,9 @@
372
372
  "parameters": [
373
373
  {
374
374
  "name": "execute",
375
- "summary": "Exécution des commandes",
375
+ "summary": "Exécution des actions",
376
376
  "required": false,
377
- "description": "Liste des commandes à exécuter",
377
+ "description": "Liste des actions à exécuter",
378
378
  "schema": {
379
379
  "type": "array",
380
380
  "items": {