@digipair/skill-vespa 0.4.6 → 0.4.8

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-vespa",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"
package/schema.json CHANGED
@@ -59,7 +59,7 @@
59
59
  }
60
60
  }
61
61
  ],
62
- "x-events": {}
62
+ "x-events": []
63
63
  }
64
64
  },
65
65
  "/search": {
@@ -141,7 +141,7 @@
141
141
  }
142
142
  }
143
143
  ],
144
- "x-events": {}
144
+ "x-events": []
145
145
  }
146
146
  },
147
147
  "/textSplitter": {
@@ -187,7 +187,7 @@
187
187
  }
188
188
  }
189
189
  ],
190
- "x-events": {}
190
+ "x-events": []
191
191
  }
192
192
  },
193
193
  "/push": {
@@ -227,7 +227,7 @@
227
227
  }
228
228
  }
229
229
  ],
230
- "x-events": {}
230
+ "x-events": []
231
231
  }
232
232
  },
233
233
  "/remove": {
@@ -264,7 +264,7 @@
264
264
  }
265
265
  }
266
266
  ],
267
- "x-events": {}
267
+ "x-events": []
268
268
  }
269
269
  }
270
270
  },