Skip to content

Commit

Permalink
chore() publish 5.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 25, 2018
1 parent a7a2323 commit ec57fd1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions lib/configuration/nest-configuration.loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { defaultConfiguration } from './defaults';

export class NestConfigurationLoader implements ConfigurationLoader {
constructor(private readonly reader: Reader) {}

public async load(): Promise<Configuration> {
const content: string | undefined = await this.reader.readAnyOf([
'.nestcli.json',
Expand Down
2 changes: 1 addition & 1 deletion lib/schematics/nest.collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class NestCollection extends AbstractCollection {
{ name: 'filter', alias: 'f' },
{ name: 'gateway', alias: 'ga' },
{ name: 'guard', alias: 'gu' },
{ name: 'interceptor', alias: 'i' },
{ name: 'interceptor', alias: 'in' },
{ name: 'interface', alias: 'interface' },
{ name: 'middleware', alias: 'mi' },
{ name: 'module', alias: 'mo' },
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs/cli",
"version": "5.7.1",
"version": "5.7.2",
"description": "Nest - modern, fast, powerful node.js web framework (@cli)",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,14 +37,15 @@
"@angular-devkit/core": "7.1.2",
"@angular-devkit/schematics": "7.1.2",
"@angular-devkit/schematics-cli": "0.11.2",
"@nestjs/schematics": "^5.11.2",
"@nestjs/schematics": "^5.11.3",
"chalk": "^2.4.1",
"cli-table2": "^0.2.0",
"commander": "^2.15.1",
"commander": "^2.19.0",
"inquirer": "^5.2.0",
"node-emoji": "^1.8.1",
"ora": "^2.1.0",
"os-name": "^2.0.1"
"os-name": "^2.0.1",
"typescript": "^3.2.2"
},
"devDependencies": {
"@types/cli-table2": "^0.2.2",
Expand All @@ -58,7 +59,6 @@
"prettier": "^1.15.3",
"ts-jest": "^22.4.6",
"ts-node": "^6.0.5",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
"tslint": "^5.11.0"
}
}

0 comments on commit ec57fd1

Please sign in to comment.