bkper-js 2.34.1 → 2.34.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.
- package/README.md +1 -1
- package/dist/bkper.min.js +2 -2
- package/dist/bkper.min.js.map +3 -3
- package/lib/index.d.ts +5 -3
- package/lib/model/Book.js +17 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ const bkper = new Bkper();
|
|
|
145
145
|
const books = await bkper.getBooks();
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
See the [@bkper/web-auth documentation](https://bkper.com/docs/auth
|
|
148
|
+
See the [@bkper/web-auth documentation](https://bkper.com/docs/api/bkper-web-auth) for more details.
|
|
149
149
|
|
|
150
150
|
### API Key (Optional)
|
|
151
151
|
|