Skip to content

Commit 29e5612

Browse files
author
TIMMYLOPK
committed
feat: v2.4.9
1 parent 88422d4 commit 29e5612

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.eslintrc.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@
1515
"plugins": [
1616
"@typescript-eslint"
1717
],
18-
"rules": {}
18+
"rules": {
19+
"@typescript-eslint/no-explicit-any": "off"
20+
}
1921
}

packages/genshin-kit.js/package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "genshin-kit.js",
3-
"version": "2.4.8",
3+
"version": "2.4.9",
44
"description": "Hoyolab API unofficial library",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -10,6 +10,11 @@
1010
"publishConfig": {
1111
"access": "public"
1212
},
13+
"keywords": [
14+
"genshin",
15+
"HoYoLAB",
16+
"mihoyo"
17+
],
1318
"scripts": {
1419
"build:check": "tsc --noEmit",
1520
"build:clean": "del-cli ./dist",
@@ -46,4 +51,4 @@
4651
"engines": {
4752
"node": ">=16.9.0"
4853
}
49-
}
54+
}

0 commit comments

Comments
 (0)