Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Dec 12, 2022
1 parent 1c7f3e2 commit 4bba399
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions plugin/aop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/tegg-aop-plugin",
"version": "1.5.3",
"version": "1.5.4",
"eggPlugin": {
"name": "aopModule",
"dependencies": [
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@eggjs/tegg-config": "^1.3.3",
"@eggjs/tegg-plugin": "^1.5.3",
"@eggjs/tegg-plugin": "^1.5.4",
"egg": "^2.29.4",
"egg-mock": "^4.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions plugin/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tegg"
]
},
"version": "1.7.3",
"version": "1.7.4",
"description": "controller decorator for egg",
"keywords": [
"egg",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@eggjs/module-test-util": "^1.4.3",
"@eggjs/router": "^2.0.0",
"@eggjs/tegg-config": "^1.3.3",
"@eggjs/tegg-plugin": "^1.5.3",
"@eggjs/tegg-plugin": "^1.5.4",
"egg": "^2.26.0",
"egg-mock": "^3.25.1",
"egg-tracer": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions plugin/eventbus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/tegg-eventbus-plugin",
"version": "1.5.3",
"version": "1.5.4",
"eggPlugin": {
"name": "eventbusModule",
"dependencies": [
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@eggjs/tegg-config": "^1.3.3",
"@eggjs/tegg-plugin": "^1.5.3",
"@eggjs/tegg-plugin": "^1.5.4",
"await-event": "^2.1.0",
"egg": "^2.29.4",
"egg-mock": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions plugin/orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tegg"
]
},
"version": "2.4.3",
"version": "2.4.4",
"description": "orm decorator for egg",
"keywords": [
"egg",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@eggjs/module-test-util": "^1.4.3",
"@eggjs/router": "^2.0.0",
"@eggjs/tegg-config": "^1.3.3",
"@eggjs/tegg-plugin": "^1.5.3",
"@eggjs/tegg-plugin": "^1.5.4",
"egg": "^2.26.0",
"egg-mock": "^3.25.1",
"egg-tracer": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions plugin/schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"schedule"
]
},
"version": "2.4.3",
"version": "2.4.4",
"description": "schedule decorator for egg",
"keywords": [
"egg",
Expand Down Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@eggjs/module-test-util": "^1.4.3",
"@eggjs/tegg-config": "^1.3.3",
"@eggjs/tegg-plugin": "^1.5.3",
"@eggjs/tegg-plugin": "^1.5.4",
"egg": "^2.26.0",
"egg-mock": "^3.25.1",
"mz-modules": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin/tegg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"teggConfig"
]
},
"version": "1.5.3",
"version": "1.5.4",
"description": "module plugin for egg",
"keywords": [
"egg",
Expand Down

0 comments on commit 4bba399

Please sign in to comment.