@digipair/skill-chatbot 0.6.1 → 0.7.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-chatbot",
3
- "version": "0.6.1",
3
+ "version": "0.7.0",
4
4
  "dependencies": {},
5
5
  "typings": "./index.d.ts",
6
6
  "main": "./index.cjs.js",
package/schema.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "summary": "Communication avec le chatbot",
6
6
  "description": "La compétence permet de gérer la communication avec le chatbot.",
7
7
  "version": "0.1.0",
8
- "x-icon": "🚀"
8
+ "x-icon": "🤖"
9
9
  },
10
10
  "paths": {
11
11
  "/chatbot": {
File without changes