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