Skip to content

Commit 8bf7878

Browse files
committed
v3.51.0
1 parent 538ae80 commit 8bf7878

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

+528
-218
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.51.0](https://github.com/eggjs/tegg/compare/v3.50.1...v3.51.0) (2024-10-30)
7+
8+
9+
### Features
10+
11+
* add default inject init type qualifier ([#255](https://github.com/eggjs/tegg/issues/255)) ([538ae80](https://github.com/eggjs/tegg/commit/538ae8033ff102ac0b1d141c6495058a800e46f1))
12+
* support optional inject ([#254](https://github.com/eggjs/tegg/issues/254)) ([260470b](https://github.com/eggjs/tegg/commit/260470b766d5fdb323c1bd72cc6260a90468a161))
13+
14+
15+
16+
17+
618
## [3.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23)
719

820

core/ajv-decorator/CHANGELOG.md

+8
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.51.0](https://github.com/eggjs/tegg/compare/v3.50.1...v3.51.0) (2024-10-30)
7+
8+
**Note:** Version bump only for package @eggjs/ajv-decorator
9+
10+
11+
12+
13+
614
## [3.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23)
715

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

core/ajv-decorator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/ajv-decorator",
3-
"version": "3.50.1",
3+
"version": "3.51.0",
44
"description": "tegg ajv decorator",
55
"keywords": [
66
"egg",

core/aop-decorator/CHANGELOG.md

+8
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.51.0](https://github.com/eggjs/tegg/compare/v3.50.1...v3.51.0) (2024-10-30)
7+
8+
**Note:** Version bump only for package @eggjs/aop-decorator
9+
10+
11+
12+
13+
614
## [3.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23)
715

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

core/aop-decorator/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/aop-decorator",
3-
"version": "3.50.1",
3+
"version": "3.51.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.50.1",
20-
"@eggjs/tegg-common-util": "^3.50.1",
21-
"@eggjs/tegg-metadata": "^3.50.1",
22-
"@eggjs/tegg-types": "^3.50.1"
19+
"@eggjs/core-decorator": "^3.51.0",
20+
"@eggjs/tegg-common-util": "^3.51.0",
21+
"@eggjs/tegg-metadata": "^3.51.0",
22+
"@eggjs/tegg-types": "^3.51.0"
2323
},
2424
"scripts": {
2525
"test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha",

core/aop-runtime/CHANGELOG.md

+8
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.51.0](https://github.com/eggjs/tegg/compare/v3.50.1...v3.51.0) (2024-10-30)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-aop-runtime
9+
10+
11+
12+
13+
614
## [3.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23)
715

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

core/aop-runtime/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/tegg-aop-runtime",
3-
"version": "3.50.1",
3+
"version": "3.51.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.50.1",
47-
"@eggjs/core-decorator": "^3.50.1",
48-
"@eggjs/tegg-common-util": "^3.50.1",
49-
"@eggjs/tegg-lifecycle": "^3.50.1",
50-
"@eggjs/tegg-metadata": "^3.50.1",
51-
"@eggjs/tegg-runtime": "^3.50.1",
52-
"@eggjs/tegg-types": "^3.50.1",
46+
"@eggjs/aop-decorator": "^3.51.0",
47+
"@eggjs/core-decorator": "^3.51.0",
48+
"@eggjs/tegg-common-util": "^3.51.0",
49+
"@eggjs/tegg-lifecycle": "^3.51.0",
50+
"@eggjs/tegg-metadata": "^3.51.0",
51+
"@eggjs/tegg-runtime": "^3.51.0",
52+
"@eggjs/tegg-types": "^3.51.0",
5353
"koa-compose": "^4.1.0"
5454
},
5555
"devDependencies": {
56-
"@eggjs/module-test-util": "^3.50.1",
57-
"@eggjs/tegg-loader": "^3.50.1",
56+
"@eggjs/module-test-util": "^3.51.0",
57+
"@eggjs/tegg-loader": "^3.51.0",
5858
"@types/mocha": "^10.0.1",
5959
"@types/node": "^20.2.4",
6060
"cross-env": "^7.0.3",

core/background-task/CHANGELOG.md

+8
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.51.0](https://github.com/eggjs/tegg/compare/v3.50.1...v3.51.0) (2024-10-30)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-background-task
9+
10+
11+
12+
13+
614
## [3.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23)
715

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

core/background-task/package.json

+6-6
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.50.1",
4+
"version": "3.51.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.50.1",
41-
"@eggjs/tegg-lifecycle": "^3.50.1",
42-
"@eggjs/tegg-runtime": "^3.50.1",
43-
"@eggjs/tegg-types": "^3.50.1"
40+
"@eggjs/core-decorator": "^3.51.0",
41+
"@eggjs/tegg-lifecycle": "^3.51.0",
42+
"@eggjs/tegg-runtime": "^3.51.0",
43+
"@eggjs/tegg-types": "^3.51.0"
4444
},
4545
"devDependencies": {
46-
"@eggjs/tegg-common-util": "^3.50.1",
46+
"@eggjs/tegg-common-util": "^3.51.0",
4747
"@types/mocha": "^10.0.1",
4848
"@types/node": "^20.2.4",
4949
"cross-env": "^7.0.3",

core/common-util/CHANGELOG.md

+8
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.51.0](https://github.com/eggjs/tegg/compare/v3.50.1...v3.51.0) (2024-10-30)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-common-util
9+
10+
11+
12+
13+
614
## [3.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23)
715

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

core/common-util/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eggjs/tegg-common-util",
33
"description": "common util for tegg",
4-
"version": "3.50.1",
4+
"version": "3.51.0",
55
"keywords": [
66
"egg",
77
"typescript",
@@ -36,7 +36,7 @@
3636
"node": ">=14.0.0"
3737
},
3838
"dependencies": {
39-
"@eggjs/tegg-types": "^3.50.1",
39+
"@eggjs/tegg-types": "^3.51.0",
4040
"extend2": "^1.0.0",
4141
"globby": "^11.1.0",
4242
"js-yaml": "^3.14.0"

core/controller-decorator/CHANGELOG.md

+8
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.51.0](https://github.com/eggjs/tegg/compare/v3.50.1...v3.51.0) (2024-10-30)
7+
8+
**Note:** Version bump only for package @eggjs/controller-decorator
9+
10+
11+
12+
13+
614
## [3.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23)
715

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

core/controller-decorator/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/controller-decorator",
3-
"version": "3.50.1",
3+
"version": "3.51.0",
44
"description": "tegg controller decorator",
55
"keywords": [
66
"egg",
@@ -37,12 +37,12 @@
3737
"node": ">=14.0.0"
3838
},
3939
"dependencies": {
40-
"@eggjs/aop-decorator": "^3.50.1",
40+
"@eggjs/aop-decorator": "^3.51.0",
4141
"@eggjs/cookies": "^3.0.1",
42-
"@eggjs/core-decorator": "^3.50.1",
43-
"@eggjs/tegg-common-util": "^3.50.1",
44-
"@eggjs/tegg-metadata": "^3.50.1",
45-
"@eggjs/tegg-types": "^3.50.1",
42+
"@eggjs/core-decorator": "^3.51.0",
43+
"@eggjs/tegg-common-util": "^3.51.0",
44+
"@eggjs/tegg-metadata": "^3.51.0",
45+
"@eggjs/tegg-types": "^3.51.0",
4646
"is-type-of": "^1.2.1",
4747
"path-to-regexp": "^1.8.0",
4848
"reflect-metadata": "^0.1.13",

core/core-decorator/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.51.0](https://github.com/eggjs/tegg/compare/v3.50.1...v3.51.0) (2024-10-30)
7+
8+
9+
### Features
10+
11+
* add default inject init type qualifier ([#255](https://github.com/eggjs/tegg/issues/255)) ([538ae80](https://github.com/eggjs/tegg/commit/538ae8033ff102ac0b1d141c6495058a800e46f1))
12+
* support optional inject ([#254](https://github.com/eggjs/tegg/issues/254)) ([260470b](https://github.com/eggjs/tegg/commit/260470b766d5fdb323c1bd72cc6260a90468a161))
13+
14+
15+
16+
17+
618
## [3.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23)
719

820
**Note:** Version bump only for package @eggjs/core-decorator

core/core-decorator/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/core-decorator",
3-
"version": "3.50.1",
3+
"version": "3.51.0",
44
"description": "tegg core decorator",
55
"keywords": [
66
"egg",
@@ -36,8 +36,8 @@
3636
"node": ">=14.0.0"
3737
},
3838
"dependencies": {
39-
"@eggjs/tegg-common-util": "^3.50.1",
40-
"@eggjs/tegg-types": "^3.50.1",
39+
"@eggjs/tegg-common-util": "^3.51.0",
40+
"@eggjs/tegg-types": "^3.51.0",
4141
"reflect-metadata": "^0.1.13"
4242
},
4343
"publishConfig": {

core/dal-decorator/CHANGELOG.md

+8
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.51.0](https://github.com/eggjs/tegg/compare/v3.50.1...v3.51.0) (2024-10-30)
7+
8+
**Note:** Version bump only for package @eggjs/dal-decorator
9+
10+
11+
12+
13+
614
## [3.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23)
715

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

core/dal-decorator/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/dal-decorator",
3-
"version": "3.50.1",
3+
"version": "3.51.0",
44
"description": "tegg dal decorator",
55
"keywords": [
66
"egg",
@@ -37,9 +37,9 @@
3737
"node": ">=14.0.0"
3838
},
3939
"dependencies": {
40-
"@eggjs/core-decorator": "^3.50.1",
41-
"@eggjs/tegg-common-util": "^3.50.1",
42-
"@eggjs/tegg-types": "^3.50.1",
40+
"@eggjs/core-decorator": "^3.51.0",
41+
"@eggjs/tegg-common-util": "^3.51.0",
42+
"@eggjs/tegg-types": "^3.51.0",
4343
"lodash.snakecase": "^4.1.1",
4444
"pluralize": "^8.0.0"
4545
},

core/dal-runtime/CHANGELOG.md

+8
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.51.0](https://github.com/eggjs/tegg/compare/v3.50.1...v3.51.0) (2024-10-30)
7+
8+
**Note:** Version bump only for package @eggjs/dal-runtime
9+
10+
11+
12+
13+
614
## [3.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23)
715

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

core/dal-runtime/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/dal-runtime",
3-
"version": "3.50.1",
3+
"version": "3.51.0",
44
"description": "tegg dal decorator",
55
"keywords": [
66
"egg",
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@eggjs/rds": "^1.0.0",
43-
"@eggjs/tegg": "^3.50.1",
44-
"@eggjs/tegg-types": "^3.50.1",
43+
"@eggjs/tegg": "^3.51.0",
44+
"@eggjs/tegg-types": "^3.51.0",
4545
"js-beautify": "^1.15.1",
4646
"lodash": "^4.17.21",
4747
"nunjucks": "^3.2.4",

core/dynamic-inject-runtime/CHANGELOG.md

+8
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.51.0](https://github.com/eggjs/tegg/compare/v3.50.1...v3.51.0) (2024-10-30)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-dynamic-inject-runtime
9+
10+
11+
12+
13+
614
## [3.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23)
715

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

0 commit comments

Comments
 (0)