Browse Source
fix(cache): rename `chche` package to `cache` (#5)
pull/3993/head
jinmao88
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with
1 additions and
1 deletions
-
packages/@core/shared/cache/build.config.ts
-
packages/@core/shared/cache/package.json
-
packages/@core/shared/cache/src/index.ts
-
packages/@core/shared/cache/src/storage-manager.test.ts
-
packages/@core/shared/cache/src/storage-manager.ts
-
packages/@core/shared/cache/src/types.ts
-
packages/@core/shared/cache/tsconfig.json
-
vben-admin.code-workspace
|
|
@ -58,7 +58,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "@vben-core/cache", |
|
|
"name": "@vben-core/cache", |
|
|
"path": "packages/@core/shared/chche", |
|
|
"path": "packages/@core/shared/cache", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "@vben-core/design", |
|
|
"name": "@vben-core/design", |
|
|
|