update: 0.1.1-1

This commit is contained in:
186526 2024-03-18 20:53:13 +08:00
parent b1558bd9fa
commit f199ef7f33
Signed by: 186526
GPG Key ID: C7EB1E6B8CC5E51D
3 changed files with 1902 additions and 1792 deletions

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-1",
"main": "./dist/index.js",
"webpack": "./dist/index.js",
"browser": "./dist/main.serviceworker.js",

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