chore(release): publish
- @egg/logger@1.2.0 - @egg/net-tool@1.2.0 - @egg/path-tool@1.2.0
This commit is contained in:
parent
3539dd3514
commit
cd3ea44091
8
package-lock.json
generated
8
package-lock.json
generated
@ -12234,7 +12234,7 @@
|
|||||||
},
|
},
|
||||||
"packages/logger": {
|
"packages/logger": {
|
||||||
"name": "@egg/logger",
|
"name": "@egg/logger",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"winston": "*",
|
"winston": "*",
|
||||||
@ -12243,16 +12243,16 @@
|
|||||||
},
|
},
|
||||||
"packages/net-tool": {
|
"packages/net-tool": {
|
||||||
"name": "@egg/net-tool",
|
"name": "@egg/net-tool",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@egg/logger": "^1.1.0",
|
"@egg/logger": "^1.2.0",
|
||||||
"winston": "*"
|
"winston": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/path-tool": {
|
"packages/path-tool": {
|
||||||
"name": "@egg/path-tool",
|
"name": "@egg/path-tool",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,12 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# [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
|
||||||
|
|
||||||
|
- 为每个包添加npmignore ([3539dd3](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/3539dd3514ce6512b90f6561cda40f9a40e18292))
|
||||||
|
|
||||||
# 1.1.0 (2024-08-19)
|
# 1.1.0 (2024-08-19)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@egg/logger",
|
"name": "@egg/logger",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"description": "Logger for Egg projects",
|
"description": "Logger for Egg projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -3,6 +3,12 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# [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
|
||||||
|
|
||||||
|
- 为每个包添加npmignore ([3539dd3](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/3539dd3514ce6512b90f6561cda40f9a40e18292))
|
||||||
|
|
||||||
# 1.1.0 (2024-08-19)
|
# 1.1.0 (2024-08-19)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@egg/net-tool",
|
"name": "@egg/net-tool",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"description": "Net Tools for Egg projects",
|
"description": "Net Tools for Egg projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"author": "RainSun <zhaoyingbo@live.cn>",
|
"author": "RainSun <zhaoyingbo@live.cn>",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@egg/logger": "^1.1.0",
|
"@egg/logger": "^1.2.0",
|
||||||
"winston": "*"
|
"winston": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,12 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# [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
|
||||||
|
|
||||||
|
- 为每个包添加npmignore ([3539dd3](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/3539dd3514ce6512b90f6561cda40f9a40e18292))
|
||||||
|
|
||||||
# 1.1.0 (2024-08-19)
|
# 1.1.0 (2024-08-19)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@egg/path-tool",
|
"name": "@egg/path-tool",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"description": "Path Tools for Egg projects",
|
"description": "Path Tools for Egg projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user