@prose-reader/metadata-fetcher 1.354.0 → 1.356.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.
@@ -7,6 +7,9 @@ type GoogleBooksSearchOptions = {
7
7
  /**
8
8
  * Creates the Google Books lookup pipeline. Lookup order is an exact volume
9
9
  * identifier, ISBN, then title plus first author with a title-only fallback.
10
+ * A title search asks for several pages worth of `limit` because Google ranks
11
+ * it, not the matcher: the edition the caller described can sit below the ones
12
+ * Google finds most popular, and `fetchMetadata` trims to `limit` after scoring.
10
13
  */
11
14
  export declare const createGoogleBooksSearch: (options: GoogleBooksSearchOptions) => MetadataProvider["search"];
12
15
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prose-reader/metadata-fetcher",
3
- "version": "1.354.0",
3
+ "version": "1.356.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -29,9 +29,9 @@
29
29
  "test:watch": "vitest watch"
30
30
  },
31
31
  "dependencies": {
32
- "@prose-reader/archive-reader": "^1.354.0",
33
- "@prose-reader/shared": "^1.354.0",
32
+ "@prose-reader/archive-reader": "^1.356.0",
33
+ "@prose-reader/shared": "^1.356.0",
34
34
  "xmldoc": "^2.0.0"
35
35
  },
36
- "gitHead": "240f86521c1b3ba35e22f68329286c82615211e7"
36
+ "gitHead": "7056fd81b97c2061f2f41745810c3d8ba863d9b8"
37
37
  }