@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 CHANGED
@@ -1,3 +1,16 @@
1
+ # v0.5.52 (26/11/2022)
2
+
3
+ ### Build
4
+
5
+ - Remove yarn-check from package as it has vulnerable dependencies
6
+
7
+ ### Docs
8
+
9
+ - Complete docs overhaul
10
+
11
+
12
+ <!-- CHANGELOG SPLIT MARKER -->
13
+
1
14
  # v0.5.5 (26/11/2022)
2
15
 
3
16
  ### Build
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  ![Coverage Shield](https://img.shields.io/badge/coverage-80%25-yellow?style=for-the-badge)
7
7
  ![Code Style Shield](https://img.shields.io/badge/code%20style-Prettier-magenta?style=for-the-badge)
8
8
 
9
- > Jikan API wrapper for Typescript and Javascript with build in typings.
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.51",
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
  }