annosearch 0.4.0 → 0.4.2

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/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -197,6 +197,10 @@ Configure AnnoSearch by setting the following environment variables:
197
197
 
198
198
  Adjust these values as needed to customize AnnoSearch’s configuration and behavior.
199
199
 
200
+ ## Compatibility
201
+
202
+ Annosearch is built using the [maniiifest parser](https://github.com/jptmoore/maniiifest). To test your manifest or collection with this parser use the following [online validator](https://maniiifest.onrender.com/).
203
+
200
204
  ## License
201
205
 
202
206
  This project is licensed under the MIT License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "annosearch",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"
@@ -36,7 +36,7 @@
36
36
  "cors": "^2.8.5",
37
37
  "express": "^4.21.2",
38
38
  "jest": "^29.7.0",
39
- "maniiifest": "^1.4.6",
39
+ "maniiifest": "^1.4.8",
40
40
  "nock": "^13.5.6",
41
41
  "pino": "^9.5.0",
42
42
  "pino-http": "^10.3.0",