Skip to content

Commit 5ec94ef

Browse files
committed
v3.34.0
1 parent 56b259d commit 5ec94ef

Some content is hidden

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

66 files changed

+471
-189
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.34.0](https://github.com/eggjs/tegg/compare/v3.33.1...v3.34.0) (2024-03-22)
7+
8+
9+
### Features
10+
11+
* impl dal for standalone tegg ([#197](https://github.com/eggjs/tegg/issues/197)) ([56b259d](https://github.com/eggjs/tegg/commit/56b259d7215a9d9542b36e421996623819369846))
12+
13+
14+
15+
16+
617
## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22)
718

819

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.34.0](https://github.com/eggjs/tegg/compare/v3.33.1...v3.34.0) (2024-03-22)
7+
8+
**Note:** Version bump only for package @eggjs/aop-decorator
9+
10+
11+
12+
13+
614
## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22)
715

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

core/aop-decorator/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/aop-decorator",
3-
"version": "3.33.1",
3+
"version": "3.34.0",
44
"description": "tegg aop decorator",
55
"keywords": [
66
"tegg",
@@ -16,9 +16,9 @@
1616
"directory": "core/aop-decorator"
1717
},
1818
"dependencies": {
19-
"@eggjs/core-decorator": "^3.33.1",
20-
"@eggjs/tegg-common-util": "^3.33.1",
21-
"@eggjs/tegg-metadata": "^3.33.1"
19+
"@eggjs/core-decorator": "^3.34.0",
20+
"@eggjs/tegg-common-util": "^3.34.0",
21+
"@eggjs/tegg-metadata": "^3.34.0"
2222
},
2323
"scripts": {
2424
"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.34.0](https://github.com/eggjs/tegg/compare/v3.33.1...v3.34.0) (2024-03-22)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-aop-runtime
9+
10+
11+
12+
13+
614
## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22)
715

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

core/aop-runtime/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/tegg-aop-runtime",
3-
"version": "3.33.1",
3+
"version": "3.34.0",
44
"description": "tegg aop",
55
"main": "dist/index.js",
66
"eggModule": {
@@ -43,17 +43,17 @@
4343
"access": "public"
4444
},
4545
"dependencies": {
46-
"@eggjs/aop-decorator": "^3.33.1",
47-
"@eggjs/core-decorator": "^3.33.1",
48-
"@eggjs/tegg-common-util": "^3.33.1",
49-
"@eggjs/tegg-lifecycle": "^3.33.1",
50-
"@eggjs/tegg-metadata": "^3.33.1",
51-
"@eggjs/tegg-runtime": "^3.33.1",
46+
"@eggjs/aop-decorator": "^3.34.0",
47+
"@eggjs/core-decorator": "^3.34.0",
48+
"@eggjs/tegg-common-util": "^3.34.0",
49+
"@eggjs/tegg-lifecycle": "^3.34.0",
50+
"@eggjs/tegg-metadata": "^3.34.0",
51+
"@eggjs/tegg-runtime": "^3.34.0",
5252
"koa-compose": "^4.1.0"
5353
},
5454
"devDependencies": {
55-
"@eggjs/module-test-util": "^3.33.1",
56-
"@eggjs/tegg-loader": "^3.33.1",
55+
"@eggjs/module-test-util": "^3.34.0",
56+
"@eggjs/tegg-loader": "^3.34.0",
5757
"@types/mocha": "^10.0.1",
5858
"@types/node": "^20.2.4",
5959
"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.34.0](https://github.com/eggjs/tegg/compare/v3.33.1...v3.34.0) (2024-03-22)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-background-task
9+
10+
11+
12+
13+
614
## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22)
715

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

core/background-task/package.json

Lines changed: 5 additions & 5 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.33.1",
4+
"version": "3.34.0",
55
"keywords": [
66
"egg",
77
"typescript",
@@ -37,12 +37,12 @@
3737
"author": "killagu <[email protected]>",
3838
"license": "MIT",
3939
"dependencies": {
40-
"@eggjs/core-decorator": "^3.33.1",
41-
"@eggjs/tegg-lifecycle": "^3.33.1",
42-
"@eggjs/tegg-runtime": "^3.33.1"
40+
"@eggjs/core-decorator": "^3.34.0",
41+
"@eggjs/tegg-lifecycle": "^3.34.0",
42+
"@eggjs/tegg-runtime": "^3.34.0"
4343
},
4444
"devDependencies": {
45-
"@eggjs/tegg-common-util": "^3.33.1",
45+
"@eggjs/tegg-common-util": "^3.34.0",
4646
"@types/mocha": "^10.0.1",
4747
"@types/node": "^20.2.4",
4848
"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.34.0](https://github.com/eggjs/tegg/compare/v3.33.1...v3.34.0) (2024-03-22)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-common-util
9+
10+
11+
12+
13+
614
## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22)
715

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

core/common-util/package.json

Lines changed: 1 addition & 1 deletion
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.33.1",
4+
"version": "3.34.0",
55
"keywords": [
66
"egg",
77
"typescript",

core/controller-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.34.0](https://github.com/eggjs/tegg/compare/v3.33.1...v3.34.0) (2024-03-22)
7+
8+
**Note:** Version bump only for package @eggjs/controller-decorator
9+
10+
11+
12+
13+
614
## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22)
715

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

0 commit comments

Comments
 (0)