Compare commits
3 Commits
805e7e6bbc
...
v0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0956271e29 | ||
|
|
620be9ccda | ||
|
|
061ee7c7fd |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@health/node",
|
||||
"name": "@end/node-health",
|
||||
"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.0",
|
||||
"version": "0.1.1",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
export * from './liveness';
|
||||
export * from './readiness';
|
||||
export * from './checks';
|
||||
|
||||
Reference in New Issue
Block a user