Skip to content

Commit

Permalink
Travis CI build: 3707 v6.0.0-beta.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 29, 2020
1 parent 553fd8e commit b6ca396
Show file tree
Hide file tree
Showing 20 changed files with 100 additions and 86 deletions.
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": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"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": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "A TypeScript Framework on top of Express",
"private": true,
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/ajv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/ajv",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "AJV package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -16,8 +16,8 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.3",
"@tsed/common": "6.0.0-beta.4",
"@tsed/core": "6.0.0-beta.4",
"ajv": "6.12.4"
}
}
}
17 changes: 9 additions & 8 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/common",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "A TypeScript Framework on top of Express",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -45,12 +45,12 @@
"build": "tsc --build tsconfig.compile.json"
},
"dependencies": {
"@tsed/core": "6.0.0-beta.3",
"@tsed/di": "6.0.0-beta.3",
"@tsed/exceptions": "6.0.0-beta.3",
"@tsed/json-mapper": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.4",
"@tsed/di": "6.0.0-beta.4",
"@tsed/exceptions": "6.0.0-beta.4",
"@tsed/json-mapper": "6.0.0-beta.4",
"@tsed/logger": "5.5.3",
"@tsed/schema": "6.0.0-beta.3",
"@tsed/schema": "6.0.0-beta.4",
"@types/json-schema": "7.0.6",
"consolidate": "^0.16.0",
"ejs": "^3.1.5",
Expand All @@ -65,5 +65,6 @@
"devDependencies": {
"@types/consolidate": "0.14.0",
"rxjs": "^6.5.2"
}
}
},
"peerDependencies": {}
}
8 changes: 5 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/core",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "Core module for Ts.ED Framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -12,5 +12,7 @@
"scripts": {
"build": "tsc --build tsconfig.compile.json"
},
"private": false
}
"private": false,
"devDependencies": {},
"peerDependencies": {}
}
10 changes: 6 additions & 4 deletions packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "@tsed/di",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "DI module for Ts.ED Framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"@tsed/core": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.4",
"chalk": "4.1.0",
"tslib": "2.0.1"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json"
},
"private": false
}
"private": false,
"devDependencies": {},
"peerDependencies": {}
}
8 changes: 5 additions & 3 deletions packages/exceptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/exceptions",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "HTTP exceptions module for Ts.ED Framework and other pure Express application",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -10,5 +10,7 @@
"scripts": {
"build": "tsc --build tsconfig.compile.json"
},
"private": false
}
"private": false,
"devDependencies": {},
"peerDependencies": {}
}
8 changes: 4 additions & 4 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/graphql",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"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 @@ -12,8 +12,8 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.3",
"@tsed/common": "6.0.0-beta.4",
"@tsed/core": "6.0.0-beta.4",
"@types/graphql": "^14.5.0",
"apollo-datasource": "^0.7.2",
"apollo-datasource-rest": "^0.9.3",
Expand All @@ -29,4 +29,4 @@
"graphql": "14.7.0",
"type-graphql": "^0.17.6"
}
}
}
11 changes: 6 additions & 5 deletions packages/json-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/json-mapper",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "Json mapper module for Ts.ED Framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -17,14 +17,15 @@
"tsed"
],
"dependencies": {
"@tsed/core": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.4",
"tslib": "2.0.1"
},
"devDependencies": {
"@tsed/schema": "6.0.0-beta.3"
"@tsed/schema": "6.0.0-beta.4"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json"
},
"private": false
}
"private": false,
"peerDependencies": {}
}
8 changes: 4 additions & 4 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/mongoose",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "Mongoose package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"src": "src"
},
"devDependencies": {
"@tsed/common": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.3",
"@tsed/common": "6.0.0-beta.4",
"@tsed/core": "6.0.0-beta.4",
"@types/mongoose": "5.7.34",
"mongoose": "^5.9.27"
}
}
}
13 changes: 7 additions & 6 deletions packages/passport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/passport",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "Passport package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -12,9 +12,9 @@
"tslib": "2.0.1"
},
"devDependencies": {
"@tsed/common": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.3",
"@tsed/di": "6.0.0-beta.3",
"@tsed/common": "6.0.0-beta.4",
"@tsed/core": "6.0.0-beta.4",
"@tsed/di": "6.0.0-beta.4",
"@types/passport": "1.0.4",
"@types/passport-http": "0.3.8",
"@types/passport-local": "1.0.33",
Expand All @@ -28,5 +28,6 @@
"directories": {
"lib": "lib",
"src": "src"
}
}
},
"peerDependencies": {}
}
15 changes: 8 additions & 7 deletions packages/platform-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/platform-express",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "A TypeScript Framework on top of Express",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -44,10 +44,10 @@
"start": "ts-node -r tsconfig-paths/register test/app/index.ts"
},
"devDependencies": {
"@tsed/common": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.3",
"@tsed/di": "6.0.0-beta.3",
"@tsed/platform-test-utils": "6.0.0-beta.3",
"@tsed/common": "6.0.0-beta.4",
"@tsed/core": "6.0.0-beta.4",
"@tsed/di": "6.0.0-beta.4",
"@tsed/platform-test-utils": "6.0.0-beta.4",
"@types/body-parser": "1.19.0",
"@types/compression": "1.7.0",
"@types/cookie-parser": "1.4.2",
Expand All @@ -65,5 +65,6 @@
"dependencies": {
"express": "^4.17.1",
"multer": "^1.4.2"
}
}
},
"peerDependencies": {}
}
15 changes: 8 additions & 7 deletions packages/platform-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/platform-koa",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "Koa package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -45,10 +45,10 @@
},
"devDependencies": {
"@koa/cors": "3.1.0",
"@tsed/common": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.3",
"@tsed/di": "6.0.0-beta.3",
"@tsed/platform-test-utils": "6.0.0-beta.3",
"@tsed/common": "6.0.0-beta.4",
"@tsed/core": "6.0.0-beta.4",
"@tsed/di": "6.0.0-beta.4",
"@tsed/platform-test-utils": "6.0.0-beta.4",
"@types/koa": "2.11.3",
"@types/koa-bodyparser": "4.3.0",
"@types/koa-compose": "3.2.5",
Expand All @@ -69,5 +69,6 @@
"encodeurl": "^1.0.2",
"koa-send": "5.0.1",
"multer": "^1.4.2"
}
}
},
"peerDependencies": {}
}
14 changes: 8 additions & 6 deletions packages/platform-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "@tsed/platform-test-utils",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"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/common": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.3",
"@tsed/di": "6.0.0-beta.3"
"@tsed/common": "6.0.0-beta.4",
"@tsed/core": "6.0.0-beta.4",
"@tsed/di": "6.0.0-beta.4"
},
"private": true
}
"private": true,
"devDependencies": {},
"peerDependencies": {}
}
9 changes: 5 additions & 4 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/schema",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "JsonSchema module for Ts.ED Framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"tsed"
],
"dependencies": {
"@tsed/core": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.4",
"change-case": "4.1.1",
"tslib": "2.0.1"
},
Expand All @@ -29,5 +29,6 @@
"@types/fs-extra": "9.0.1",
"@types/json-schema": "7.0.6",
"fs-extra": "9.0.1"
}
}
},
"peerDependencies": {}
}
8 changes: 4 additions & 4 deletions packages/seq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/seq",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "Seq package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./src/index.ts",
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.0.0-beta.3",
"@tsed/core": "6.0.0-beta.3",
"@tsed/common": "6.0.0-beta.4",
"@tsed/core": "6.0.0-beta.4",
"@types/bunyan": "1.8.6",
"@types/bunyan-seq": "0.2.2"
}
}
}
Loading

0 comments on commit b6ca396

Please sign in to comment.