Skip to content

Commit

Permalink
Github CI build: __run_2 v3.11.7 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 2, 2021
1 parent 0f9324a commit e425608
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 35 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": "3.11.6",
"version": "3.11.7",
"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": "3.11.6",
"version": "3.11.7",
"description": "CLI to bootstrap your Ts.ED project",
"private": true,
"scripts": {
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": "3.11.6",
"version": "3.11.7",
"description": "Build your CLI with TypeScript and Decorators",
"source": "./src/index.ts",
"main": "./lib/index.js",
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,12 +1,12 @@
{
"name": "@tsed/cli-plugin-eslint",
"version": "3.11.6",
"version": "3.11.7",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Ts.ED CLI plugin. Add EsLint support",
"devDependencies": {
"@tsed/cli": "3.11.6",
"@tsed/cli-core": "3.11.6"
"@tsed/cli": "3.11.7",
"@tsed/cli-core": "3.11.7"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
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,12 +1,12 @@
{
"name": "@tsed/cli-plugin-jest",
"version": "3.11.6",
"version": "3.11.7",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Ts.ED CLI plugin. Add Jest support",
"devDependencies": {
"@tsed/cli": "3.11.6",
"@tsed/cli-core": "3.11.6"
"@tsed/cli": "3.11.7",
"@tsed/cli-core": "3.11.7"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
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,12 +1,12 @@
{
"name": "@tsed/cli-plugin-mocha",
"version": "3.11.6",
"version": "3.11.7",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Ts.ED CLI plugin. Add Mocha support",
"devDependencies": {
"@tsed/cli": "3.11.6",
"@tsed/cli-core": "3.11.6"
"@tsed/cli": "3.11.7",
"@tsed/cli-core": "3.11.7"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
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": "3.11.6",
"version": "3.11.7",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Ts.ED CLI plugin. Add Mongoose support",
Expand All @@ -10,8 +10,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "3.11.6",
"@tsed/cli-core": "3.11.6"
"@tsed/cli": "3.11.7",
"@tsed/cli-core": "3.11.7"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
Expand Down
6 changes: 3 additions & 3 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": "3.11.6",
"version": "3.11.7",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Ts.ED CLI plugin. Add OIDC Provider",
Expand All @@ -16,8 +16,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "3.11.6",
"@tsed/cli-core": "3.11.6"
"@tsed/cli": "3.11.7",
"@tsed/cli-core": "3.11.7"
},
"peerDependencies": {
"@tsed/cli": "^3.9.0",
Expand Down
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": "3.11.6",
"version": "3.11.7",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Ts.ED CLI plugin. Add Passport.js support",
Expand All @@ -9,8 +9,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "3.11.6",
"@tsed/cli-core": "3.11.6",
"@tsed/cli": "3.11.7",
"@tsed/cli-core": "3.11.7",
"@types/change-case": "^2.3.1"
},
"scripts": {
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": "3.11.6",
"version": "3.11.7",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Ts.ED CLI plugin. Add Prisma project initialisation support.",
Expand All @@ -9,8 +9,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "3.11.6",
"@tsed/cli-core": "3.11.6"
"@tsed/cli": "3.11.7",
"@tsed/cli-core": "3.11.7"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-tslint/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@tsed/cli-plugin-tslint",
"version": "3.11.6",
"version": "3.11.7",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Ts.ED CLI plugin. Add TsLint support",
"devDependencies": {
"@tsed/cli": "3.11.6",
"@tsed/cli-core": "3.11.6"
"@tsed/cli": "3.11.7",
"@tsed/cli-core": "3.11.7"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
Expand Down
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": "3.11.6",
"version": "3.11.7",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Ts.ED CLI plugin. Add TypeORM support",
Expand All @@ -9,8 +9,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli": "3.11.6",
"@tsed/cli-core": "3.11.6"
"@tsed/cli": "3.11.7",
"@tsed/cli-core": "3.11.7"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
Expand Down
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": "3.11.6",
"version": "3.11.7",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Utils to test you CLI based on Ts.ED CLI",
Expand All @@ -15,7 +15,7 @@
"decorators"
],
"dependencies": {
"@tsed/cli-core": "3.11.6",
"@tsed/cli-core": "3.11.7",
"tslib": "2.3.1"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/cli",
"version": "3.11.6",
"version": "3.11.7",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"bin": {
Expand All @@ -24,7 +24,7 @@
"decorators"
],
"dependencies": {
"@tsed/cli-core": "3.11.6",
"@tsed/cli-core": "3.11.7",
"@tsed/core": "^6.70.1",
"@tsed/di": "^6.70.1",
"@tsed/logger": "5.17.0",
Expand All @@ -33,7 +33,7 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@tsed/cli-testing": "3.11.6",
"@tsed/cli-testing": "3.11.7",
"@types/change-case": "^2.3.1"
},
"scripts": {
Expand Down

0 comments on commit e425608

Please sign in to comment.