vona-module-a-user 5.0.27 → 5.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ export * from '../bean/guard.userName.ts';
5
5
  import type { IGuardOptionsPassport } from '../bean/guard.passport.ts';
6
6
  import type { IGuardOptionsRoleName } from '../bean/guard.roleName.ts';
7
7
  import type { IGuardOptionsUserName } from '../bean/guard.userName.ts';
8
- import 'vona';
8
+ import 'vona-module-a-aspect';
9
9
  declare module 'vona-module-a-aspect' {
10
10
  interface IGuardRecordGlobal {
11
11
  'a-user:passport': IGuardOptionsPassport;
@@ -68,7 +68,7 @@ declare module 'vona' {
68
68
  /** service: begin */
69
69
  export * from '../service/authTokenAdapter.ts';
70
70
  export * from '../service/redisToken.ts';
71
- import 'vona';
71
+ import 'vona-module-a-bean';
72
72
  declare module 'vona-module-a-bean' {
73
73
  interface IServiceRecord {
74
74
  'a-user:authTokenAdapter': never;
@@ -205,8 +205,8 @@ declare module 'vona-module-a-event' {
205
205
  /** event: end */
206
206
  /** meta: begin */
207
207
  export * from '../bean/meta.printTip.ts';
208
- import 'vona';
209
- declare module 'vona' {
208
+ import 'vona-module-a-meta';
209
+ declare module 'vona-module-a-meta' {
210
210
  interface IMetaRecord {
211
211
  'a-user:printTip': never;
212
212
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-a-user",
3
3
  "type": "module",
4
- "version": "5.0.27",
4
+ "version": "5.0.28",
5
5
  "title": "a-user",
6
6
  "vonaModule": {
7
7
  "dependencies": {}