Skip to content

Commit

Permalink
Travis CI build: 3674 v6.0.0-alpha.19 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 18, 2020
1 parent 69afcd8 commit e786bed
Show file tree
Hide file tree
Showing 19 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/root",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"description": "A TypeScript Framework on top of Express",
"private": true,
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/ajv/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/ajv",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"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-alpha.18",
"@tsed/core": "6.0.0-alpha.18",
"@tsed/common": "6.0.0-alpha.19",
"@tsed/core": "6.0.0-alpha.19",
"ajv": "6.12.4"
}
}
}
14 changes: 7 additions & 7 deletions packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/common",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"description": "A TypeScript Framework on top of Express",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -43,12 +43,12 @@
"build": "tsc --build tsconfig.compile.json"
},
"dependencies": {
"@tsed/core": "6.0.0-alpha.18",
"@tsed/di": "6.0.0-alpha.18",
"@tsed/exceptions": "6.0.0-alpha.18",
"@tsed/json-mapper": "6.0.0-alpha.18",
"@tsed/core": "6.0.0-alpha.19",
"@tsed/di": "6.0.0-alpha.19",
"@tsed/exceptions": "6.0.0-alpha.19",
"@tsed/json-mapper": "6.0.0-alpha.19",
"@tsed/logger": "5.5.3",
"@tsed/schema": "6.0.0-alpha.18",
"@tsed/schema": "6.0.0-alpha.19",
"@types/json-schema": "7.0.6",
"globby": "11.0.1",
"json-schema": "^0.2.3",
Expand All @@ -61,4 +61,4 @@
},
"devDependencies": {},
"peerDependencies": {}
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/core",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"description": "Core module for Ts.ED Framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -15,4 +15,4 @@
"private": false,
"devDependencies": {},
"peerDependencies": {}
}
}
6 changes: 3 additions & 3 deletions packages/di/package.json
@@ -1,11 +1,11 @@
{
"name": "@tsed/di",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"description": "DI module for Ts.ED Framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"@tsed/core": "6.0.0-alpha.18",
"@tsed/core": "6.0.0-alpha.19",
"chalk": "4.1.0",
"tslib": "2.0.1"
},
Expand All @@ -15,4 +15,4 @@
"private": false,
"devDependencies": {},
"peerDependencies": {}
}
}
4 changes: 2 additions & 2 deletions packages/exceptions/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/exceptions",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"description": "HTTP exceptions module for Ts.ED Framework and other pure Express application",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -13,4 +13,4 @@
"private": false,
"devDependencies": {},
"peerDependencies": {}
}
}
8 changes: 4 additions & 4 deletions packages/graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/graphql",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"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-alpha.18",
"@tsed/core": "6.0.0-alpha.18",
"@tsed/common": "6.0.0-alpha.19",
"@tsed/core": "6.0.0-alpha.19",
"@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"
}
}
}
8 changes: 4 additions & 4 deletions packages/json-mapper/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/json-mapper",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"description": "Json mapper module for Ts.ED Framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -17,15 +17,15 @@
"tsed"
],
"dependencies": {
"@tsed/core": "6.0.0-alpha.18",
"@tsed/core": "6.0.0-alpha.19",
"tslib": "2.0.1"
},
"devDependencies": {
"@tsed/schema": "6.0.0-alpha.18"
"@tsed/schema": "6.0.0-alpha.19"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json"
},
"private": false,
"peerDependencies": {}
}
}
8 changes: 4 additions & 4 deletions packages/mongoose/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/mongoose",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"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-alpha.18",
"@tsed/core": "6.0.0-alpha.18",
"@tsed/common": "6.0.0-alpha.19",
"@tsed/core": "6.0.0-alpha.19",
"@types/mongoose": "5.7.34",
"mongoose": "^5.9.27"
}
}
}
10 changes: 5 additions & 5 deletions packages/passport/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/passport",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"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-alpha.18",
"@tsed/core": "6.0.0-alpha.18",
"@tsed/di": "6.0.0-alpha.18",
"@tsed/common": "6.0.0-alpha.19",
"@tsed/core": "6.0.0-alpha.19",
"@tsed/di": "6.0.0-alpha.19",
"@types/passport": "1.0.4",
"@types/passport-http": "0.3.8",
"@types/passport-local": "1.0.33",
Expand All @@ -30,4 +30,4 @@
"src": "src"
},
"peerDependencies": {}
}
}
12 changes: 6 additions & 6 deletions packages/platform-express/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/platform-express",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"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-alpha.18",
"@tsed/core": "6.0.0-alpha.18",
"@tsed/di": "6.0.0-alpha.18",
"@tsed/platform-test-utils": "6.0.0-alpha.18",
"@tsed/common": "6.0.0-alpha.19",
"@tsed/core": "6.0.0-alpha.19",
"@tsed/di": "6.0.0-alpha.19",
"@tsed/platform-test-utils": "6.0.0-alpha.19",
"@types/body-parser": "1.19.0",
"@types/compression": "1.7.0",
"@types/consolidate": "0.14.0",
Expand All @@ -61,7 +61,7 @@
"consolidate": "0.15.1",
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"ejs": "3.1.3",
"ejs": "3.1.5",
"express-session": "1.17.1",
"method-override": "3.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/platform-test-utils/package.json
@@ -1,16 +1,16 @@
{
"name": "@tsed/platform-test-utils",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"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-alpha.18",
"@tsed/core": "6.0.0-alpha.18",
"@tsed/di": "6.0.0-alpha.18"
"@tsed/common": "6.0.0-alpha.19",
"@tsed/core": "6.0.0-alpha.19",
"@tsed/di": "6.0.0-alpha.19"
},
"private": true,
"devDependencies": {},
Expand Down
6 changes: 3 additions & 3 deletions packages/schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/schema",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"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-alpha.18",
"@tsed/core": "6.0.0-alpha.19",
"change-case": "4.1.1",
"tslib": "2.0.1"
},
Expand All @@ -31,4 +31,4 @@
"fs-extra": "9.0.1"
},
"peerDependencies": {}
}
}
8 changes: 4 additions & 4 deletions packages/seq/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/seq",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"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-alpha.18",
"@tsed/core": "6.0.0-alpha.18",
"@tsed/common": "6.0.0-alpha.19",
"@tsed/core": "6.0.0-alpha.19",
"@types/bunyan": "1.8.6",
"@types/bunyan-seq": "0.2.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/socketio/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/socketio",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"description": "Socket.io package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -16,9 +16,9 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.0.0-alpha.18",
"@tsed/common": "6.0.0-alpha.19",
"@types/socket.io": "2.1.10",
"socket.io": "2.3.0",
"socket.io-client": "2.3.0"
}
}
}
8 changes: 4 additions & 4 deletions packages/swagger/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/swagger",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"description": "Swagger package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -9,7 +9,7 @@
"start": "ts-node -r tsconfig-paths/register test/app/index.ts"
},
"dependencies": {
"ejs": "^3.1.3",
"ejs": "3.1.5",
"swagger-ui-dist": "^3.31.1",
"tslib": "2.0.1"
},
Expand All @@ -18,7 +18,7 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.0.0-alpha.18",
"@tsed/common": "6.0.0-alpha.19",
"@types/swagger-schema-official": "2.0.21"
}
}
}
10 changes: 5 additions & 5 deletions packages/testing-mongoose/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsed/testing-mongoose",
"version": "6.0.0-alpha.18",
"version": "6.0.0-alpha.19",
"description": "A TypeScript Framework on top of Express",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -17,8 +17,8 @@
"mongoose": "^5.9.27"
},
"devDependencies": {
"@tsed/common": "6.0.0-alpha.18",
"@tsed/core": "6.0.0-alpha.18",
"@tsed/mongoose": "6.0.0-alpha.18"
"@tsed/common": "6.0.0-alpha.19",
"@tsed/core": "6.0.0-alpha.19",
"@tsed/mongoose": "6.0.0-alpha.19"
}
}
}

0 comments on commit e786bed

Please sign in to comment.