We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88422d4 commit 29e5612Copy full SHA for 29e5612
.eslintrc.json
@@ -15,5 +15,7 @@
15
"plugins": [
16
"@typescript-eslint"
17
],
18
- "rules": {}
+ "rules": {
19
+ "@typescript-eslint/no-explicit-any": "off"
20
+ }
21
}
packages/genshin-kit.js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "genshin-kit.js",
3
- "version": "2.4.8",
+ "version": "2.4.9",
4
"description": "Hoyolab API unofficial library",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
@@ -10,6 +10,11 @@
10
"publishConfig": {
11
"access": "public"
12
},
13
+ "keywords": [
14
+ "genshin",
+ "HoYoLAB",
+ "mihoyo"
+ ],
"scripts": {
"build:check": "tsc --noEmit",
"build:clean": "del-cli ./dist",
@@ -46,4 +51,4 @@
46
51
"engines": {
47
52
"node": ">=16.9.0"
48
53
49
-}
54
+}
0 commit comments