@eggjs/tegg-plugin 4.0.2-beta.0 → 4.0.2-beta.1

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.
@@ -33,7 +33,7 @@ var AppLoadUnit = class AppLoadUnit {
33
33
  attribute: LoadUnitNameQualifierAttribute,
34
34
  value: this.name
35
35
  }].forEach((qualifier) => {
36
- QualifierUtil.addProtoQualifier(clazz, qualifier.attribute, qualifier.value, true);
36
+ QualifierUtil.addProtoQualifier(clazz, qualifier.attribute, qualifier.value);
37
37
  });
38
38
  const protos = await EggPrototypeCreatorFactory.createProto(clazz, this);
39
39
  for (const proto of protos) EggPrototypeFactory.instance.registerPrototype(proto, this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eggjs/tegg-plugin",
3
- "version": "4.0.2-beta.0",
3
+ "version": "4.0.2-beta.1",
4
4
  "description": "module plugin for egg",
5
5
  "keywords": [
6
6
  "egg",
@@ -59,30 +59,30 @@
59
59
  "await-first": "^1.0.0",
60
60
  "extend2": "^4.0.0",
61
61
  "sdk-base": "^5.0.1",
62
- "@eggjs/background-task": "4.0.2-beta.0",
63
- "@eggjs/dynamic-inject-runtime": "4.0.2-beta.0",
64
- "@eggjs/lifecycle": "4.0.2-beta.0",
65
- "@eggjs/core-decorator": "4.0.2-beta.0",
66
- "@eggjs/module-common": "4.0.2-beta.0",
67
- "@eggjs/metadata": "4.0.2-beta.0",
68
- "@eggjs/tegg-loader": "4.0.2-beta.0",
69
- "@eggjs/tegg-runtime": "4.0.2-beta.0",
70
- "@eggjs/tegg-common-util": "4.0.2-beta.0",
71
- "@eggjs/tegg-types": "4.0.2-beta.0"
62
+ "@eggjs/background-task": "4.0.2-beta.1",
63
+ "@eggjs/core-decorator": "4.0.2-beta.1",
64
+ "@eggjs/dynamic-inject-runtime": "4.0.2-beta.1",
65
+ "@eggjs/lifecycle": "4.0.2-beta.1",
66
+ "@eggjs/module-common": "4.0.2-beta.1",
67
+ "@eggjs/tegg-runtime": "4.0.2-beta.1",
68
+ "@eggjs/metadata": "4.0.2-beta.1",
69
+ "@eggjs/tegg-loader": "4.0.2-beta.1",
70
+ "@eggjs/tegg-common-util": "4.0.2-beta.1",
71
+ "@eggjs/tegg-types": "4.0.2-beta.1"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@types/node": "^24.10.2",
75
75
  "egg-logger": "^3.5.0",
76
76
  "typescript": "^5.9.3",
77
- "@eggjs/tegg": "4.0.2-beta.0",
78
- "@eggjs/mock": "7.0.2-beta.0",
79
- "@eggjs/tegg-config": "4.0.2-beta.0",
80
- "@eggjs/tracer": "4.0.2-beta.0",
81
- "egg": "4.1.2-beta.0"
77
+ "@eggjs/mock": "7.0.2-beta.1",
78
+ "@eggjs/tegg-config": "4.0.2-beta.1",
79
+ "@eggjs/tegg": "4.0.2-beta.1",
80
+ "@eggjs/tracer": "4.0.2-beta.1",
81
+ "egg": "4.1.2-beta.1"
82
82
  },
83
83
  "peerDependencies": {
84
- "@eggjs/tegg-config": "4.0.2-beta.0",
85
- "egg": "4.1.2-beta.0"
84
+ "@eggjs/tegg-config": "4.0.2-beta.1",
85
+ "egg": "4.1.2-beta.1"
86
86
  },
87
87
  "engines": {
88
88
  "node": ">=22.18.0"