@digipair/skill-sharp 0.84.0 → 0.84.1

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-sharp",
3
- "version": "0.84.0",
3
+ "version": "0.84.1",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "service",
package/schema.fr.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "openapi": "3.0.0",
3
3
  "info": {
4
4
  "title": "@digipair/skill-sharp",
5
- "summary": "Traitement d’image avec Sharp",
5
+ "summary": "Traitement d’image",
6
6
  "description": "Cette skill permet d’effectuer des traitements avancés sur les images grâce à la librairie Sharp.",
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-sharp",
5
- "summary": "Image processing with Sharp",
5
+ "summary": "Image processing",
6
6
  "description": "This skill provides advanced image processing functions using the Sharp library.",
7
7
  "version": "0.1.0",
8
8
  "x-icon": "🖼️"