@digipair/skill-dsp 0.7.1 → 0.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-dsp",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"
package/schema.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "summary": "LLM via DSP de Stanford",
6
6
  "description": "La compétence permet de gérer la communication avec le LLM en suivant le DSP de Stanford.",
7
7
  "version": "0.1.0",
8
- "x-icon": "📐"
8
+ "x-icon": "🚀"
9
9
  },
10
10
  "paths": {
11
11
  "/generate": {
File without changes
File without changes