Skip to content

Commit 27fd9ff

Browse files
committed
v3.41.0
1 parent 1d3cca8 commit 27fd9ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+512
-218
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.41.0](https://github.com/eggjs/tegg/compare/v3.40.1...v3.41.0) (2024-08-26)
7+
8+
9+
### Features
10+
11+
* export controller info util for get aop middleware ([#233](https://github.com/eggjs/tegg/issues/233)) ([1d3cca8](https://github.com/eggjs/tegg/commit/1d3cca8fad859ae54fb10c1700dda261e93055b3))
12+
13+
14+
15+
16+
617
## [3.40.1](https://github.com/eggjs/tegg/compare/v3.40.0...v3.40.1) (2024-08-23)
718

819

core/ajv-decorator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.41.0](https://github.com/eggjs/tegg/compare/v3.40.1...v3.41.0) (2024-08-26)
7+
8+
**Note:** Version bump only for package @eggjs/ajv-decorator
9+
10+
11+
12+
13+
614
## [3.40.1](https://github.com/eggjs/tegg/compare/v3.40.0...v3.40.1) (2024-08-23)
715

816
**Note:** Version bump only for package @eggjs/ajv-decorator

core/ajv-decorator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/ajv-decorator",
3-
"version": "3.40.1",
3+
"version": "3.41.0",
44
"description": "tegg ajv decorator",
55
"keywords": [
66
"egg",

core/aop-decorator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.41.0](https://github.com/eggjs/tegg/compare/v3.40.1...v3.41.0) (2024-08-26)
7+
8+
**Note:** Version bump only for package @eggjs/aop-decorator
9+
10+
11+
12+
13+
614
## [3.40.1](https://github.com/eggjs/tegg/compare/v3.40.0...v3.40.1) (2024-08-23)
715

816
**Note:** Version bump only for package @eggjs/aop-decorator

core/aop-decorator/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/aop-decorator",
3-
"version": "3.40.1",
3+
"version": "3.41.0",
44
"description": "tegg aop decorator",
55
"keywords": [
66
"tegg",
@@ -16,10 +16,10 @@
1616
"directory": "core/aop-decorator"
1717
},
1818
"dependencies": {
19-
"@eggjs/core-decorator": "^3.40.1",
20-
"@eggjs/tegg-common-util": "^3.40.1",
21-
"@eggjs/tegg-metadata": "^3.40.1",
22-
"@eggjs/tegg-types": "^3.40.1"
19+
"@eggjs/core-decorator": "^3.41.0",
20+
"@eggjs/tegg-common-util": "^3.41.0",
21+
"@eggjs/tegg-metadata": "^3.41.0",
22+
"@eggjs/tegg-types": "^3.41.0"
2323
},
2424
"scripts": {
2525
"test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha",

core/aop-runtime/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.41.0](https://github.com/eggjs/tegg/compare/v3.40.1...v3.41.0) (2024-08-26)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-aop-runtime
9+
10+
11+
12+
13+
614
## [3.40.1](https://github.com/eggjs/tegg/compare/v3.40.0...v3.40.1) (2024-08-23)
715

816
**Note:** Version bump only for package @eggjs/tegg-aop-runtime

core/aop-runtime/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/tegg-aop-runtime",
3-
"version": "3.40.1",
3+
"version": "3.41.0",
44
"description": "tegg aop",
55
"main": "dist/index.js",
66
"eggModule": {
@@ -43,18 +43,18 @@
4343
"access": "public"
4444
},
4545
"dependencies": {
46-
"@eggjs/aop-decorator": "^3.40.1",
47-
"@eggjs/core-decorator": "^3.40.1",
48-
"@eggjs/tegg-common-util": "^3.40.1",
49-
"@eggjs/tegg-lifecycle": "^3.40.1",
50-
"@eggjs/tegg-metadata": "^3.40.1",
51-
"@eggjs/tegg-runtime": "^3.40.1",
52-
"@eggjs/tegg-types": "^3.40.1",
46+
"@eggjs/aop-decorator": "^3.41.0",
47+
"@eggjs/core-decorator": "^3.41.0",
48+
"@eggjs/tegg-common-util": "^3.41.0",
49+
"@eggjs/tegg-lifecycle": "^3.41.0",
50+
"@eggjs/tegg-metadata": "^3.41.0",
51+
"@eggjs/tegg-runtime": "^3.41.0",
52+
"@eggjs/tegg-types": "^3.41.0",
5353
"koa-compose": "^4.1.0"
5454
},
5555
"devDependencies": {
56-
"@eggjs/module-test-util": "^3.40.1",
57-
"@eggjs/tegg-loader": "^3.40.1",
56+
"@eggjs/module-test-util": "^3.41.0",
57+
"@eggjs/tegg-loader": "^3.41.0",
5858
"@types/mocha": "^10.0.1",
5959
"@types/node": "^20.2.4",
6060
"cross-env": "^7.0.3",

core/background-task/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.41.0](https://github.com/eggjs/tegg/compare/v3.40.1...v3.41.0) (2024-08-26)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-background-task
9+
10+
11+
12+
13+
614
## [3.40.1](https://github.com/eggjs/tegg/compare/v3.40.0...v3.40.1) (2024-08-23)
715

816
**Note:** Version bump only for package @eggjs/tegg-background-task

core/background-task/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eggjs/tegg-background-task",
33
"description": "background util for tegg",
4-
"version": "3.40.1",
4+
"version": "3.41.0",
55
"keywords": [
66
"egg",
77
"typescript",
@@ -37,13 +37,13 @@
3737
"author": "killagu <[email protected]>",
3838
"license": "MIT",
3939
"dependencies": {
40-
"@eggjs/core-decorator": "^3.40.1",
41-
"@eggjs/tegg-lifecycle": "^3.40.1",
42-
"@eggjs/tegg-runtime": "^3.40.1",
43-
"@eggjs/tegg-types": "^3.40.1"
40+
"@eggjs/core-decorator": "^3.41.0",
41+
"@eggjs/tegg-lifecycle": "^3.41.0",
42+
"@eggjs/tegg-runtime": "^3.41.0",
43+
"@eggjs/tegg-types": "^3.41.0"
4444
},
4545
"devDependencies": {
46-
"@eggjs/tegg-common-util": "^3.40.1",
46+
"@eggjs/tegg-common-util": "^3.41.0",
4747
"@types/mocha": "^10.0.1",
4848
"@types/node": "^20.2.4",
4949
"cross-env": "^7.0.3",

core/common-util/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.41.0](https://github.com/eggjs/tegg/compare/v3.40.1...v3.41.0) (2024-08-26)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-common-util
9+
10+
11+
12+
13+
614
## [3.40.1](https://github.com/eggjs/tegg/compare/v3.40.0...v3.40.1) (2024-08-23)
715

816
**Note:** Version bump only for package @eggjs/tegg-common-util

0 commit comments

Comments
 (0)