@eggjs/tegg-types 3.44.1 → 3.45.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.
|
@@ -89,6 +89,8 @@ export interface EggPrototype extends LifecycleObject<EggPrototypeLifecycleConte
|
|
|
89
89
|
readonly injectObjects: Array<InjectObjectProto | InjectConstructorProto>;
|
|
90
90
|
readonly injectType?: InjectType;
|
|
91
91
|
readonly className?: string;
|
|
92
|
+
readonly multiInstanceConstructorIndex?: number;
|
|
93
|
+
readonly multiInstanceConstructorAttributes?: QualifierAttribute[];
|
|
92
94
|
/**
|
|
93
95
|
* get metedata for key
|
|
94
96
|
* @param {MetaDataKey} metadataKey
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eggjs/tegg-types",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.45.0",
|
|
4
4
|
"description": "tegg types",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"egg",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"ts-node": "^10.9.1",
|
|
45
45
|
"typescript": "^5.0.4"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "96c924170ea0ba3927c30d8558b653ad730e723d"
|
|
48
48
|
}
|