comic-vine-sdk 1.2.1 → 1.2.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/README.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -211,7 +211,7 @@ const comicVine = new ComicVine('your-api-key-here');
|
|
|
211
211
|
|
|
212
212
|
The Comic Vine API provides offset based pagination, this is done by providing a `limit` and `offset` in the request. The `limit` is the number of items to be returned in one page and the offset is the number of items to skip.
|
|
213
213
|
|
|
214
|
-
To fetch a page with 50 results and then move to
|
|
214
|
+
To fetch a page with 50 results and then move to the next page:
|
|
215
215
|
|
|
216
216
|
```js
|
|
217
217
|
import ComicVine from 'comic-vine-sdk';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "comic-vine-sdk",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "A JS/TS client for the Comic Vine API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"comic",
|
|
@@ -46,10 +46,11 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"axios": "0.27.2",
|
|
48
48
|
"clone-deep": "4.0.1",
|
|
49
|
-
"zod": "3.
|
|
49
|
+
"zod": "3.20.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@semantic-release/changelog": "6.0.2",
|
|
53
|
+
"@semantic-release/git": "10.0.1",
|
|
53
54
|
"@types/clone-deep": "4.0.1",
|
|
54
55
|
"@types/jest": "29.1.1",
|
|
55
56
|
"@types/node": "16.11.59",
|