vona-module-a-caching 5.0.2 → 5.0.3

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.
@@ -1,12 +1,7 @@
1
- import type { BeanScopeUtil } from 'vona';
2
1
  /** aopMethod: begin */
2
+ export * from '../bean/aopMethod.cachingGet.ts';
3
3
  import type { IAopMethodOptionsCachingGet } from '../bean/aopMethod.cachingGet.ts';
4
- /** aopMethod: end */
5
- /** scope: begin */
6
- import { BeanScopeBase } from 'vona';
7
- import 'vona';
8
4
  import 'vona';
9
- export * from '../bean/aopMethod.cachingGet.ts';
10
5
  declare module 'vona-module-a-aspect' {
11
6
  interface IAopMethodRecord {
12
7
  'a-caching:cachingGet': IAopMethodOptionsCachingGet;
@@ -16,11 +11,15 @@ declare module 'vona-module-a-caching' {
16
11
  interface AopMethodCachingGet {
17
12
  }
18
13
  }
14
+ /** aopMethod: end */
15
+ /** scope: begin */
16
+ import { BeanScopeBase, type BeanScopeUtil } from 'vona';
19
17
  export declare class ScopeModuleACaching extends BeanScopeBase {
20
18
  }
21
19
  export interface ScopeModuleACaching {
22
20
  util: BeanScopeUtil;
23
21
  }
22
+ import 'vona';
24
23
  declare module 'vona' {
25
24
  interface IBeanScopeRecord {
26
25
  'a-caching': ScopeModuleACaching;
@@ -4,17 +4,19 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
4
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
+ /* eslint-disable */
8
+ /** aopMethod: begin */
9
+ export * from "../bean/aopMethod.cachingGet.js";
10
+ import 'vona';
7
11
  /** aopMethod: end */
8
12
  /** scope: begin */
9
13
  import { BeanScopeBase } from 'vona';
10
14
  import { Scope } from 'vona-module-a-bean';
11
- import 'vona';
12
- import 'vona';
13
- export * from "../bean/aopMethod.cachingGet.js";
14
15
  let ScopeModuleACaching = class ScopeModuleACaching extends BeanScopeBase {
15
16
  };
16
17
  ScopeModuleACaching = __decorate([
17
18
  Scope()
18
19
  ], ScopeModuleACaching);
19
20
  export { ScopeModuleACaching };
21
+ import 'vona';
20
22
  /** scope: end */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-a-caching",
3
3
  "type": "module",
4
- "version": "5.0.2",
4
+ "version": "5.0.3",
5
5
  "title": "a-caching",
6
6
  "vonaModule": {
7
7
  "dependencies": {}