Skip to content

Commit

Permalink
Github CI build: __run_2 v4.5.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 1, 2023
1 parent 0424035 commit 1cfb3b6
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "4.5.1",
"version": "4.5.2",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-root",
"version": "4.5.1",
"version": "4.5.2",
"description": "CLI to bootstrap your Ts.ED project",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-core",
"version": "4.5.1",
"version": "4.5.2",
"description": "Build your CLI with TypeScript and Decorators",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-generate-http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-generate-http-client",
"version": "4.5.1",
"version": "4.5.2",
"description": "Ts.ED CLI plugin. Export a command that generate an HTTP Client (axios or fetch) from your Ts.ED controllers and OS3 spec.",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -22,8 +22,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.1",
"@tsed/cli-core": "4.5.1",
"@tsed/cli": "4.5.2",
"@tsed/cli-core": "4.5.2",
"swagger-typescript-api": "^9.3.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-generate-swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-generate-swagger",
"version": "4.5.1",
"version": "4.5.2",
"description": "Ts.ED CLI plugin. Export a command that generate the swagger.json from your Ts.ED controllers and OS3 spec.",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -22,8 +22,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.1",
"@tsed/cli-core": "4.5.1"
"@tsed/cli": "4.5.2",
"@tsed/cli-core": "4.5.2"
},
"peerDependencies": {
"@tsed/common": ">=7.14.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-plugin-eslint",
"version": "4.5.1",
"version": "4.5.2",
"description": "Ts.ED CLI plugin. Add EsLint support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -18,8 +18,8 @@
"build:esm": "tsc --build tsconfig.compile.esm.json"
},
"devDependencies": {
"@tsed/cli": "4.5.1",
"@tsed/cli-core": "4.5.1"
"@tsed/cli": "4.5.2",
"@tsed/cli-core": "4.5.2"
},
"dependencies": {
"tslib": "2.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-plugin-jest",
"version": "4.5.1",
"version": "4.5.2",
"description": "Ts.ED CLI plugin. Add Jest support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -18,8 +18,8 @@
"build:esm": "tsc --build tsconfig.compile.esm.json"
},
"devDependencies": {
"@tsed/cli": "4.5.1",
"@tsed/cli-core": "4.5.1"
"@tsed/cli": "4.5.2",
"@tsed/cli-core": "4.5.2"
},
"dependencies": {
"tslib": "2.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-plugin-mocha",
"version": "4.5.1",
"version": "4.5.2",
"description": "Ts.ED CLI plugin. Add Mocha support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -18,8 +18,8 @@
"build:esm": "tsc --build tsconfig.compile.esm.json"
},
"devDependencies": {
"@tsed/cli": "4.5.1",
"@tsed/cli-core": "4.5.1"
"@tsed/cli": "4.5.2",
"@tsed/cli-core": "4.5.2"
},
"dependencies": {
"tslib": "2.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-plugin-mongoose",
"version": "4.5.1",
"version": "4.5.2",
"description": "Ts.ED CLI plugin. Add Mongoose support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -23,8 +23,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.1",
"@tsed/cli-core": "4.5.1"
"@tsed/cli": "4.5.2",
"@tsed/cli-core": "4.5.2"
},
"peerDependencies": {}
}
10 changes: 5 additions & 5 deletions packages/cli-plugin-oidc-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-plugin-oidc-provider",
"version": "4.5.1",
"version": "4.5.2",
"description": "Ts.ED CLI plugin. Add OIDC Provider",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -25,11 +25,11 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.1",
"@tsed/cli-core": "4.5.1"
"@tsed/cli": "4.5.2",
"@tsed/cli-core": "4.5.2"
},
"peerDependencies": {
"@tsed/cli": "^4.5.1",
"@tsed/cli-core": "^4.5.1"
"@tsed/cli": "^4.5.2",
"@tsed/cli-core": "^4.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/cli-plugin-passport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-plugin-passport",
"version": "4.5.1",
"version": "4.5.2",
"description": "Ts.ED CLI plugin. Add Passport.js support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -22,8 +22,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.1",
"@tsed/cli-core": "4.5.1",
"@tsed/cli": "4.5.2",
"@tsed/cli-core": "4.5.2",
"@types/change-case": "^2.3.1"
},
"peerDependencies": {}
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-plugin-prisma",
"version": "4.5.1",
"version": "4.5.2",
"description": "Ts.ED CLI plugin. Add Prisma project initialisation support.",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -22,8 +22,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.1",
"@tsed/cli-core": "4.5.1"
"@tsed/cli": "4.5.2",
"@tsed/cli-core": "4.5.2"
},
"peerDependencies": {}
}
10 changes: 5 additions & 5 deletions packages/cli-plugin-typegraphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-plugin-typegraphql",
"version": "4.5.1",
"version": "4.5.2",
"description": "Ts.ED CLI plugin. Add TypeGraphql support.",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -25,11 +25,11 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.1",
"@tsed/cli-core": "4.5.1"
"@tsed/cli": "4.5.2",
"@tsed/cli-core": "4.5.2"
},
"peerDependencies": {
"@tsed/cli": "^4.5.1",
"@tsed/cli-core": "^4.5.1"
"@tsed/cli": "^4.5.2",
"@tsed/cli-core": "^4.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/cli-plugin-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-plugin-typeorm",
"version": "4.5.1",
"version": "4.5.2",
"description": "Ts.ED CLI plugin. Add TypeORM support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -22,8 +22,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.1",
"@tsed/cli-core": "4.5.1"
"@tsed/cli": "4.5.2",
"@tsed/cli-core": "4.5.2"
},
"peerDependencies": {}
}
4 changes: 2 additions & 2 deletions packages/cli-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli-testing",
"version": "4.5.1",
"version": "4.5.2",
"description": "Utils to test you CLI based on Ts.ED CLI",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"decorators"
],
"dependencies": {
"@tsed/cli-core": "4.5.1",
"@tsed/cli-core": "4.5.2",
"tslib": "2.3.1"
},
"devDependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli",
"version": "4.5.1",
"version": "4.5.2",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"node": ">=14"
},
"dependencies": {
"@tsed/cli-core": "4.5.1",
"@tsed/cli-core": "4.5.2",
"@tsed/core": ">=7.14.2",
"@tsed/di": ">=7.14.2",
"@tsed/logger": ">=6.2.1",
Expand Down

0 comments on commit 1cfb3b6

Please sign in to comment.