Compare commits

...

3 Commits

Author SHA1 Message Date
Elijah Duffy
0956271e29 v0.1.1 2025-12-24 19:08:28 -08:00
Elijah Duffy
620be9ccda fix exports 2025-12-24 19:04:55 -08:00
Elijah Duffy
061ee7c7fd node: configure publish 2025-12-24 18:51:20 -08:00
2 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,14 @@
{
"name": "@health/node",
"version": "0.1.0",
"name": "@end/node-health",
"repository": {
"type": "git",
"url": "https://gitea.auvem.com/end/health.git"
},
"publishConfig": {
"registry": "https://gitea.auvem.com/api/packages/end/npm/"
},
"version": "0.1.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [

View File

@@ -1,2 +1,3 @@
export * from './liveness';
export * from './readiness';
export * from './checks';