Skip to content

Commit

Permalink
chore: regenerate dep graphs, remove global.d.ts (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoliaots authored Oct 1, 2022
1 parent 945efd0 commit 44020f8
Show file tree
Hide file tree
Showing 7 changed files with 227 additions and 228 deletions.
1 change: 0 additions & 1 deletion global.d.ts

This file was deleted.

76 changes: 38 additions & 38 deletions packages/redis-health/dependency-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/redis-health/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liaoliaots/nestjs-redis-health",
"version": "9.0.1",
"version": "9.0.2",
"description": "Redis(ioredis) health checks module for Nest framework (node.js).",
"author": "LiaoLiao <[email protected]>",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/redis-health/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
}
},
"include": ["lib", "test"],
"files": ["../../global.d.ts"]
"files": ["../../node_modules/jest-extended/types/index.d.ts"]
}
Loading

0 comments on commit 44020f8

Please sign in to comment.