Compare commits

...

2 Commits

Author SHA1 Message Date
8dc6677fc6 chore(release): publish
- @egg/logger@1.2.1
 - @egg/net-tool@1.2.1
 - @egg/path-tool@1.2.1
2024-08-20 01:18:01 +00:00
98414ccb04 chore: 新增忽略tsconfig.tsbuildinfo
All checks were successful
/ release (push) Successful in 25s
2024-08-20 01:17:40 +00:00
11 changed files with 24 additions and 12 deletions

View File

@ -5,4 +5,4 @@ node_modules
.devcontainer
.npmrc
tsconfig.json
tsconfig.buildinfo
tsconfig.tsbuildinfo

8
package-lock.json generated
View File

@ -12234,7 +12234,7 @@
},
"packages/logger": {
"name": "@egg/logger",
"version": "1.2.0",
"version": "1.2.1",
"license": "ISC",
"dependencies": {
"winston": "*",
@ -12243,16 +12243,16 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.2.0",
"version": "1.2.1",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.2.0",
"@egg/logger": "^1.2.1",
"winston": "*"
}
},
"packages/path-tool": {
"name": "@egg/path-tool",
"version": "1.2.0",
"version": "1.2.1",
"license": "ISC"
}
}

View File

@ -5,4 +5,4 @@ node_modules
.devcontainer
.npmrc
tsconfig.json
tsconfig.buildinfo
tsconfig.tsbuildinfo

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.2.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/logger@1.2.0...@egg/logger@1.2.1) (2024-08-20)
**Note:** Version bump only for package @egg/logger
# [1.2.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/logger@1.1.0...@egg/logger@1.2.0) (2024-08-20)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/logger",
"version": "1.2.0",
"version": "1.2.1",
"description": "Logger for Egg projects",
"type": "module",
"main": "dist/index.js",

View File

@ -5,4 +5,4 @@ node_modules
.devcontainer
.npmrc
tsconfig.json
tsconfig.buildinfo
tsconfig.tsbuildinfo

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.2.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.2.0...@egg/net-tool@1.2.1) (2024-08-20)
**Note:** Version bump only for package @egg/net-tool
# [1.2.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.1.0...@egg/net-tool@1.2.0) (2024-08-20)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.2.0",
"version": "1.2.1",
"description": "Net Tools for Egg projects",
"type": "module",
"main": "dist/index.js",
@ -17,7 +17,7 @@
"author": "RainSun <zhaoyingbo@live.cn>",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.2.0",
"@egg/logger": "^1.2.1",
"winston": "*"
}
}

View File

@ -5,4 +5,4 @@ node_modules
.devcontainer
.npmrc
tsconfig.json
tsconfig.buildinfo
tsconfig.tsbuildinfo

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.2.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/path-tool@1.2.0...@egg/path-tool@1.2.1) (2024-08-20)
**Note:** Version bump only for package @egg/path-tool
# [1.2.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/path-tool@1.1.0...@egg/path-tool@1.2.0) (2024-08-20)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/path-tool",
"version": "1.2.0",
"version": "1.2.1",
"description": "Path Tools for Egg projects",
"type": "module",
"main": "dist/index.js",