@tutkli/jikan-ts 0.5.51 → 0.5.52
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/CHANGELOG.md +13 -0
- package/README.md +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|

|
|
7
7
|

|
|
8
8
|
|
|
9
|
-
> Jikan API wrapper for Typescript and
|
|
9
|
+
> Jikan API wrapper for Typescript and NodeJS with build in typings.
|
|
10
10
|
|
|
11
11
|
## Features
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutkli/jikan-ts",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.52",
|
|
4
4
|
"description": "Node.js wrapper for the Jikan API with build-in typings.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -58,7 +58,6 @@
|
|
|
58
58
|
"jest": "^29.3.1",
|
|
59
59
|
"prettier": "^2.7.1",
|
|
60
60
|
"rimraf": "^3.0.2",
|
|
61
|
-
"typescript": "4.9.3"
|
|
62
|
-
"yarn-check": "^0.0.3"
|
|
61
|
+
"typescript": "4.9.3"
|
|
63
62
|
}
|
|
64
63
|
}
|