Compare commits

...

2 Commits

Author SHA1 Message Date
d017c815d6 chore(release): publish
- @egg/net-tool@1.32.1
2025-03-18 07:59:38 +00:00
e9d0244197 chore(net-tool): 更新 bun-types 依赖至 1.2.5
Some checks failed
/ release (push) Failing after 23s
2025-03-18 07:59:16 +00:00
5 changed files with 11 additions and 8 deletions

10
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": {
@ -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",

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

@ -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

View File

@ -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",

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"