@lls/typings 24.1.50-cbff615f → 24.1.50-cd409d6d

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.
@@ -31,4 +31,5 @@ export type Book = {
31
31
  publishers?: Publisher[]
32
32
  isRenewed?: boolean
33
33
  isPrimary?: boolean
34
+ firstValidPage?: number
34
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.50-cbff615f",
3
+ "version": "24.1.50-cd409d6d",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],