generated from qiwi/blank-ts-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add printOnlyFailed flag, update deps (#34)
- Loading branch information
1 parent
4d247f4
commit 4906133
Showing
17 changed files
with
3,289 additions
and
3,349 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
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
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,11 +1,12 @@ | ||
{ | ||
"name": "@qiwi/npm-batch-cli-api", | ||
"out": "./docs", | ||
"exclude": ["src/test", "**/node_modules/**"], | ||
"entryPoints": ["src/main/ts"], | ||
"exclude": ["src/test", "**/node_modules/**", "paralleljs"], | ||
"externalPattern": ["**/node_modules/**"], | ||
"excludePrivate": false, | ||
"hideGenerator": true, | ||
"readme": "README.md", | ||
"theme": "minimal", | ||
"theme": "default", | ||
"tsconfig": "./tsconfig.es5.json" | ||
} |
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.
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.
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,11 +1,12 @@ | ||
{ | ||
"name": "@qiwi/npm-batch-client", | ||
"out": "./docs", | ||
"exclude": ["src/test", "**/node_modules/**"], | ||
"entryPoints": ["src/main/ts"], | ||
"exclude": ["src/test", "**/node_modules/**", "paralleljs"], | ||
"externalPattern": ["**/node_modules/**"], | ||
"excludePrivate": false, | ||
"hideGenerator": true, | ||
"readme": "README.md", | ||
"theme": "minimal", | ||
"theme": "default", | ||
"tsconfig": "./tsconfig.es5.json" | ||
} |
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 |
---|---|---|
|
@@ -24,27 +24,27 @@ | |
"postupdate": "yarn" | ||
}, | ||
"dependencies": { | ||
"@qiwi/substrate": "^1.20.1", | ||
"tslib": "^2.1.0" | ||
"@qiwi/substrate": "^1.20.11", | ||
"tslib": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@qiwi/libdefkit": "^2.1.6", | ||
"@swissquote/crafty-preset-jest": "^1.13.7", | ||
"@types/jest": "^26.0.20", | ||
"buildstamp": "^1.4.1", | ||
"@qiwi/libdefkit": "^3.1.2", | ||
"@swissquote/crafty-preset-jest": "^1.17.2", | ||
"@types/jest": "^27.0.3", | ||
"buildstamp": "^1.4.3", | ||
"cpy-cli": "^3.1.1", | ||
"eslint": "^7.20.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"eslint-config-qiwi": "^1.10.6", | ||
"jest": "^26.6.3", | ||
"eslint": "^8.4.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-qiwi": "^1.15.2", | ||
"jest": "^27.4.5", | ||
"mkdirp": "^1.0.4", | ||
"prettier": "^2.2.1", | ||
"prettier-config-qiwi": "^1.3.2", | ||
"prettier": "^2.5.1", | ||
"prettier-config-qiwi": "^1.5.0", | ||
"rimraf": "^3.0.2", | ||
"terser": "^5.6.0", | ||
"ts-jest": "^26.5.1", | ||
"typedoc": "^0.20.25", | ||
"typescript": "^4.1.5" | ||
"terser": "^5.10.0", | ||
"ts-jest": "^27.1.2", | ||
"typedoc": "^0.22.10", | ||
"typescript": "^4.5.4" | ||
}, | ||
"license": "MIT", | ||
"author": "Anton Golub <[email protected]>", | ||
|
Oops, something went wrong.