diff --git a/docs/tutorials/seq.md b/docs/tutorials/seq.md index eece495b26c..ac7a3451b83 100644 --- a/docs/tutorials/seq.md +++ b/docs/tutorials/seq.md @@ -62,6 +62,10 @@ export class Calendar { Then we should see the log in the Seq panel (by default `localhost:5341`) -::: tip Credits -Thanks to [OskarLebuda](https://github.com/OskarLebuda) to his contribution. -::: +## Author + + + +## Maintainers + + \ No newline at end of file diff --git a/package.json b/package.json index f7b0be3f212..3e5af55a2f4 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "method-override": "3.0.0" }, "devDependencies": { - "@tsed/monorepo-utils": "1.9.1", + "@tsed/monorepo-utils": "^1.9.2", "@typedproject/ts-doc": "4.0.9", "@types/chai": "4.2.12", "@types/chai-as-promised": "7.1.3", @@ -129,7 +129,7 @@ "typescript": "3.9.4", "vue-analytics": "5.22.1", "vuepress": "1.5.3", - "vuepress-theme-tsed": "2.8.5" + "vuepress-theme-tsed": "2.9.1" }, "directories": { "packages": "packages", diff --git a/packages/ajv/readme.md b/packages/ajv/readme.md index 67db686e330..cf1bc8eb370 100644 --- a/packages/ajv/readme.md +++ b/packages/ajv/readme.md @@ -1,5 +1,18 @@ # @tsed/ajv +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) + + A package of Ts.ED framework. See website: https://tsed.io/#/tutorials/ajv ## Installation diff --git a/packages/common/package.json b/packages/common/package.json index 4f73b72670b..5b043e98b1c 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -37,7 +37,7 @@ "homepage": "http://tsed.io/", "repository": { "type": "git", - "url": "git+https://github.com/TypedProject//tsed.git" + "url": "git+https://github.com/TypedProject/tsed.git" }, "scripts": { "build": "tsc --build tsconfig.compile.json" diff --git a/packages/common/readme.md b/packages/common/readme.md index a891be886ff..8f74e345463 100644 --- a/packages/common/readme.md +++ b/packages/common/readme.md @@ -1,9 +1,10 @@ -# Ts.ED +

+ Ts.ED logo +

[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) [![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) ![npm](https://img.shields.io/npm/dm/@tsed/common.svg) -[![Package Quality](https://npm.packagequality.com/badge/@tsed/common.png)](https://packagequality.com/#?package=@tsed/common) [![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) [![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) [![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) @@ -11,7 +12,7 @@ [![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) -[![backers](https://opencollective.com/tsed/tiers/backer/badge.svg?label=backer&color=brightgreen)](https://opencollective.com/tsed/tiers/backer/badge.svg?label=backer&color=brightgreen) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) > A Node.js and TypeScript Framework on top of Express. It provides a lot of decorators and guidelines to write your code. diff --git a/packages/common/src/jsonschema/decorators/allowTypes.ts b/packages/common/src/jsonschema/decorators/allowTypes.ts index 5b9cb0ca324..fb137fcfaea 100644 --- a/packages/common/src/jsonschema/decorators/allowTypes.ts +++ b/packages/common/src/jsonschema/decorators/allowTypes.ts @@ -64,7 +64,7 @@ import {Any} from "./any"; * @schema * @swagger * @validation - * @deprecated Use @Any decorator instead of. Will be removed in v6. + * @deprecated Use @Any decorator from @tsed/common instead of. Will be removed in v6. */ export function AllowTypes(type: JSONSchema6TypeName, ...types: JSONSchema6TypeName[]) { return Any(type, ...types); diff --git a/packages/common/src/platform/middlewares/PlatformContextMiddleware.ts b/packages/common/src/platform/middlewares/PlatformContextMiddleware.ts index dc5720c7436..89d0896b2e5 100644 --- a/packages/common/src/platform/middlewares/PlatformContextMiddleware.ts +++ b/packages/common/src/platform/middlewares/PlatformContextMiddleware.ts @@ -33,7 +33,7 @@ export class PlatformContextMiddleware { await request.$ctx.emit("$onResponse", request, response); await request.$ctx.destroy(); - + // @ts-ignore delete request.ctx; // @ts-ignore delete request.log; diff --git a/packages/core/readme.md b/packages/core/readme.md index 94e54f67f4b..687ed5c7eb9 100644 --- a/packages/core/readme.md +++ b/packages/core/readme.md @@ -1,5 +1,18 @@ # @tsed/core +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) + + A package of Ts.ED framework. See website: https://tsed.io/ # Installation diff --git a/packages/di/readme.md b/packages/di/readme.md index ea0c14b8d4e..e05634f82f0 100644 --- a/packages/di/readme.md +++ b/packages/di/readme.md @@ -1,5 +1,18 @@ # @tsed/di +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) + + A package of Ts.ED framework. See website: https://tsed.io/ # Installation diff --git a/packages/exceptions/readme.md b/packages/exceptions/readme.md index e38be25ac4a..487547b4b61 100644 --- a/packages/exceptions/readme.md +++ b/packages/exceptions/readme.md @@ -1,5 +1,17 @@ # @tsed/exceptions +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) + A package of Ts.ED framework. See website: https://tsed.io/ Ts.ED http exceptions provide classes to throw standard HTTP exceptions. Theses exceptions can be used on Controller, Middleware or injectable Service. diff --git a/packages/graphql/readme.md b/packages/graphql/readme.md index ee35a63f0e7..7e2726b36ed 100644 --- a/packages/graphql/readme.md +++ b/packages/graphql/readme.md @@ -1,5 +1,17 @@ # @tsed/graphql +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) +
diff --git a/packages/json-mapper/readme.md b/packages/json-mapper/readme.md index 2525e995731..1695149bed8 100644 --- a/packages/json-mapper/readme.md +++ b/packages/json-mapper/readme.md @@ -1,5 +1,17 @@ # @tsed/schema +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) + A package of Ts.ED framework. See website: https://tsed.io/ Package to declare JsonSchema and OpenAPI. diff --git a/packages/mongoose/readme.md b/packages/mongoose/readme.md index 9cd77c46acc..32daa6894d4 100644 --- a/packages/mongoose/readme.md +++ b/packages/mongoose/readme.md @@ -1,5 +1,18 @@ # @tsed/mongoose +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) + +
diff --git a/packages/multipartfiles/readme.md b/packages/multipartfiles/readme.md index 47988fc1c5c..843e2f9b0bb 100644 --- a/packages/multipartfiles/readme.md +++ b/packages/multipartfiles/readme.md @@ -1,5 +1,17 @@ # @tsed/multipartfiles +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) + A package of Ts.ED framework. See website: https://tsed.io/#/tutorials/upload-file-with-multer ## Installation diff --git a/packages/passport/readme.md b/packages/passport/readme.md index ed80cfea2ef..fab27ec1a6f 100644 --- a/packages/passport/readme.md +++ b/packages/passport/readme.md @@ -1,5 +1,17 @@ # @tsed/passport +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) +
diff --git a/packages/platform-express/readme.md b/packages/platform-express/readme.md index 55a78751d19..b6e58456c23 100644 --- a/packages/platform-express/readme.md +++ b/packages/platform-express/readme.md @@ -1,16 +1,16 @@ # Ts.ED -[![Build Status](https://travis-ci.org/TypedProject/ts-express-decorators.svg?branch=master)](https://travis-ci.org/TypedProject/ts-express-decorators) -[![Coverage Status](https://coveralls.io/repos/github/TypedProject/ts-express-decorators/badge.svg?branch=master)](https://coveralls.io/github/TypedProject/ts-express-decorators?branch=master) +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) ![npm](https://img.shields.io/npm/dm/@tsed/common.svg) [![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) -[![Dependencies](https://david-dm.org/TypedProject/ts-express-decorators.svg)](https://david-dm.org/TypedProject/ts-express-decorators#info=dependencies) -[![img](https://david-dm.org/TypedProject/ts-express-decorators/dev-status.svg)](https://david-dm.org/TypedProject/ts-express-decorators/#info=devDependencies) -[![img](https://david-dm.org/TypedProject/ts-express-decorators/peer-status.svg)](https://david-dm.org/TypedProject/ts-express-decorators/#info=peerDependenciess) -[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/ts-express-decorators/badge.svg)](https://snyk.io/test/github/TypedProject/ts-express-decorators) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) -[![backers](https://opencollective.com/tsed/tiers/backer/badge.svg?label=backer&color=brightgreen)](https://opencollective.com/tsed/tiers/backer/badge.svg?label=backer&color=brightgreen) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) > A TypeScript Framework on top of Express ! diff --git a/packages/schema/readme.md b/packages/schema/readme.md index b8bfa44be41..e856e7add9d 100644 --- a/packages/schema/readme.md +++ b/packages/schema/readme.md @@ -1,5 +1,17 @@ # @tsed/schema +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) + A package of Ts.ED framework. See website: https://tsed.io/ Package to declare JsonSchema and OpenAPI. diff --git a/packages/seq/readme.md b/packages/seq/readme.md index dba4fa17701..688a0834a56 100644 --- a/packages/seq/readme.md +++ b/packages/seq/readme.md @@ -1,6 +1,16 @@ # @tsed/seq -> Pre release, your feedback are welcome. Do not use this package in production +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed)
diff --git a/packages/socketio/readme.md b/packages/socketio/readme.md index d14e79b3057..c49d5ec97ff 100644 --- a/packages/socketio/readme.md +++ b/packages/socketio/readme.md @@ -1,5 +1,17 @@ # @tsed/socketio +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) +
diff --git a/packages/swagger/readme.md b/packages/swagger/readme.md index 49e242c1aef..4dc80e4fae0 100644 --- a/packages/swagger/readme.md +++ b/packages/swagger/readme.md @@ -1,5 +1,17 @@ # @tsed/swagger +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) + A package of Ts.ED framework. See website: https://tsed.io/#/tutorials/swagger ## Installation diff --git a/packages/testing-mongoose/readme.md b/packages/testing-mongoose/readme.md index a6bf432d9f4..84df18d9a4a 100644 --- a/packages/testing-mongoose/readme.md +++ b/packages/testing-mongoose/readme.md @@ -1,5 +1,17 @@ # @tsed/testing-mongoose +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) + A package of Ts.ED framework. See website: https://tsed.io/ This package is an helper to create unit test base on `@tsed/mongoose` package. diff --git a/packages/typeorm/readme.md b/packages/typeorm/readme.md index 9a436911fe7..6ecb30cabe5 100644 --- a/packages/typeorm/readme.md +++ b/packages/typeorm/readme.md @@ -1,5 +1,17 @@ # @tsed/typeorm +[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) +[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) +![npm](https://img.shields.io/npm/dm/@tsed/common.svg) +[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) +[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) +[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) +[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess) +[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) +
diff --git a/readme.md b/readme.md index 4009232db5a..110c75729aa 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,10 @@ -# Ts.ED +

+ Ts.ED logo +

[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed) [![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production) ![npm](https://img.shields.io/npm/dm/@tsed/common.svg) -[![Package Quality](https://npm.packagequality.com/badge/@tsed/common.png)](https://packagequality.com/#?package=@tsed/common) [![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon) [![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies) [![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies) @@ -11,7 +12,7 @@ [![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) -[![backers](https://opencollective.com/tsed/tiers/backer/badge.svg?label=backer&color=brightgreen)](https://opencollective.com/tsed/tiers/backer/badge.svg?label=backer&color=brightgreen) +[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed) > A Node.js and TypeScript Framework on top of Express. It provides a lot of decorators and guidelines to write your code. diff --git a/yarn.lock b/yarn.lock index 3c198e53310..a07e57d1471 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2160,10 +2160,10 @@ dependencies: tslib "1.11.0" -"@tsed/monorepo-utils@1.9.1": - version "1.9.1" - resolved "https://registry.yarnpkg.com/@tsed/monorepo-utils/-/monorepo-utils-1.9.1.tgz#950fe077d8844f4fc50cc70ddc4b55883aa7a962" - integrity sha512-H2p082iI+4UkTh/kcqrBjZAudeNr8mmtuzwRpa7En8rXNOBXDKGKMICk7y/u9A1dbpHiv4QUXgpFkbdUoe/CsQ== +"@tsed/monorepo-utils@^1.9.2": + version "1.9.2" + resolved "https://registry.yarnpkg.com/@tsed/monorepo-utils/-/monorepo-utils-1.9.2.tgz#b6cc6dbfc36b4c1c0af1a188bf2d3b73d5357e7c" + integrity sha512-PpduqM5tdfX1Dsa6o2C9wDDsZqSKSUMqMFO7Ys6xvzHTbJTeLaHr0n2XKzHTUIrvxVxcUO/48ha+7JZkYMYlsA== dependencies: axios "0.19.2" chalk "3.0.0" @@ -15825,10 +15825,10 @@ vuepress-plugin-smooth-scroll@^0.0.9: dependencies: smoothscroll-polyfill "^0.4.4" -vuepress-theme-tsed@2.8.5: - version "2.8.5" - resolved "https://registry.yarnpkg.com/vuepress-theme-tsed/-/vuepress-theme-tsed-2.8.5.tgz#7974cf3f70b3f03353f1d36eaeac8d39a3ce16e0" - integrity sha512-dsUqMOoMYjhp+VrnJHrAhTzo0ZOQbVjTpb9SJ+e1mOBRi6o+AazvgBGZXuWMcvUGRHst9eqlcxaGDxY55+3n1Q== +vuepress-theme-tsed@2.9.1: + version "2.9.1" + resolved "https://registry.yarnpkg.com/vuepress-theme-tsed/-/vuepress-theme-tsed-2.9.1.tgz#dce6c382524d1bafd2fd03be29acb6506df57c05" + integrity sha512-6CHDT17aflis/eOOi8Jtx5EoImrKpN/6HOTD+d3jBhsFxfBVO7lF3PAO97SbcRdxShcNc3w3OvqPvJmvkART5Q== dependencies: "@sass-collective/sass-rem" "^1.4.1" "@silvanite/vuepress-plugin-tailwind" "^1.3.0"