@digipair/skill-vespa 0.6.0 → 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-vespa",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
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": "Communication avec une base Vespa",
6
6
  "description": "Cette compétence offre des fonctionnalités pour interagir avec les données d'une base vectorielle Vespa.",
7
7
  "version": "0.1.0",
8
- "x-icon": "🚀"
8
+ "x-icon": "📘"
9
9
  },
10
10
  "paths": {
11
11
  "/find": {
File without changes