Skip to content

Commit

Permalink
Github CI build: __run_2 v5.0.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 3, 2024
1 parent 97cd034 commit 58f6d61
Show file tree
Hide file tree
Showing 20 changed files with 213 additions and 199 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "5.0.2"
"version": "5.0.3"
}
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": "5.0.2",
"version": "5.0.3",
"description": "CLI to bootstrap your Ts.ED project",
"private": true,
"scripts": {
Expand Down
12 changes: 6 additions & 6 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": "5.0.2",
"version": "5.0.3",
"description": "Build your CLI with TypeScript and Decorators",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.4",
"ajv": "8.11.0",
"axios": "0.26.1",
"axios": "1.6.7",
"chalk": "4.1.2",
"change-case": "^4.1.2",
"commander": "9.3.0",
Expand Down Expand Up @@ -68,9 +68,9 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@tsed/eslint": "5.0.2",
"@tsed/jest-config": "5.0.2",
"@tsed/typescript": "5.0.2",
"@tsed/eslint": "5.0.3",
"@tsed/jest-config": "5.0.3",
"@tsed/typescript": "5.0.3",
"@types/axios": "0.14.0",
"@types/commander": "2.12.2",
"@types/consolidate": "0.14.1",
Expand All @@ -94,4 +94,4 @@
"@tsed/core": ">=7.14.2",
"@tsed/di": ">=7.14.2"
}
}
}
14 changes: 7 additions & 7 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": "5.0.2",
"version": "5.0.3",
"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": "5.0.2",
"@tsed/cli-core": "5.0.2",
"@tsed/eslint": "5.0.2",
"@tsed/jest-config": "5.0.2",
"@tsed/typescript": "5.0.2",
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3",
"@tsed/eslint": "5.0.3",
"@tsed/jest-config": "5.0.3",
"@tsed/typescript": "5.0.3",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0",
Expand All @@ -47,4 +47,4 @@
"optional": false
}
}
}
}
14 changes: 7 additions & 7 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": "5.0.2",
"version": "5.0.3",
"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": "5.0.2",
"@tsed/cli-core": "5.0.2",
"@tsed/eslint": "5.0.2",
"@tsed/jest-config": "5.0.2",
"@tsed/typescript": "5.0.2",
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3",
"@tsed/eslint": "5.0.3",
"@tsed/jest-config": "5.0.3",
"@tsed/typescript": "5.0.3",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
Expand All @@ -45,4 +45,4 @@
"optional": false
}
}
}
}
17 changes: 9 additions & 8 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": "5.0.2",
"version": "5.0.3",
"description": "Ts.ED CLI plugin. Add EsLint support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -20,16 +20,17 @@
"test": "cross-env NODE_ENV=test yarn jest --max-workers=2 --passWithNoTests && jest-coverage-thresholds-bumper"
},
"devDependencies": {
"@tsed/cli": "5.0.2",
"@tsed/cli-core": "5.0.2",
"@tsed/eslint": "5.0.2",
"@tsed/jest-config": "5.0.2",
"@tsed/typescript": "5.0.2",
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3",
"@tsed/eslint": "5.0.3",
"@tsed/jest-config": "5.0.3",
"@tsed/typescript": "5.0.3",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
},
"dependencies": {
"tslib": "2.3.1"
}
}
},
"peerDependencies": {}
}
17 changes: 9 additions & 8 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": "5.0.2",
"version": "5.0.3",
"description": "Ts.ED CLI plugin. Add Jest support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -20,16 +20,17 @@
"test": "cross-env NODE_ENV=test yarn jest --max-workers=2 --passWithNoTests && jest-coverage-thresholds-bumper"
},
"devDependencies": {
"@tsed/cli": "5.0.2",
"@tsed/cli-core": "5.0.2",
"@tsed/eslint": "5.0.2",
"@tsed/jest-config": "5.0.2",
"@tsed/typescript": "5.0.2",
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3",
"@tsed/eslint": "5.0.3",
"@tsed/jest-config": "5.0.3",
"@tsed/typescript": "5.0.3",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
},
"dependencies": {
"tslib": "2.3.1"
}
}
},
"peerDependencies": {}
}
17 changes: 9 additions & 8 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": "5.0.2",
"version": "5.0.3",
"description": "Ts.ED CLI plugin. Add Mocha support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -20,16 +20,17 @@
"test": "cross-env NODE_ENV=test yarn jest --max-workers=2 --passWithNoTests && jest-coverage-thresholds-bumper"
},
"devDependencies": {
"@tsed/cli": "5.0.2",
"@tsed/cli-core": "5.0.2",
"@tsed/eslint": "5.0.2",
"@tsed/jest-config": "5.0.2",
"@tsed/typescript": "5.0.2",
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3",
"@tsed/eslint": "5.0.3",
"@tsed/jest-config": "5.0.3",
"@tsed/typescript": "5.0.3",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
},
"dependencies": {
"tslib": "2.3.1"
}
}
},
"peerDependencies": {}
}
17 changes: 9 additions & 8 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": "5.0.2",
"version": "5.0.3",
"description": "Ts.ED CLI plugin. Add Mongoose support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -25,13 +25,14 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "5.0.2",
"@tsed/cli-core": "5.0.2",
"@tsed/eslint": "5.0.2",
"@tsed/jest-config": "5.0.2",
"@tsed/typescript": "5.0.2",
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3",
"@tsed/eslint": "5.0.3",
"@tsed/jest-config": "5.0.3",
"@tsed/typescript": "5.0.3",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
}
}
},
"peerDependencies": {}
}
18 changes: 9 additions & 9 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": "5.0.2",
"version": "5.0.3",
"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": "5.0.2",
"@tsed/cli-core": "5.0.2",
"@tsed/eslint": "5.0.2",
"@tsed/jest-config": "5.0.2",
"@tsed/typescript": "5.0.2",
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3",
"@tsed/eslint": "5.0.3",
"@tsed/jest-config": "5.0.3",
"@tsed/typescript": "5.0.3",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
},
"peerDependencies": {
"@tsed/cli": "^5.0.2",
"@tsed/cli-core": "^5.0.2"
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3"
}
}
}
17 changes: 9 additions & 8 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": "5.0.2",
"version": "5.0.3",
"description": "Ts.ED CLI plugin. Add Passport.js support",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -24,14 +24,15 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "5.0.2",
"@tsed/cli-core": "5.0.2",
"@tsed/eslint": "5.0.2",
"@tsed/jest-config": "5.0.2",
"@tsed/typescript": "5.0.2",
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3",
"@tsed/eslint": "5.0.3",
"@tsed/jest-config": "5.0.3",
"@tsed/typescript": "5.0.3",
"@types/change-case": "^2.3.1",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
}
}
},
"peerDependencies": {}
}
17 changes: 9 additions & 8 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": "5.0.2",
"version": "5.0.3",
"description": "Ts.ED CLI plugin. Add Prisma project initialisation support.",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -24,13 +24,14 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "5.0.2",
"@tsed/cli-core": "5.0.2",
"@tsed/eslint": "5.0.2",
"@tsed/jest-config": "5.0.2",
"@tsed/typescript": "5.0.2",
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3",
"@tsed/eslint": "5.0.3",
"@tsed/jest-config": "5.0.3",
"@tsed/typescript": "5.0.3",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
}
}
},
"peerDependencies": {}
}
18 changes: 9 additions & 9 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": "5.0.2",
"version": "5.0.3",
"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": "5.0.2",
"@tsed/cli-core": "5.0.2",
"@tsed/eslint": "5.0.2",
"@tsed/jest-config": "5.0.2",
"@tsed/typescript": "5.0.2",
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3",
"@tsed/eslint": "5.0.3",
"@tsed/jest-config": "5.0.3",
"@tsed/typescript": "5.0.3",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"jest": "29.5.0"
},
"peerDependencies": {
"@tsed/cli": "^5.0.2",
"@tsed/cli-core": "^5.0.2"
"@tsed/cli": "5.0.3",
"@tsed/cli-core": "5.0.3"
}
}
}
Loading

0 comments on commit 58f6d61

Please sign in to comment.