chore(release): 1.0.1

This commit is contained in:
zhaoyingbo 2024-08-18 07:55:47 +00:00
parent 4c88521c6e
commit c7ca341f2e
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "@egg/tools",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@egg/tools",
"version": "1.0.0",
"version": "1.0.1",
"license": "ISC",
"dependencies": {
"winston": "^3.14.2",

@ -1,6 +1,6 @@
{
"name": "@egg/tools",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tools for Egg projects, including netTool and logger",
"type": "module",
"main": "dist/index.js",