chore(net-tool): 更新 bun-types 依赖至 1.2.5
Some checks failed
/ release (push) Failing after 23s

This commit is contained in:
zhaoyingbo 2025-03-18 07:59:16 +00:00
parent 8e1fc7fab5
commit e9d0244197
3 changed files with 5 additions and 6 deletions

8
package-lock.json generated
View File

@ -23,7 +23,7 @@
"@eslint/js": "9.9.0",
"@lerna/conventional-commits": "6.4.1",
"@types/lodash": "^4.17.10",
"bun-types": "^1.2.4",
"bun-types": "^1.2.5",
"eslint": "9.9.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "15.9.0",
@ -3075,9 +3075,9 @@
"license": "MIT"
},
"node_modules/bun-types": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.2.4.tgz",
"integrity": "sha512-nDPymR207ZZEoWD4AavvEaa/KZe/qlrbMSchqpQwovPZCKc7pwMoENjEtHgMKaAjJhy+x6vfqSBA1QU3bJgs0Q==",
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.2.5.tgz",
"integrity": "sha512-3oO6LVGGRRKI4kHINx5PIdIgnLRb7l/SprhzqXapmoYkFl5m4j6EvALvbDVuuBFaamB46Ap6HCUxIXNLCGy+tg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -27,7 +27,7 @@
"@eslint/js": "9.9.0",
"@lerna/conventional-commits": "6.4.1",
"@types/lodash": "^4.17.10",
"bun-types": "^1.2.4",
"bun-types": "^1.2.5",
"eslint": "9.9.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "15.9.0",

View File

@ -1,5 +1,4 @@
import logger from "@egg/logger"
import { Response } from "bun-types/fetch"
import { Logger } from "winston"
import { NetErrorDetail, NetRequestParams } from "../types"