Compare commits
1 Commits
v0.1.1
...
805e7e6bbc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
805e7e6bbc |
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@end/node-health",
|
"name": "@health/node",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitea.auvem.com/end/health.git"
|
"url": "https://gitea.auvem.com/end/health.git"
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://gitea.auvem.com/api/packages/end/npm/"
|
"registry": "https://gitea.auvem.com/api/packages/end/npm/"
|
||||||
},
|
},
|
||||||
"version": "0.1.1",
|
"version": "0.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
export * from './liveness';
|
export * from './liveness';
|
||||||
export * from './readiness';
|
export * from './readiness';
|
||||||
export * from './checks';
|
|
||||||
|
|||||||
Reference in New Issue
Block a user