Compare commits

...

2 Commits

Author SHA1 Message Date
6ab0d5baae chore(release): publish
- @egg/net-tool@1.32.2
2025-03-18 08:29:32 +00:00
eabe12f6ae chore(net-tool): 移除不必要的 bun-types/fetch 导入
All checks were successful
/ release (push) Successful in 21s
2025-03-18 08:29:13 +00:00
4 changed files with 6 additions and 4 deletions

2
package-lock.json generated
View File

@ -12415,7 +12415,7 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.32.1",
"version": "1.32.2",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.6.0",

View File

@ -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.2](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.32.1...@egg/net-tool@1.32.2) (2025-03-18)
**Note:** Version bump only for package @egg/net-tool
## [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

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.32.1",
"version": "1.32.2",
"description": "Net Tools for Egg projects",
"type": "module",
"main": "src/index.ts",

View File

@ -1,5 +1,3 @@
import { Response } from "bun-types/fetch"
import { NetRequestParams } from "../types"
import NetToolBase from "./base"