Skip to content

Commit 44020f8

Browse files
authored
chore: regenerate dep graphs, remove global.d.ts (#366)
1 parent 945efd0 commit 44020f8

File tree

7 files changed

+227
-228
lines changed

7 files changed

+227
-228
lines changed

global.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 38 additions & 38 deletions
Loading

packages/redis-health/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liaoliaots/nestjs-redis-health",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Redis(ioredis) health checks module for Nest framework (node.js).",
55
"author": "LiaoLiao <[email protected]>",
66
"main": "dist/index.js",

packages/redis-health/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
}
1010
},
1111
"include": ["lib", "test"],
12-
"files": ["../../global.d.ts"]
12+
"files": ["../../node_modules/jest-extended/types/index.d.ts"]
1313
}

0 commit comments

Comments
 (0)