Skip to content

Commit

Permalink
v3.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Oct 10, 2024
1 parent 48fce45 commit ae42093
Show file tree
Hide file tree
Showing 72 changed files with 529 additions and 218 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.47.0](https://github.com/eggjs/tegg/compare/v3.46.4...v3.47.0) (2024-10-10)


### Features

* export ProtoDescriptorHelper ([#245](https://github.com/eggjs/tegg/issues/245)) ([f01fb63](https://github.com/eggjs/tegg/commit/f01fb639b153a907fd9c951d4b1e40ba101b43d0))
* impl GlobalGraph build hook ([#246](https://github.com/eggjs/tegg/issues/246)) ([48fce45](https://github.com/eggjs/tegg/commit/48fce4512e99259ec26a9b032bfcc9f4046ad235))





## [3.46.4](https://github.com/eggjs/tegg/compare/v3.46.3...v3.46.4) (2024-10-09)

**Note:** Version bump only for package tegg
Expand Down
8 changes: 8 additions & 0 deletions core/ajv-decorator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.47.0](https://github.com/eggjs/tegg/compare/v3.46.4...v3.47.0) (2024-10-10)

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





## [3.46.4](https://github.com/eggjs/tegg/compare/v3.46.3...v3.46.4) (2024-10-09)

**Note:** Version bump only for package @eggjs/ajv-decorator
Expand Down
2 changes: 1 addition & 1 deletion core/ajv-decorator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/ajv-decorator",
"version": "3.46.4",
"version": "3.47.0",
"description": "tegg ajv decorator",
"keywords": [
"egg",
Expand Down
11 changes: 11 additions & 0 deletions core/aop-decorator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.47.0](https://github.com/eggjs/tegg/compare/v3.46.4...v3.47.0) (2024-10-10)


### Features

* impl GlobalGraph build hook ([#246](https://github.com/eggjs/tegg/issues/246)) ([48fce45](https://github.com/eggjs/tegg/commit/48fce4512e99259ec26a9b032bfcc9f4046ad235))





## [3.46.4](https://github.com/eggjs/tegg/compare/v3.46.3...v3.46.4) (2024-10-09)

**Note:** Version bump only for package @eggjs/aop-decorator
Expand Down
10 changes: 5 additions & 5 deletions core/aop-decorator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/aop-decorator",
"version": "3.46.4",
"version": "3.47.0",
"description": "tegg aop decorator",
"keywords": [
"tegg",
Expand All @@ -16,10 +16,10 @@
"directory": "core/aop-decorator"
},
"dependencies": {
"@eggjs/core-decorator": "^3.46.4",
"@eggjs/tegg-common-util": "^3.46.4",
"@eggjs/tegg-metadata": "^3.46.4",
"@eggjs/tegg-types": "^3.46.4"
"@eggjs/core-decorator": "^3.47.0",
"@eggjs/tegg-common-util": "^3.47.0",
"@eggjs/tegg-metadata": "^3.47.0",
"@eggjs/tegg-types": "^3.47.0"
},
"scripts": {
"test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha",
Expand Down
11 changes: 11 additions & 0 deletions core/aop-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.47.0](https://github.com/eggjs/tegg/compare/v3.46.4...v3.47.0) (2024-10-10)


### Features

* impl GlobalGraph build hook ([#246](https://github.com/eggjs/tegg/issues/246)) ([48fce45](https://github.com/eggjs/tegg/commit/48fce4512e99259ec26a9b032bfcc9f4046ad235))





## [3.46.4](https://github.com/eggjs/tegg/compare/v3.46.3...v3.46.4) (2024-10-09)

**Note:** Version bump only for package @eggjs/tegg-aop-runtime
Expand Down
20 changes: 10 additions & 10 deletions core/aop-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/tegg-aop-runtime",
"version": "3.46.4",
"version": "3.47.0",
"description": "tegg aop",
"main": "dist/index.js",
"eggModule": {
Expand Down Expand Up @@ -43,18 +43,18 @@
"access": "public"
},
"dependencies": {
"@eggjs/aop-decorator": "^3.46.4",
"@eggjs/core-decorator": "^3.46.4",
"@eggjs/tegg-common-util": "^3.46.4",
"@eggjs/tegg-lifecycle": "^3.46.4",
"@eggjs/tegg-metadata": "^3.46.4",
"@eggjs/tegg-runtime": "^3.46.4",
"@eggjs/tegg-types": "^3.46.4",
"@eggjs/aop-decorator": "^3.47.0",
"@eggjs/core-decorator": "^3.47.0",
"@eggjs/tegg-common-util": "^3.47.0",
"@eggjs/tegg-lifecycle": "^3.47.0",
"@eggjs/tegg-metadata": "^3.47.0",
"@eggjs/tegg-runtime": "^3.47.0",
"@eggjs/tegg-types": "^3.47.0",
"koa-compose": "^4.1.0"
},
"devDependencies": {
"@eggjs/module-test-util": "^3.46.4",
"@eggjs/tegg-loader": "^3.46.4",
"@eggjs/module-test-util": "^3.47.0",
"@eggjs/tegg-loader": "^3.47.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.4",
"cross-env": "^7.0.3",
Expand Down
8 changes: 8 additions & 0 deletions core/background-task/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.47.0](https://github.com/eggjs/tegg/compare/v3.46.4...v3.47.0) (2024-10-10)

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





## [3.46.4](https://github.com/eggjs/tegg/compare/v3.46.3...v3.46.4) (2024-10-09)

**Note:** Version bump only for package @eggjs/tegg-background-task
Expand Down
12 changes: 6 additions & 6 deletions core/background-task/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eggjs/tegg-background-task",
"description": "background util for tegg",
"version": "3.46.4",
"version": "3.47.0",
"keywords": [
"egg",
"typescript",
Expand Down Expand Up @@ -37,13 +37,13 @@
"author": "killagu <[email protected]>",
"license": "MIT",
"dependencies": {
"@eggjs/core-decorator": "^3.46.4",
"@eggjs/tegg-lifecycle": "^3.46.4",
"@eggjs/tegg-runtime": "^3.46.4",
"@eggjs/tegg-types": "^3.46.4"
"@eggjs/core-decorator": "^3.47.0",
"@eggjs/tegg-lifecycle": "^3.47.0",
"@eggjs/tegg-runtime": "^3.47.0",
"@eggjs/tegg-types": "^3.47.0"
},
"devDependencies": {
"@eggjs/tegg-common-util": "^3.46.4",
"@eggjs/tegg-common-util": "^3.47.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.4",
"cross-env": "^7.0.3",
Expand Down
8 changes: 8 additions & 0 deletions core/common-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.47.0](https://github.com/eggjs/tegg/compare/v3.46.4...v3.47.0) (2024-10-10)

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





## [3.46.4](https://github.com/eggjs/tegg/compare/v3.46.3...v3.46.4) (2024-10-09)

**Note:** Version bump only for package @eggjs/tegg-common-util
Expand Down
4 changes: 2 additions & 2 deletions core/common-util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eggjs/tegg-common-util",
"description": "common util for tegg",
"version": "3.46.4",
"version": "3.47.0",
"keywords": [
"egg",
"typescript",
Expand Down Expand Up @@ -36,7 +36,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"@eggjs/tegg-types": "^3.46.4",
"@eggjs/tegg-types": "^3.47.0",
"extend2": "^1.0.0",
"globby": "^11.1.0",
"js-yaml": "^3.14.0"
Expand Down
8 changes: 8 additions & 0 deletions core/controller-decorator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.47.0](https://github.com/eggjs/tegg/compare/v3.46.4...v3.47.0) (2024-10-10)

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





## [3.46.4](https://github.com/eggjs/tegg/compare/v3.46.3...v3.46.4) (2024-10-09)

**Note:** Version bump only for package @eggjs/controller-decorator
Expand Down
12 changes: 6 additions & 6 deletions core/controller-decorator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/controller-decorator",
"version": "3.46.4",
"version": "3.47.0",
"description": "tegg controller decorator",
"keywords": [
"egg",
Expand Down Expand Up @@ -37,12 +37,12 @@
"node": ">=14.0.0"
},
"dependencies": {
"@eggjs/aop-decorator": "^3.46.4",
"@eggjs/aop-decorator": "^3.47.0",
"@eggjs/cookies": "^3.0.1",
"@eggjs/core-decorator": "^3.46.4",
"@eggjs/tegg-common-util": "^3.46.4",
"@eggjs/tegg-metadata": "^3.46.4",
"@eggjs/tegg-types": "^3.46.4",
"@eggjs/core-decorator": "^3.47.0",
"@eggjs/tegg-common-util": "^3.47.0",
"@eggjs/tegg-metadata": "^3.47.0",
"@eggjs/tegg-types": "^3.47.0",
"is-type-of": "^1.2.1",
"path-to-regexp": "^1.8.0",
"reflect-metadata": "^0.1.13",
Expand Down
11 changes: 11 additions & 0 deletions core/core-decorator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.47.0](https://github.com/eggjs/tegg/compare/v3.46.4...v3.47.0) (2024-10-10)


### Features

* export ProtoDescriptorHelper ([#245](https://github.com/eggjs/tegg/issues/245)) ([f01fb63](https://github.com/eggjs/tegg/commit/f01fb639b153a907fd9c951d4b1e40ba101b43d0))





## [3.46.4](https://github.com/eggjs/tegg/compare/v3.46.3...v3.46.4) (2024-10-09)

**Note:** Version bump only for package @eggjs/core-decorator
Expand Down
6 changes: 3 additions & 3 deletions core/core-decorator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/core-decorator",
"version": "3.46.4",
"version": "3.47.0",
"description": "tegg core decorator",
"keywords": [
"egg",
Expand Down Expand Up @@ -36,8 +36,8 @@
"node": ">=14.0.0"
},
"dependencies": {
"@eggjs/tegg-common-util": "^3.46.4",
"@eggjs/tegg-types": "^3.46.4",
"@eggjs/tegg-common-util": "^3.47.0",
"@eggjs/tegg-types": "^3.47.0",
"reflect-metadata": "^0.1.13"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions core/dal-decorator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.47.0](https://github.com/eggjs/tegg/compare/v3.46.4...v3.47.0) (2024-10-10)

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





## [3.46.4](https://github.com/eggjs/tegg/compare/v3.46.3...v3.46.4) (2024-10-09)

**Note:** Version bump only for package @eggjs/dal-decorator
Expand Down
8 changes: 4 additions & 4 deletions core/dal-decorator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/dal-decorator",
"version": "3.46.4",
"version": "3.47.0",
"description": "tegg dal decorator",
"keywords": [
"egg",
Expand Down Expand Up @@ -37,9 +37,9 @@
"node": ">=14.0.0"
},
"dependencies": {
"@eggjs/core-decorator": "^3.46.4",
"@eggjs/tegg-common-util": "^3.46.4",
"@eggjs/tegg-types": "^3.46.4",
"@eggjs/core-decorator": "^3.47.0",
"@eggjs/tegg-common-util": "^3.47.0",
"@eggjs/tegg-types": "^3.47.0",
"lodash.snakecase": "^4.1.1",
"pluralize": "^8.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions core/dal-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.47.0](https://github.com/eggjs/tegg/compare/v3.46.4...v3.47.0) (2024-10-10)

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





## [3.46.4](https://github.com/eggjs/tegg/compare/v3.46.3...v3.46.4) (2024-10-09)

**Note:** Version bump only for package @eggjs/dal-runtime
Expand Down
6 changes: 3 additions & 3 deletions core/dal-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/dal-runtime",
"version": "3.46.4",
"version": "3.47.0",
"description": "tegg dal decorator",
"keywords": [
"egg",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@eggjs/rds": "^1.0.0",
"@eggjs/tegg": "^3.46.4",
"@eggjs/tegg-types": "^3.46.4",
"@eggjs/tegg": "^3.47.0",
"@eggjs/tegg-types": "^3.47.0",
"js-beautify": "^1.15.1",
"lodash": "^4.17.21",
"nunjucks": "^3.2.4",
Expand Down
8 changes: 8 additions & 0 deletions core/dynamic-inject-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.47.0](https://github.com/eggjs/tegg/compare/v3.46.4...v3.47.0) (2024-10-10)

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





## [3.46.4](https://github.com/eggjs/tegg/compare/v3.46.3...v3.46.4) (2024-10-09)

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

0 comments on commit ae42093

Please sign in to comment.