Skip to content

Commit

Permalink
Travis CI build: 19 v1.1.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 18, 2020
1 parent 55827e0 commit 73f19f2
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 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": "1.1.0",
"version": "1.1.1",
"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": "1.1.0",
"version": "1.1.1",
"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": "1.1.0",
"version": "1.1.1",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"description": "Build your CLI with TypeScript and Decorators",
Expand Down Expand Up @@ -31,14 +31,14 @@
"inquirer": "7.0.5",
"inquirer-autocomplete-prompt": "1.0.2",
"listr": "0.14.3",
"module-alias": "2.2.2",
"read-pkg-up": "7.0.1",
"registry-url": "5.1.0",
"rxjs": "6.5.4",
"semver": "7.1.3",
"split": "1.0.1",
"tslib": "1.11.1",
"update-notifier": "4.1.0",
"module-alias": "2.2.2",
"semver": "7.1.3"
"update-notifier": "4.1.0"
},
"devDependencies": {
"@types/axios": "0.14.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-plugin-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tsed/cli-plugin-jest",
"version": "1.1.0",
"version": "1.1.1",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"devDependencies": {
"@tsed/cli": "1.1.0",
"@tsed/cli-core": "1.1.0"
"@tsed/cli": "1.1.1",
"@tsed/cli-core": "1.1.1"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
Expand All @@ -15,4 +15,4 @@
"tslib": "1.11.1"
},
"peerDependencies": {}
}
}
8 changes: 4 additions & 4 deletions packages/cli-plugin-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tsed/cli-plugin-mocha",
"version": "1.1.0",
"version": "1.1.1",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"devDependencies": {
"@tsed/cli": "1.1.0",
"@tsed/cli-core": "1.1.0"
"@tsed/cli": "1.1.1",
"@tsed/cli-core": "1.1.1"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
Expand All @@ -15,4 +15,4 @@
"tslib": "1.11.1"
},
"peerDependencies": {}
}
}
6 changes: 3 additions & 3 deletions packages/cli-plugin-passport/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tsed/cli-plugin-passport",
"version": "1.1.0",
"version": "1.1.1",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"change-case": "^4.1.1",
"tslib": "1.11.1"
},
"devDependencies": {
"@tsed/cli": "1.1.0",
"@tsed/cli-core": "1.1.0",
"@tsed/cli": "1.1.1",
"@tsed/cli-core": "1.1.1",
"@types/change-case": "^2.3.1"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 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": "1.1.0",
"version": "1.1.1",
"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": "1.1.0",
"@tsed/cli-core": "1.1.1",
"tslib": "1.11.1"
},
"scripts": {
Expand All @@ -24,4 +24,4 @@
},
"devDependencies": {},
"peerDependencies": {}
}
}
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": "1.1.0",
"version": "1.1.1",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"bin": {
Expand All @@ -23,13 +23,13 @@
"decorators"
],
"dependencies": {
"@tsed/cli-core": "1.1.0",
"@tsed/cli-core": "1.1.1",
"@tsed/logger": "^5.4.1",
"change-case": "4.1.1",
"tslib": "1.11.1"
},
"devDependencies": {
"@tsed/cli-testing": "1.1.0",
"@tsed/cli-testing": "1.1.1",
"@types/change-case": "2.3.1"
},
"scripts": {
Expand All @@ -44,8 +44,8 @@
"start:generate:help": "ts-node -r tsconfig-paths/register src/bin/tsed.ts generate -h",
"start:generate:run": "ts-node -r tsconfig-paths/register src/bin/tsed.ts generate --project-root ./.tmp"
},
"peerDependencies": {},
"engines": {
"node": ">=8.9"
}
}
},
"peerDependencies": {}
}

0 comments on commit 73f19f2

Please sign in to comment.