Skip to content

Commit

Permalink
v3.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Dec 11, 2023
1 parent 1602acf commit bb8a3bd
Show file tree
Hide file tree
Showing 60 changed files with 416 additions and 176 deletions.
8 changes: 8 additions & 0 deletions 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.28.1](https://github.com/eggjs/tegg/compare/v3.28.0...v3.28.1) (2023-12-11)

**Note:** Version bump only for package tegg





# [3.28.0](https://github.com/eggjs/tegg/compare/v3.27.0...v3.28.0) (2023-12-10)


Expand Down
8 changes: 8 additions & 0 deletions core/aop-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.28.1](https://github.com/eggjs/tegg/compare/v3.28.0...v3.28.1) (2023-12-11)

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





# [3.28.0](https://github.com/eggjs/tegg/compare/v3.27.0...v3.28.0) (2023-12-10)

**Note:** Version bump only for package @eggjs/aop-decorator
Expand Down
8 changes: 4 additions & 4 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.28.0",
"version": "3.28.1",
"description": "tegg aop decorator",
"keywords": [
"tegg",
Expand All @@ -16,9 +16,9 @@
"directory": "core/aop-decorator"
},
"dependencies": {
"@eggjs/core-decorator": "^3.28.0",
"@eggjs/tegg-common-util": "^3.28.0",
"@eggjs/tegg-metadata": "^3.28.0"
"@eggjs/core-decorator": "^3.28.1",
"@eggjs/tegg-common-util": "^3.28.1",
"@eggjs/tegg-metadata": "^3.28.1"
},
"scripts": {
"test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha",
Expand Down
8 changes: 8 additions & 0 deletions core/aop-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.28.1](https://github.com/eggjs/tegg/compare/v3.28.0...v3.28.1) (2023-12-11)

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





# [3.28.0](https://github.com/eggjs/tegg/compare/v3.27.0...v3.28.0) (2023-12-10)

**Note:** Version bump only for package @eggjs/tegg-aop-runtime
Expand Down
18 changes: 9 additions & 9 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.28.0",
"version": "3.28.1",
"description": "tegg aop",
"main": "dist/index.js",
"eggModule": {
Expand Down Expand Up @@ -43,17 +43,17 @@
"access": "public"
},
"dependencies": {
"@eggjs/aop-decorator": "^3.28.0",
"@eggjs/core-decorator": "^3.28.0",
"@eggjs/tegg-common-util": "^3.28.0",
"@eggjs/tegg-lifecycle": "^3.28.0",
"@eggjs/tegg-metadata": "^3.28.0",
"@eggjs/tegg-runtime": "^3.28.0",
"@eggjs/aop-decorator": "^3.28.1",
"@eggjs/core-decorator": "^3.28.1",
"@eggjs/tegg-common-util": "^3.28.1",
"@eggjs/tegg-lifecycle": "^3.28.1",
"@eggjs/tegg-metadata": "^3.28.1",
"@eggjs/tegg-runtime": "^3.28.1",
"koa-compose": "^4.1.0"
},
"devDependencies": {
"@eggjs/module-test-util": "^3.28.0",
"@eggjs/tegg-loader": "^3.28.0",
"@eggjs/module-test-util": "^3.28.1",
"@eggjs/tegg-loader": "^3.28.1",
"@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.28.1](https://github.com/eggjs/tegg/compare/v3.28.0...v3.28.1) (2023-12-11)

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





# [3.28.0](https://github.com/eggjs/tegg/compare/v3.27.0...v3.28.0) (2023-12-10)

**Note:** Version bump only for package @eggjs/tegg-background-task
Expand Down
10 changes: 5 additions & 5 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.28.0",
"version": "3.28.1",
"keywords": [
"egg",
"typescript",
Expand Down Expand Up @@ -37,12 +37,12 @@
"author": "killagu <[email protected]>",
"license": "MIT",
"dependencies": {
"@eggjs/core-decorator": "^3.28.0",
"@eggjs/tegg-lifecycle": "^3.28.0",
"@eggjs/tegg-runtime": "^3.28.0"
"@eggjs/core-decorator": "^3.28.1",
"@eggjs/tegg-lifecycle": "^3.28.1",
"@eggjs/tegg-runtime": "^3.28.1"
},
"devDependencies": {
"@eggjs/tegg-common-util": "^3.28.0",
"@eggjs/tegg-common-util": "^3.28.1",
"@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.28.1](https://github.com/eggjs/tegg/compare/v3.28.0...v3.28.1) (2023-12-11)

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





# [3.28.0](https://github.com/eggjs/tegg/compare/v3.27.0...v3.28.0) (2023-12-10)

**Note:** Version bump only for package @eggjs/tegg-common-util
Expand Down
2 changes: 1 addition & 1 deletion 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.28.0",
"version": "3.28.1",
"keywords": [
"egg",
"typescript",
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.28.1](https://github.com/eggjs/tegg/compare/v3.28.0...v3.28.1) (2023-12-11)

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





# [3.28.0](https://github.com/eggjs/tegg/compare/v3.27.0...v3.28.0) (2023-12-10)

**Note:** Version bump only for package @eggjs/controller-decorator
Expand Down
8 changes: 4 additions & 4 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.28.0",
"version": "3.28.1",
"description": "tegg controller decorator",
"keywords": [
"egg",
Expand Down Expand Up @@ -37,9 +37,9 @@
"node": ">=14.0.0"
},
"dependencies": {
"@eggjs/core-decorator": "^3.28.0",
"@eggjs/tegg-common-util": "^3.28.0",
"@eggjs/tegg-metadata": "^3.28.0",
"@eggjs/core-decorator": "^3.28.1",
"@eggjs/tegg-common-util": "^3.28.1",
"@eggjs/tegg-metadata": "^3.28.1",
"path-to-regexp": "^1.8.0",
"reflect-metadata": "^0.1.13",
"undici": "^5.26.5"
Expand Down
8 changes: 8 additions & 0 deletions core/core-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.28.1](https://github.com/eggjs/tegg/compare/v3.28.0...v3.28.1) (2023-12-11)

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





# [3.28.0](https://github.com/eggjs/tegg/compare/v3.27.0...v3.28.0) (2023-12-10)

**Note:** Version bump only for package @eggjs/core-decorator
Expand Down
4 changes: 2 additions & 2 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.28.0",
"version": "3.28.1",
"description": "tegg core decorator",
"keywords": [
"egg",
Expand Down Expand Up @@ -36,7 +36,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"@eggjs/tegg-common-util": "^3.28.0",
"@eggjs/tegg-common-util": "^3.28.1",
"reflect-metadata": "^0.1.13"
},
"publishConfig": {
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.28.1](https://github.com/eggjs/tegg/compare/v3.28.0...v3.28.1) (2023-12-11)

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





# [3.28.0](https://github.com/eggjs/tegg/compare/v3.27.0...v3.28.0) (2023-12-10)

**Note:** Version bump only for package @eggjs/tegg-dynamic-inject-runtime
Expand Down
18 changes: 9 additions & 9 deletions core/dynamic-inject-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/tegg-dynamic-inject-runtime",
"version": "3.28.0",
"version": "3.28.1",
"description": "tegg dyniamic inject",
"main": "dist/index.js",
"eggModule": {
Expand Down Expand Up @@ -42,16 +42,16 @@
"access": "public"
},
"dependencies": {
"@eggjs/core-decorator": "^3.28.0",
"@eggjs/tegg-common-util": "^3.28.0",
"@eggjs/tegg-dynamic-inject": "^3.28.0",
"@eggjs/tegg-lifecycle": "^3.28.0",
"@eggjs/tegg-metadata": "^3.28.0",
"@eggjs/tegg-runtime": "^3.28.0"
"@eggjs/core-decorator": "^3.28.1",
"@eggjs/tegg-common-util": "^3.28.1",
"@eggjs/tegg-dynamic-inject": "^3.28.1",
"@eggjs/tegg-lifecycle": "^3.28.1",
"@eggjs/tegg-metadata": "^3.28.1",
"@eggjs/tegg-runtime": "^3.28.1"
},
"devDependencies": {
"@eggjs/module-test-util": "^3.28.0",
"@eggjs/tegg-loader": "^3.28.0",
"@eggjs/module-test-util": "^3.28.1",
"@eggjs/tegg-loader": "^3.28.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.4",
"cross-env": "^7.0.3",
Expand Down
8 changes: 8 additions & 0 deletions core/dynamic-inject/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.28.1](https://github.com/eggjs/tegg/compare/v3.28.0...v3.28.1) (2023-12-11)

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





# [3.28.0](https://github.com/eggjs/tegg/compare/v3.27.0...v3.28.0) (2023-12-10)

**Note:** Version bump only for package @eggjs/tegg-dynamic-inject
Expand Down
4 changes: 2 additions & 2 deletions core/dynamic-inject/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/tegg-dynamic-inject",
"version": "3.28.0",
"version": "3.28.1",
"description": "tegg dyniamic inject",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@eggjs/core-decorator": "^3.28.0"
"@eggjs/core-decorator": "^3.28.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
8 changes: 8 additions & 0 deletions core/eventbus-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.28.1](https://github.com/eggjs/tegg/compare/v3.28.0...v3.28.1) (2023-12-11)

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





# [3.28.0](https://github.com/eggjs/tegg/compare/v3.27.0...v3.28.0) (2023-12-10)

**Note:** Version bump only for package @eggjs/eventbus-decorator
Expand Down
6 changes: 3 additions & 3 deletions core/eventbus-decorator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/eventbus-decorator",
"version": "3.28.0",
"version": "3.28.1",
"description": "tegg eventbus decorator",
"keywords": [
"egg",
Expand Down Expand Up @@ -34,8 +34,8 @@
"directory": "core/eventbus-decorator"
},
"dependencies": {
"@eggjs/core-decorator": "^3.28.0",
"@eggjs/tegg-common-util": "^3.28.0",
"@eggjs/core-decorator": "^3.28.1",
"@eggjs/tegg-common-util": "^3.28.1",
"typed-emitter": "^1.3.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions core/eventbus-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.28.1](https://github.com/eggjs/tegg/compare/v3.28.0...v3.28.1) (2023-12-11)

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





# [3.28.0](https://github.com/eggjs/tegg/compare/v3.27.0...v3.28.0) (2023-12-10)

**Note:** Version bump only for package @eggjs/tegg-eventbus-runtime
Expand Down
14 changes: 7 additions & 7 deletions core/eventbus-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/tegg-eventbus-runtime",
"version": "3.28.0",
"version": "3.28.1",
"description": "tegg eventbus runtime",
"keywords": [
"egg",
Expand Down Expand Up @@ -37,19 +37,19 @@
"directory": "core/eventbus-runtime"
},
"dependencies": {
"@eggjs/core-decorator": "^3.28.0",
"@eggjs/eventbus-decorator": "^3.28.0",
"@eggjs/tegg-common-util": "^3.28.0",
"@eggjs/tegg-runtime": "^3.28.0",
"@eggjs/core-decorator": "^3.28.1",
"@eggjs/eventbus-decorator": "^3.28.1",
"@eggjs/tegg-common-util": "^3.28.1",
"@eggjs/tegg-runtime": "^3.28.1",
"await-event": "^2.1.0",
"await-first": "^1.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@eggjs/tegg-loader": "^3.28.0",
"@eggjs/tegg-metadata": "^3.28.0",
"@eggjs/tegg-loader": "^3.28.1",
"@eggjs/tegg-metadata": "^3.28.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.4",
"coffee": "^5.4.0",
Expand Down
Loading

0 comments on commit bb8a3bd

Please sign in to comment.