@tutkli/jikan-ts 1.2.1 → 1.2.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 +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
## Installation
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
npm install --save @tutkli/jikan-ts
|
|
27
|
+
npm install --save @tutkli/jikan-ts axios axios-cache-interceptor
|
|
28
28
|
# or
|
|
29
|
-
yarn add @tutkli/jikan-ts
|
|
29
|
+
yarn add @tutkli/jikan-ts axios axios-cache-interceptor
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
## Example
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* Node.js wrapper for the Jikan API with built-in typings.
|
|
4
|
-
* Version: 1.2.
|
|
5
|
-
* Build Environment: Node
|
|
4
|
+
* Version: 1.2.2 | Build Date: 5/6/2024
|
|
5
|
+
* Build Environment: Node v20.12.2
|
|
6
6
|
* License: MIT
|
|
7
7
|
*
|
|
8
8
|
* Clara Castillo <https://github.com/tutkli>
|