Compare commits
2 Commits
@egg/net-t
...
@egg/net-t
Author | SHA1 | Date | |
---|---|---|---|
d017c815d6 | |||
e9d0244197 |
10
package-lock.json
generated
10
package-lock.json
generated
@ -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": {
|
||||
@ -12415,7 +12415,7 @@
|
||||
},
|
||||
"packages/net-tool": {
|
||||
"name": "@egg/net-tool",
|
||||
"version": "1.32.0",
|
||||
"version": "1.32.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@egg/logger": "^1.6.0",
|
||||
|
@ -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",
|
||||
|
@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.32.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.32.0...@egg/net-tool@1.32.1) (2025-03-18)
|
||||
|
||||
**Note:** Version bump only for package @egg/net-tool
|
||||
|
||||
# [1.32.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.31.2...@egg/net-tool@1.32.0) (2025-03-17)
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@egg/net-tool",
|
||||
"version": "1.32.0",
|
||||
"version": "1.32.1",
|
||||
"description": "Net Tools for Egg projects",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,4 @@
|
||||
import logger from "@egg/logger"
|
||||
import { Response } from "bun-types/fetch"
|
||||
import { Logger } from "winston"
|
||||
|
||||
import { NetErrorDetail, NetRequestParams } from "../types"
|
||||
|
Loading…
x
Reference in New Issue
Block a user