We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946fe9d commit 978562bCopy full SHA for 978562b
2 files changed
package.json
@@ -31,10 +31,10 @@
31
},
32
"devDependencies": {
33
"@karinjs/plugin-puppeteer": "^1.1.2",
34
- "@types/node": "^25.0.3",
35
- "eslint": "^9.39.2",
+ "@types/node": "^25.2.3",
+ "eslint": "^10.0.0",
36
"neostandard": "^0.12.2",
37
- "node-karin": "^1.14.1",
+ "node-karin": "^1.14.3",
38
"tsup": "^8.5.1",
39
"tsx": "^4.21.0",
40
"typescript": "^5.9.3"
@@ -61,6 +61,6 @@
61
"web": "dist/web.config.js"
62
63
"dependencies": {
64
- "internal-ip": "^8.0.1"
+ "internal-ip": "^9.0.0"
65
}
66
src/web.config.ts
@@ -6,7 +6,7 @@ import { plugin } from '@/utils'
6
7
export default defineConfig({
8
info: {
9
- id: plugin.name,
+ id: plugin.pkg.name,
10
name: '基础插件',
11
version: plugin.version,
12
description: plugin.pkg.description,
0 commit comments