@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 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
@@ -96,7 +96,7 @@ interface JikanResourcePeriod {
96
96
  from: string;
97
97
  to: string;
98
98
  prop: {
99
- form: {
99
+ from: {
100
100
  day: number;
101
101
  month: number;
102
102
  year: number;
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.1 | Build Date: 2/7/2024
5
- * Build Environment: Node v18.18.0
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutkli/jikan-ts",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Node.js wrapper for the Jikan API with built-in typings.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",