1 Commits

Author SHA1 Message Date
end 805e7e6bbc node: configure publish 2025-12-24 18:49:20 -08:00
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "@end/node-health",
"name": "@health/node",
"repository": {
"type": "git",
"url": "https://gitea.auvem.com/end/health.git"
@@ -7,7 +7,7 @@
"publishConfig": {
"registry": "https://gitea.auvem.com/api/packages/end/npm/"
},
"version": "0.1.2",
"version": "0.1.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
-1
View File
@@ -1,3 +1,2 @@
export * from './liveness';
export * from './readiness';
export * from './checks';
+1 -1
View File
@@ -196,7 +196,7 @@ export class ScheduledReadiness {
*/
createHandler(): () => Promise<Response> {
return async () => {
const result = this.getResult();
const result = await this.getNextResult();
if (!result) {
return new Response(
JSON.stringify({