@paulhectork/aiiinotate 0.12.2 → 0.12.3

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.2",
3
+ "version": "0.12.3",
4
4
  "description": "a fast IIIF-compliant annotation server",
5
5
  "main": "./cli/index.js",
6
6
  "type": "module",
@@ -113,7 +113,7 @@ class Manifests2 extends CollectionAbstract {
113
113
  * @returns
114
114
  */
115
115
  async #fetchManifestFromUri(manifestUri) {
116
- this.fastify.log.error(">>>> MANIFEST URI", manifestUri);
116
+ this.fastify.log.error(`>>>> MANIFEST URI _${manifestUri}_`);
117
117
  try {
118
118
  const r = await fetch(manifestUri);
119
119
  return await r.json();