Compare commits

..

2 Commits

Author SHA1 Message Date
186526 fccf33d953
update: 0.1.1-2 2024-03-18 21:07:09 +08:00
186526 f199ef7f33
update: 0.1.1-1 2024-03-18 20:53:13 +08:00
4 changed files with 1903 additions and 1793 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3

View File

@ -1,7 +1,7 @@
{
"name": "handlers.js",
"description": "Handlers.js is a unified and lightweight web application framework for multiple platforms.",
"version": "0.1.1",
"version": "0.1.1-2",
"main": "./dist/index.js",
"webpack": "./dist/index.js",
"browser": "./dist/main.serviceworker.js",
@ -62,7 +62,7 @@
"prepublish": "env NODE_ENV=production yarn build && yarn tsc"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"type": "module"
}

View File

@ -35,6 +35,7 @@ export class handler<RequestCustomType, ResponseCustomType> {
responseMessage = thisResponse;
}
}
return responseMessage;
}
}
}

3559
yarn.lock

File diff suppressed because it is too large Load Diff