Skip to content

Commit

Permalink
feat(@142vip/nest-redis): 基础结构改造,引入@142vip/utils模块
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Jan 23, 2025
1 parent 5881dba commit a01558e
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
1 change: 0 additions & 1 deletion packages/nest-redis/index.d.ts

This file was deleted.

6 changes: 3 additions & 3 deletions packages/nest-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@142vip/nest-redis",
"version": "0.0.1-alpha.0",
"private": false,
"description": "公众号搜:储凡",
"description": "Nest.js框架下,Redis使用最佳实践、封装",
"author": "mmdapl <mmdapl@163.com>",
"license": "MIT",
"homepage": "https://142vip.github.io/core-x/packages/nest-redis/",
Expand All @@ -15,7 +15,7 @@
"公众号搜:储凡",
"142vip",
"@142vip",
"@142vip/changelog",
"@142vip/nest-redis",
"nest",
"redis"
],
Expand All @@ -38,7 +38,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"dayjs": "^1.11.11"
"@142vip/utils": "workspace:*"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 4 additions & 0 deletions packages/nest-redis/src/core/redis.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export class NestRedis {
constructor() {
}
}
26 changes: 23 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a01558e

Please sign in to comment.