-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove support of Ora * upgrade peerDependencies to nestjs 10 and commander to 11 * change test matrix * set minimum nod engine (required by commander) * clean helpers * update changelog
- Loading branch information
Showing
8 changed files
with
1,758 additions
and
1,984 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nestjs-console", | ||
"version": "8.0.0", | ||
"version": "9.0.0", | ||
"description": "A NestJS module that provide a cli", | ||
"keywords": [ | ||
"nestjs", | ||
|
@@ -16,36 +16,35 @@ | |
"author": "Rmannn <[email protected]>", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@nestjs/common": "^9", | ||
"@nestjs/core": "^9" | ||
"@nestjs/common": "^9.0.0 || ^10.0.0", | ||
"@nestjs/core": "^9.0.0 || ^10.0.0" | ||
}, | ||
"dependencies": { | ||
"ora": "5.4.1", | ||
"commander": "^8.1.0" | ||
"commander": "^11.0.0" | ||
}, | ||
"devDependencies": { | ||
"@nestjs/common": "9.0.5", | ||
"@nestjs/core": "9.0.5", | ||
"@nestjs/platform-express": "9.0.5", | ||
"@nestjs/testing": "9.0.5", | ||
"@types/jest": "27.0.3", | ||
"@types/node": "16.11.10", | ||
"@typescript-eslint/eslint-plugin": "5.54.1", | ||
"@typescript-eslint/parser": "5.4.0", | ||
"@nestjs/common": "10.0.5", | ||
"@nestjs/core": "10.0.5", | ||
"@nestjs/platform-express": "10.0.5", | ||
"@nestjs/testing": "10.0.5", | ||
"@types/jest": "29.5.3", | ||
"@types/node": "20.4.2", | ||
"@typescript-eslint/eslint-plugin": "6.0.0", | ||
"@typescript-eslint/parser": "6.0.0", | ||
"codecov": "3.8.3", | ||
"eslint": "8.3.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.25.3", | ||
"eslint": "8.45.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-prefer-arrow": "1.2.3", | ||
"jest": "27.3.1", | ||
"prettier": "2.4.1", | ||
"jest": "29.6.1", | ||
"prettier": "3.0.0", | ||
"reflect-metadata": "0.1.13", | ||
"rxjs": "7.4.0", | ||
"ts-jest": "27.0.7", | ||
"ts-node": "10.4.0", | ||
"tsconfig-paths": "3.12.0", | ||
"typedoc": "0.22.10", | ||
"typescript": "4.5.2" | ||
"rxjs": "7.8.1", | ||
"ts-jest": "29.1.1", | ||
"ts-node": "10.9.1", | ||
"tsconfig-paths": "4.2.0", | ||
"typedoc": "0.24.8", | ||
"typescript": "5.1.6" | ||
}, | ||
"scripts": { | ||
"build": "rm -Rf ./dist && tsc -b tsconfig.build.json", | ||
|
@@ -78,5 +77,8 @@ | |
"!**/test/**" | ||
], | ||
"coverageDirectory": "./coverage" | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.