@eggjs/core-decorator 3.31.0 → 3.33.0

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.
@@ -4,4 +4,4 @@ export interface ContextProtoParams {
4
4
  accessLevel?: AccessLevel;
5
5
  protoImplType?: string;
6
6
  }
7
- export declare function ContextProto(params?: ContextProtoParams): (clazz: import("../..").EggProtoImplClass) => void;
7
+ export declare function ContextProto(params?: ContextProtoParams): (clazz: import("index").EggProtoImplClass) => void;
@@ -4,5 +4,5 @@ interface SingletonProtoParams {
4
4
  accessLevel?: AccessLevel;
5
5
  protoImplType?: string;
6
6
  }
7
- export declare function SingletonProto(params?: SingletonProtoParams): (clazz: import("../..").EggProtoImplClass) => void;
7
+ export declare function SingletonProto(params?: SingletonProtoParams): (clazz: import("index").EggProtoImplClass) => void;
8
8
  export {};
@@ -7,6 +7,7 @@ export interface ObjectInfo {
7
7
  qualifiers: QualifierInfo[];
8
8
  }
9
9
  export interface MultiInstancePrototypeGetObjectsContext {
10
+ moduleName: string;
10
11
  unitPath: string;
11
12
  }
12
13
  export interface EggMultiInstancePrototypeInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eggjs/core-decorator",
3
- "version": "3.31.0",
3
+ "version": "3.33.0",
4
4
  "description": "tegg core decorator",
5
5
  "keywords": [
6
6
  "egg",
@@ -36,7 +36,7 @@
36
36
  "node": ">=14.0.0"
37
37
  },
38
38
  "dependencies": {
39
- "@eggjs/tegg-common-util": "^3.31.0",
39
+ "@eggjs/tegg-common-util": "^3.33.0",
40
40
  "reflect-metadata": "^0.1.13"
41
41
  },
42
42
  "publishConfig": {
@@ -50,5 +50,5 @@
50
50
  "ts-node": "^10.9.1",
51
51
  "typescript": "^5.0.4"
52
52
  },
53
- "gitHead": "8156bb93aeffed5bb4206c855c0498f5d6ae2745"
53
+ "gitHead": "8415595364405be14730f6151ded8763bfb12454"
54
54
  }