diff --git a/packages/plugins/@tachybase/plugin-work-wechat/package.json b/packages/plugins/@tachybase/plugin-work-wechat/package.json index 52bc24ce2..0f6ab5b77 100644 --- a/packages/plugins/@tachybase/plugin-work-wechat/package.json +++ b/packages/plugins/@tachybase/plugin-work-wechat/package.json @@ -17,6 +17,7 @@ "@tachybase/actions": "workspace:*", "@tachybase/auth": "workspace:*", "@tachybase/client": "workspace:*", + "@tachybase/database": "workspace:*", "@tachybase/plugin-auth": "workspace:*", "@tachybase/server": "workspace:*", "@tachybase/test": "workspace:*" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33d71eb17..c38e6bc6d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4096,6 +4096,9 @@ importers: '@tachybase/client': specifier: workspace:* version: link:../../../core/client + '@tachybase/database': + specifier: workspace:* + version: link:../../../core/database '@tachybase/plugin-auth': specifier: workspace:* version: link:../plugin-auth