@eggjs/aop-plugin 4.0.2-beta.1 → 4.0.2-beta.10

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +15 -15
package/README.md CHANGED
@@ -108,7 +108,7 @@ import { Crosscut, Advice, IAdvice } from '@eggjs/tegg/aop';
108
108
  clazz: CrosscutExample,
109
109
  methodName: 'hello',
110
110
  },
111
- { adviceParams: { foo: 'bar' } }
111
+ { adviceParams: { foo: 'bar' } },
112
112
  )
113
113
  @Advice()
114
114
  export class CrosscutClassAdviceExample implements IAdvice {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eggjs/aop-plugin",
3
- "version": "4.0.2-beta.1",
3
+ "version": "4.0.2-beta.10",
4
4
  "description": "tegg aop plugin",
5
5
  "keywords": [
6
6
  "aop",
@@ -36,26 +36,26 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@eggjs/aop-decorator": "4.0.2-beta.1",
40
- "@eggjs/aop-runtime": "4.0.2-beta.1",
41
- "@eggjs/core-decorator": "4.0.2-beta.1",
42
- "@eggjs/lifecycle": "4.0.2-beta.1",
43
- "@eggjs/metadata": "4.0.2-beta.1",
44
- "@eggjs/module-common": "4.0.2-beta.1",
45
- "@eggjs/tegg-runtime": "4.0.2-beta.1"
39
+ "@eggjs/aop-runtime": "4.0.2-beta.10",
40
+ "@eggjs/core-decorator": "4.0.2-beta.10",
41
+ "@eggjs/lifecycle": "4.0.2-beta.10",
42
+ "@eggjs/module-common": "4.0.2-beta.10",
43
+ "@eggjs/tegg-runtime": "4.0.2-beta.10",
44
+ "@eggjs/aop-decorator": "4.0.2-beta.10",
45
+ "@eggjs/metadata": "4.0.2-beta.10"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^24.10.2",
49
49
  "typescript": "^5.9.3",
50
- "@eggjs/mock": "7.0.2-beta.1",
51
- "@eggjs/tegg": "4.0.2-beta.1",
52
- "@eggjs/tegg-config": "4.0.2-beta.1",
53
- "@eggjs/tegg-plugin": "4.0.2-beta.1",
54
- "egg": "4.1.2-beta.1"
50
+ "@eggjs/mock": "7.0.2-beta.10",
51
+ "@eggjs/tegg": "4.0.2-beta.10",
52
+ "@eggjs/tegg-plugin": "4.0.2-beta.10",
53
+ "@eggjs/tegg-config": "4.0.2-beta.10",
54
+ "egg": "4.1.2-beta.10"
55
55
  },
56
56
  "peerDependencies": {
57
- "@eggjs/tegg-plugin": "4.0.2-beta.1",
58
- "egg": "4.1.2-beta.1"
57
+ "@eggjs/tegg-plugin": "4.0.2-beta.10",
58
+ "egg": "4.1.2-beta.10"
59
59
  },
60
60
  "engines": {
61
61
  "node": ">=22.18.0"