Skip to content

Commit

Permalink
released v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 22, 2023
1 parent 7d996f8 commit 03d92c5
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typenexus",
"version": "0.5.1",
"version": "0.5.2",
"description": "TypeNexus is a good tool for API encapsulation and management. It provides a clean and lightweight way to package TypeORM functionality, helping you build applications faster while reducing template code redundancy and type conversion work.",
"author": "kenny wong <wowohoo@qq.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions examples/authorized/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/authorized",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -19,7 +19,7 @@
]
},
"dependencies": {
"typenexus": "0.5.1"
"typenexus": "0.5.2"
},
"devDependencies": {
"nodemon": "^2.0.20",
Expand Down
4 changes: 2 additions & 2 deletions examples/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/base",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -24,7 +24,7 @@
]
},
"dependencies": {
"typenexus": "0.5.1"
"typenexus": "0.5.2"
},
"devDependencies": {
"@types/node": "^18.14.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/constructor-decorator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/constructor-decorator",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"crypto": "^1.0.1",
"typenexus": "0.5.1"
"typenexus": "0.5.2"
},
"devDependencies": {
"nodemon": "^2.0.20",
Expand Down
4 changes: 2 additions & 2 deletions examples/curd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/curd",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"crypto": "^1.0.1",
"typenexus": "0.5.1"
"typenexus": "0.5.2"
},
"devDependencies": {
"nodemon": "^2.0.20",
Expand Down
4 changes: 2 additions & 2 deletions examples/current-user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/current-user",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -19,7 +19,7 @@
]
},
"dependencies": {
"typenexus": "0.5.1"
"typenexus": "0.5.2"
},
"devDependencies": {
"nodemon": "^2.0.20",
Expand Down
4 changes: 2 additions & 2 deletions examples/http-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/http-errors",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -19,7 +19,7 @@
]
},
"dependencies": {
"typenexus": "0.5.1"
"typenexus": "0.5.2"
},
"devDependencies": {
"nodemon": "^2.0.20",
Expand Down
4 changes: 2 additions & 2 deletions examples/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/middleware",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -19,7 +19,7 @@
]
},
"dependencies": {
"typenexus": "0.5.1"
"typenexus": "0.5.2"
},
"devDependencies": {
"nodemon": "^2.0.20",
Expand Down
4 changes: 2 additions & 2 deletions examples/redirect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/redirect",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -19,7 +19,7 @@
]
},
"dependencies": {
"typenexus": "0.5.1"
"typenexus": "0.5.2"
},
"devDependencies": {
"nodemon": "^2.0.20",
Expand Down
4 changes: 2 additions & 2 deletions examples/status-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/status-code",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -19,7 +19,7 @@
]
},
"dependencies": {
"typenexus": "0.5.1"
"typenexus": "0.5.2"
},
"devDependencies": {
"nodemon": "^2.0.20",
Expand Down
4 changes: 2 additions & 2 deletions examples/uploaded-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/uploaded-file",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -19,7 +19,7 @@
]
},
"dependencies": {
"typenexus": "0.5.1"
"typenexus": "0.5.2"
},
"devDependencies": {
"nodemon": "^2.0.20",
Expand Down
4 changes: 2 additions & 2 deletions examples/views-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/views-render",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"ejs": "^3.1.9",
"typenexus": "0.5.1"
"typenexus": "0.5.2"
},
"devDependencies": {
"nodemon": "^2.0.20",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.5.1",
"version": "0.5.2",
"packages": ["core", "examples/*"]
}

0 comments on commit 03d92c5

Please sign in to comment.