@paulhectork/aiiinotate 0.12.4 → 0.12.5

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": "@paulhectork/aiiinotate",
3
- "version": "0.12.4",
3
+ "version": "0.12.5",
4
4
  "description": "a fast IIIF-compliant annotation server",
5
5
  "main": "./cli/index.js",
6
6
  "type": "module",
@@ -253,7 +253,7 @@ class Annotations2 extends CollectionAbstract {
253
253
  * @returns {Promise<object>} the updated annotation
254
254
  */
255
255
  async #updateAnnotationPostManifestInsert(annotation, insertedManifestIds, throwOnCanvasIndexError) {
256
- this.fastify.log.error(inspectObj(annotation))
256
+ this.fastify.log.error(`${inspectObj(annotation)}`)
257
257
  /** @type {object[]} */
258
258
  let targetArray = annotation.on;
259
259
  targetArray = await Promise.all(