This commit is contained in:
parent
8e1fc7fab5
commit
e9d0244197
8
package-lock.json
generated
8
package-lock.json
generated
@ -23,7 +23,7 @@
|
|||||||
"@eslint/js": "9.9.0",
|
"@eslint/js": "9.9.0",
|
||||||
"@lerna/conventional-commits": "6.4.1",
|
"@lerna/conventional-commits": "6.4.1",
|
||||||
"@types/lodash": "^4.17.10",
|
"@types/lodash": "^4.17.10",
|
||||||
"bun-types": "^1.2.4",
|
"bun-types": "^1.2.5",
|
||||||
"eslint": "9.9.0",
|
"eslint": "9.9.0",
|
||||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||||
"globals": "15.9.0",
|
"globals": "15.9.0",
|
||||||
@ -3075,9 +3075,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/bun-types": {
|
"node_modules/bun-types": {
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.2.5.tgz",
|
||||||
"integrity": "sha512-nDPymR207ZZEoWD4AavvEaa/KZe/qlrbMSchqpQwovPZCKc7pwMoENjEtHgMKaAjJhy+x6vfqSBA1QU3bJgs0Q==",
|
"integrity": "sha512-3oO6LVGGRRKI4kHINx5PIdIgnLRb7l/SprhzqXapmoYkFl5m4j6EvALvbDVuuBFaamB46Ap6HCUxIXNLCGy+tg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
"@eslint/js": "9.9.0",
|
"@eslint/js": "9.9.0",
|
||||||
"@lerna/conventional-commits": "6.4.1",
|
"@lerna/conventional-commits": "6.4.1",
|
||||||
"@types/lodash": "^4.17.10",
|
"@types/lodash": "^4.17.10",
|
||||||
"bun-types": "^1.2.4",
|
"bun-types": "^1.2.5",
|
||||||
"eslint": "9.9.0",
|
"eslint": "9.9.0",
|
||||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||||
"globals": "15.9.0",
|
"globals": "15.9.0",
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import logger from "@egg/logger"
|
import logger from "@egg/logger"
|
||||||
import { Response } from "bun-types/fetch"
|
|
||||||
import { Logger } from "winston"
|
import { Logger } from "winston"
|
||||||
|
|
||||||
import { NetErrorDetail, NetRequestParams } from "../types"
|
import { NetErrorDetail, NetRequestParams } from "../types"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user