Skip to content

Commit

Permalink
Travis CI build: 3295 v5.52.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 8, 2020
1 parent 718d71c commit 9ec8472
Show file tree
Hide file tree
Showing 34 changed files with 160 additions and 160 deletions.
12 changes: 6 additions & 6 deletions examples/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/testing": "5.52.2",
"@types/swagger-schema-official": "2.0.20",
"@types/aws-serverless-express": "3.3.1",
"aws-serverless-express": "3.3.6",
Expand Down
12 changes: 6 additions & 6 deletions examples/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/testing": "5.52.2",
"@types/swagger-schema-official": "2.0.20",
"body-parser": "1.19.0",
"cors": "2.8.5",
Expand Down
16 changes: 8 additions & 8 deletions examples/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/mongoose": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/testing-mongoose": "5.52.1",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/mongoose": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/testing": "5.52.2",
"@tsed/testing-mongoose": "5.52.2",
"@types/swagger-schema-official": "2.0.20",
"body-parser": "1.19.0",
"compression": "1.7.4",
Expand Down
14 changes: 7 additions & 7 deletions examples/multer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/multipartfiles": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/multipartfiles": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/testing": "5.52.2",
"@types/swagger-schema-official": "2.0.20",
"body-parser": "1.19.0",
"cors": "2.8.5",
Expand Down
14 changes: 7 additions & 7 deletions examples/passport-azure-ad/packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"start": "nodemon --watch \"src/**/*.ts\" --ignore \"node_modules/**/*\" --exec ts-node src/index.ts"
},
"dependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/passport": "5.52.1",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/testing": "5.52.2",
"@tsed/passport": "5.52.2",
"@types/compression": "0.0.36",
"body-parser": "1.19.0",
"compression": "1.7.4",
Expand Down
16 changes: 8 additions & 8 deletions examples/passportjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/ajv": "5.52.1",
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/passport": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/ajv": "5.52.2",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/passport": "5.52.2",
"@tsed/testing": "5.52.2",
"@types/swagger-schema-official": "2.0.20",
"body-parser": "1.19.0",
"compression": "1.7.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/react/packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/testing": "5.52.2",
"@types/swagger-schema-official": "2.0.20",
"body-parser": "1.19.0",
"compression": "1.7.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/testing": "5.52.2",
"@types/swagger-schema-official": "2.0.20",
"body-parser": "^1.19.0",
"compression": "1.7.4",
Expand Down
14 changes: 7 additions & 7 deletions examples/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/socketio": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/socketio": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/testing": "5.52.2",
"@types/swagger-schema-official": "2.0.20",
"angular": "1.6.6",
"body-parser": "1.19.0",
Expand Down
16 changes: 8 additions & 8 deletions examples/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/typeorm": "5.52.1",
"@tsed/passport": "5.52.1",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/testing": "5.52.2",
"@tsed/typeorm": "5.52.2",
"@tsed/passport": "5.52.2",
"@types/swagger-schema-official": "2.0.20",
"body-parser": "1.19.0",
"compression": "1.7.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/vuejs/packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/testing": "5.52.2",
"@types/swagger-schema-official": "2.0.20",
"body-parser": "1.19.0",
"compression": "1.7.4",
Expand Down
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": "5.52.1",
"version": "5.52.2",
"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/root",
"version": "5.52.1",
"version": "5.52.2",
"description": "A TypeScript Framework on top of Express",
"private": true,
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ajv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/ajv",
"version": "5.52.1",
"version": "5.52.2",
"description": "AJV package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -16,7 +16,7 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1"
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2"
}
}
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/common",
"version": "5.52.1",
"version": "5.52.2",
"description": "A TypeScript Framework on top of Express",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -44,9 +44,9 @@
"build:doc": "tsc --build tsconfig.doc.json"
},
"dependencies": {
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/exceptions": "5.52.1",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/exceptions": "5.52.2",
"@tsed/logger": "^5.4.1",
"@types/json-schema": "^7.0.3",
"globby": "11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/core",
"version": "5.52.1",
"version": "5.52.2",
"description": "Core module for Ts.ED Framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tsed/di",
"version": "5.52.1",
"version": "5.52.2",
"description": "DI module for Ts.ED Framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"@tsed/core": "5.52.1",
"@tsed/core": "5.52.2",
"chalk": "3.0.0",
"tslib": "1.11.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/exceptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/exceptions",
"version": "5.52.1",
"version": "5.52.2",
"description": "HTTP exceptions module for Ts.ED Framework and other pure Express application",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/graphql",
"version": "5.52.1",
"version": "5.52.2",
"description": "GraphQL package for Ts.ED framework, based on Apollo-server-express and Type-graphql",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -19,7 +19,7 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1"
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2"
}
}
4 changes: 2 additions & 2 deletions packages/integration-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/integration-express",
"version": "5.52.1",
"version": "5.52.2",
"description": "Integration packages",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -11,7 +11,7 @@
"@tsed/common": "5.44.16",
"@tsed/core": "5.44.16",
"@tsed/di": "5.44.16",
"@tsed/platform-express": "5.52.1"
"@tsed/platform-express": "5.52.2"
},
"private": true,
"devDependencies": {},
Expand Down
30 changes: 15 additions & 15 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "@tsed/integration",
"version": "5.52.1",
"version": "5.52.2",
"description": "Integration packages",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"start": "ts-node -r tsconfig-paths/register src/index.ts"
},
"dependencies": {
"@tsed/ajv": "5.52.1",
"@tsed/common": "5.52.1",
"@tsed/core": "5.52.1",
"@tsed/di": "5.52.1",
"@tsed/graphql": "5.52.1",
"@tsed/mongoose": "5.52.1",
"@tsed/multipartfiles": "5.52.1",
"@tsed/passport": "5.52.1",
"@tsed/seq": "5.52.1",
"@tsed/servestatic": "5.52.1",
"@tsed/swagger": "5.52.1",
"@tsed/testing": "5.52.1",
"@tsed/testing-mongoose": "5.52.1",
"@tsed/typeorm": "5.52.1"
"@tsed/ajv": "5.52.2",
"@tsed/common": "5.52.2",
"@tsed/core": "5.52.2",
"@tsed/di": "5.52.2",
"@tsed/graphql": "5.52.2",
"@tsed/mongoose": "5.52.2",
"@tsed/multipartfiles": "5.52.2",
"@tsed/passport": "5.52.2",
"@tsed/seq": "5.52.2",
"@tsed/servestatic": "5.52.2",
"@tsed/swagger": "5.52.2",
"@tsed/testing": "5.52.2",
"@tsed/testing-mongoose": "5.52.2",
"@tsed/typeorm": "5.52.2"
},
"private": true,
"devDependencies": {},
Expand Down
Loading

0 comments on commit 9ec8472

Please sign in to comment.