@eggjs/tegg-controller-plugin 3.33.1 → 3.35.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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -17,10 +17,7 @@ npm i --save @eggjs/tegg-controller-plugin
17
17
  ```json
18
18
  // tsconfig.json
19
19
  {
20
- "compilerOptions": {
21
- // 注解特性需要显示打开
22
- "experimentalDecorators": true
23
- }
20
+ "extends": "@eggjs/tsconfig"
24
21
  }
25
22
  ```
26
23
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "tegg"
8
8
  ]
9
9
  },
10
- "version": "3.33.1",
10
+ "version": "3.35.0",
11
11
  "description": "controller decorator for egg",
12
12
  "keywords": [
13
13
  "egg",
@@ -46,13 +46,13 @@
46
46
  "node": ">=14.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@eggjs/egg-module-common": "^3.33.1",
49
+ "@eggjs/egg-module-common": "^3.35.0",
50
50
  "@eggjs/router": "^2.0.1",
51
- "@eggjs/tegg": "^3.33.1",
52
- "@eggjs/tegg-common-util": "^3.33.1",
53
- "@eggjs/tegg-loader": "^3.33.1",
54
- "@eggjs/tegg-metadata": "^3.33.1",
55
- "@eggjs/tegg-runtime": "^3.33.1",
51
+ "@eggjs/tegg": "^3.35.0",
52
+ "@eggjs/tegg-common-util": "^3.35.0",
53
+ "@eggjs/tegg-loader": "^3.35.0",
54
+ "@eggjs/tegg-metadata": "^3.35.0",
55
+ "@eggjs/tegg-runtime": "^3.35.0",
56
56
  "egg-errors": "^2.3.0",
57
57
  "globby": "^10.0.2",
58
58
  "koa-compose": "^3.2.1",
@@ -60,9 +60,9 @@
60
60
  "sdk-base": "^4.2.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@eggjs/module-test-util": "^3.33.1",
64
- "@eggjs/tegg-config": "^3.33.1",
65
- "@eggjs/tegg-plugin": "^3.33.1",
63
+ "@eggjs/module-test-util": "^3.35.0",
64
+ "@eggjs/tegg-config": "^3.35.0",
65
+ "@eggjs/tegg-plugin": "^3.35.0",
66
66
  "@types/mocha": "^10.0.1",
67
67
  "@types/node": "^20.2.4",
68
68
  "cross-env": "^7.0.3",
@@ -77,5 +77,5 @@
77
77
  "publishConfig": {
78
78
  "access": "public"
79
79
  },
80
- "gitHead": "0c382d6aeb23cc50bc1f082402901d6ba9f03686"
80
+ "gitHead": "8e3fc0de8de5cb22b43739335763246cdece362d"
81
81
  }