Skip to content

Commit

Permalink
Github CI build: __run_2 v4.6.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 7, 2023
1 parent 67121ef commit 0f84bb5
Show file tree
Hide file tree
Showing 20 changed files with 99 additions and 123 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.6",
"version": "4.6.0",
"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.6",
"version": "4.6.0",
"description": "CLI to bootstrap your Ts.ED project",
"private": true,
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions 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.6",
"version": "4.6.0",
"description": "Build your CLI with TypeScript and Decorators",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand Down Expand Up @@ -68,9 +68,9 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"@types/axios": "0.14.0",
"@types/commander": "2.12.2",
"@types/consolidate": "0.14.1",
Expand Down
12 changes: 6 additions & 6 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.6",
"version": "4.6.0",
"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 @@ -24,11 +24,11 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.6",
"@tsed/cli-core": "4.5.6",
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/cli": "4.6.0",
"@tsed/cli-core": "4.6.0",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0",
Expand Down
12 changes: 6 additions & 6 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.6",
"version": "4.6.0",
"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 @@ -24,11 +24,11 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.6",
"@tsed/cli-core": "4.5.6",
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/cli": "4.6.0",
"@tsed/cli-core": "4.6.0",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
Expand Down
12 changes: 6 additions & 6 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.6",
"version": "4.6.0",
"description": "Ts.ED CLI plugin. Add EsLint support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -20,11 +20,11 @@
"test": "cross-env NODE_ENV=test yarn jest --max-workers=2 --passWithNoTests && jest-coverage-thresholds-bumper"
},
"devDependencies": {
"@tsed/cli": "4.5.6",
"@tsed/cli-core": "4.5.6",
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/cli": "4.6.0",
"@tsed/cli-core": "4.6.0",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
Expand Down
12 changes: 6 additions & 6 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.6",
"version": "4.6.0",
"description": "Ts.ED CLI plugin. Add Jest support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -20,11 +20,11 @@
"test": "cross-env NODE_ENV=test yarn jest --max-workers=2 --passWithNoTests && jest-coverage-thresholds-bumper"
},
"devDependencies": {
"@tsed/cli": "4.5.6",
"@tsed/cli-core": "4.5.6",
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/cli": "4.6.0",
"@tsed/cli-core": "4.6.0",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
Expand Down
12 changes: 6 additions & 6 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.6",
"version": "4.6.0",
"description": "Ts.ED CLI plugin. Add Mocha support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -20,11 +20,11 @@
"test": "cross-env NODE_ENV=test yarn jest --max-workers=2 --passWithNoTests && jest-coverage-thresholds-bumper"
},
"devDependencies": {
"@tsed/cli": "4.5.6",
"@tsed/cli-core": "4.5.6",
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/cli": "4.6.0",
"@tsed/cli-core": "4.6.0",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
Expand Down
12 changes: 6 additions & 6 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.6",
"version": "4.6.0",
"description": "Ts.ED CLI plugin. Add Mongoose 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.6",
"@tsed/cli-core": "4.5.6",
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/cli": "4.6.0",
"@tsed/cli-core": "4.6.0",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
Expand Down
16 changes: 8 additions & 8 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.6",
"version": "4.6.0",
"description": "Ts.ED CLI plugin. Add OIDC Provider",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -27,17 +27,17 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.6",
"@tsed/cli-core": "4.5.6",
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/cli": "4.6.0",
"@tsed/cli-core": "4.6.0",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
},
"peerDependencies": {
"@tsed/cli": "^4.5.6",
"@tsed/cli-core": "^4.5.6"
"@tsed/cli": "^4.6.0",
"@tsed/cli-core": "^4.6.0"
}
}
12 changes: 6 additions & 6 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.6",
"version": "4.6.0",
"description": "Ts.ED CLI plugin. Add Passport.js support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -24,11 +24,11 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.6",
"@tsed/cli-core": "4.5.6",
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/cli": "4.6.0",
"@tsed/cli-core": "4.6.0",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"@types/change-case": "^2.3.1",
"cross-env": "7.0.3",
"eslint": "8.22.0",
Expand Down
12 changes: 6 additions & 6 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.6",
"version": "4.6.0",
"description": "Ts.ED CLI plugin. Add Prisma project initialisation support.",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -24,11 +24,11 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.6",
"@tsed/cli-core": "4.5.6",
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/cli": "4.6.0",
"@tsed/cli-core": "4.6.0",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
Expand Down
16 changes: 8 additions & 8 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.6",
"version": "4.6.0",
"description": "Ts.ED CLI plugin. Add TypeGraphql support.",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -27,17 +27,17 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.6",
"@tsed/cli-core": "4.5.6",
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/cli": "4.6.0",
"@tsed/cli-core": "4.6.0",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
},
"peerDependencies": {
"@tsed/cli": "^4.5.6",
"@tsed/cli-core": "^4.5.6"
"@tsed/cli": "^4.6.0",
"@tsed/cli-core": "^4.6.0"
}
}
12 changes: 6 additions & 6 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.6",
"version": "4.6.0",
"description": "Ts.ED CLI plugin. Add TypeORM support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -24,11 +24,11 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "4.5.6",
"@tsed/cli-core": "4.5.6",
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/cli": "4.6.0",
"@tsed/cli-core": "4.6.0",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
Expand Down
10 changes: 5 additions & 5 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.6",
"version": "4.6.0",
"description": "Utils to test you CLI based on Ts.ED CLI",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand Down Expand Up @@ -30,13 +30,13 @@
"decorators"
],
"dependencies": {
"@tsed/cli-core": "4.5.6",
"@tsed/cli-core": "4.6.0",
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
Expand Down
12 changes: 6 additions & 6 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.6",
"version": "4.6.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"node": ">=14"
},
"dependencies": {
"@tsed/cli-core": "4.5.6",
"@tsed/cli-core": "4.6.0",
"@tsed/core": ">=7.14.2",
"@tsed/di": ">=7.14.2",
"@tsed/logger": ">=6.2.1",
Expand All @@ -80,13 +80,13 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/eslint": "4.5.6",
"@tsed/jest-config": "4.5.6",
"@tsed/typescript": "4.5.6",
"@tsed/eslint": "4.6.0",
"@tsed/jest-config": "4.6.0",
"@tsed/typescript": "4.6.0",
"@types/change-case": "^2.3.1",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
},
"peerDependencies": {}
}
}

0 comments on commit 0f84bb5

Please sign in to comment.