Skip to content

Commit

Permalink
Github CI build: run2 v6.48.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 13, 2021
1 parent 4b1a5e5 commit 713c783
Show file tree
Hide file tree
Showing 29 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/*",
"docs"
],
"version": "6.48.3",
"version": "6.48.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.48.3",
"version": "6.48.4",
"description": "A TypeScript Framework on top of Express",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@tsed/adapters-redis",
"version": "6.48.3",
"version": "6.48.4",
"description": "Redis adapter for Ts.ED",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"build": "tsc --build tsconfig.compile.json"
},
"dependencies": {
"@tsed/adapters": "6.48.3"
"@tsed/adapters": "6.48.4"
},
"private": false,
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/adapters",
"version": "6.48.3",
"version": "6.48.4",
"description": "Database adapters for Ts.ED",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -17,10 +17,10 @@
},
"private": false,
"devDependencies": {
"@tsed/ajv": "6.48.3",
"@tsed/core": "6.48.3",
"@tsed/di": "6.48.3",
"@tsed/json-mapper": "6.48.3",
"@tsed/ajv": "6.48.4",
"@tsed/core": "6.48.4",
"@tsed/di": "6.48.4",
"@tsed/json-mapper": "6.48.4",
"@types/fs-extra": "9.0.6"
},
"peerDependencies": {}
Expand Down
10 changes: 5 additions & 5 deletions packages/ajv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/ajv",
"version": "6.48.3",
"version": "6.48.4",
"description": "AJV package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -21,10 +21,10 @@
},
"private": false,
"devDependencies": {
"@tsed/core": "6.48.3",
"@tsed/di": "6.48.3",
"@tsed/exceptions": "6.48.3",
"@tsed/schema": "6.48.3",
"@tsed/core": "6.48.4",
"@tsed/di": "6.48.4",
"@tsed/exceptions": "6.48.4",
"@tsed/schema": "6.48.4",
"ajv": "8.3.0"
}
}
8 changes: 4 additions & 4 deletions packages/async-hook-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/async-hook-context",
"version": "6.48.3",
"version": "6.48.4",
"description": "Add Async Hook context support in Ts.ED",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.48.3",
"@tsed/core": "6.48.3",
"@tsed/di": "6.48.3"
"@tsed/common": "6.48.4",
"@tsed/core": "6.48.4",
"@tsed/di": "6.48.4"
}
}
12 changes: 6 additions & 6 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/common",
"version": "6.48.3",
"version": "6.48.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.48.3",
"@tsed/di": "6.48.3",
"@tsed/exceptions": "6.48.3",
"@tsed/json-mapper": "6.48.3",
"@tsed/core": "6.48.4",
"@tsed/di": "6.48.4",
"@tsed/exceptions": "6.48.4",
"@tsed/json-mapper": "6.48.4",
"@tsed/logger": "^5.12.1",
"@tsed/schema": "6.48.3",
"@tsed/schema": "6.48.4",
"@types/cache-manager": "^3.4.0",
"@types/json-schema": "7.0.7",
"cache-manager": "^3.4.1",
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": "6.48.3",
"version": "6.48.4",
"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": "6.48.3",
"version": "6.48.4",
"description": "DI module for Ts.ED Framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"@tsed/core": "6.48.3",
"@tsed/core": "6.48.4",
"chalk": "4.1.0",
"globby": "11.0.3",
"tslib": "2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/exceptions/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tsed/exceptions",
"version": "6.48.3",
"version": "6.48.4",
"description": "HTTP exceptions module for Ts.ED Framework and other pure Express application",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"@tsed/schema": "6.48.3",
"@tsed/schema": "6.48.4",
"tslib": "2.1.0"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/formio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/formio",
"version": "6.48.3",
"version": "6.48.4",
"description": "Formio package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -21,10 +21,10 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.48.3",
"@tsed/core": "6.48.3",
"@tsed/di": "6.48.3",
"@tsed/mongoose": "6.48.3",
"@tsed/common": "6.48.4",
"@tsed/core": "6.48.4",
"@tsed/di": "6.48.4",
"@tsed/mongoose": "6.48.4",
"formio": "^2.0.0",
"mongoose": "^5.12.2"
},
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": "6.48.3",
"version": "6.48.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 @@ -13,8 +13,8 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.48.3",
"@tsed/core": "6.48.3",
"@tsed/common": "6.48.4",
"@tsed/core": "6.48.4",
"@types/graphql": "14.5.0",
"apollo-datasource": "^0.7.2",
"apollo-datasource-rest": "^0.9.3",
Expand Down
8 changes: 4 additions & 4 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.48.3",
"version": "6.48.4",
"description": "Json mapper module for Ts.ED Framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -17,12 +17,12 @@
"tsed"
],
"dependencies": {
"@tsed/core": "6.48.3",
"@tsed/core": "6.48.4",
"tslib": "2.1.0"
},
"devDependencies": {
"@tsed/exceptions": "6.48.3",
"@tsed/schema": "6.48.3"
"@tsed/exceptions": "6.48.4",
"@tsed/schema": "6.48.4"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json"
Expand Down
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.48.3",
"version": "6.48.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.48.3",
"@tsed/core": "6.48.3",
"@tsed/schema": "6.48.3",
"@tsed/common": "6.48.4",
"@tsed/core": "6.48.4",
"@tsed/schema": "6.48.4",
"mongoose": "^5.12.2"
}
}
8 changes: 4 additions & 4 deletions packages/objection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/objection",
"version": "6.48.3",
"version": "6.48.4",
"description": "Objection.js package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -12,9 +12,9 @@
},
"private": false,
"devDependencies": {
"@tsed/ajv": "6.48.3",
"@tsed/core": "6.48.3",
"@tsed/di": "6.48.3",
"@tsed/ajv": "6.48.4",
"@tsed/core": "6.48.4",
"@tsed/di": "6.48.4",
"knex": "^0.21.5",
"mssql": "^6.2.2",
"mysql": "^2.18.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/oidc-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/oidc-provider",
"version": "6.48.3",
"version": "6.48.4",
"description": "OIDC provider package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"start": "ts-node -r tsconfig-paths/register test/app/index.ts"
},
"dependencies": {
"@tsed/adapters": "6.48.3",
"@tsed/adapters": "6.48.4",
"@types/lowdb": "1.0.9",
"@types/oidc-provider": "^7.1.1",
"@types/uuid": "8.3.0",
Expand All @@ -20,8 +20,8 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@tsed/common": "6.48.3",
"@tsed/core": "6.48.3",
"@tsed/common": "6.48.4",
"@tsed/core": "6.48.4",
"oidc-provider": "^7.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/openspec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/openspec",
"version": "6.48.3",
"version": "6.48.4",
"description": "OpenSpec2 and OpenSpec3 interfaces declarations for TypeScript application",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/passport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/passport",
"version": "6.48.3",
"version": "6.48.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.1.0"
},
"devDependencies": {
"@tsed/common": "6.48.3",
"@tsed/core": "6.48.3",
"@tsed/di": "6.48.3",
"@tsed/common": "6.48.4",
"@tsed/core": "6.48.4",
"@tsed/di": "6.48.4",
"@types/passport": "1.0.4",
"@types/passport-http": "0.3.8",
"@types/passport-local": "1.0.33",
Expand Down
8 changes: 4 additions & 4 deletions packages/platform-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/platform-aws",
"version": "6.48.3",
"version": "6.48.4",
"description": "Module to support AWS function with Ts.ED",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -46,9 +46,9 @@
"build": "tsc --build tsconfig.compile.json"
},
"devDependencies": {
"@tsed/common": "6.48.3",
"@tsed/core": "6.48.3",
"@tsed/di": "6.48.3",
"@tsed/common": "6.48.4",
"@tsed/core": "6.48.4",
"@tsed/di": "6.48.4",
"@types/aws-serverless-express": "3.3.3"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 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.48.3",
"version": "6.48.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.48.3",
"@tsed/core": "6.48.3",
"@tsed/di": "6.48.3",
"@tsed/platform-test-utils": "6.48.3",
"@tsed/common": "6.48.4",
"@tsed/core": "6.48.4",
"@tsed/di": "6.48.4",
"@tsed/platform-test-utils": "6.48.4",
"@types/body-parser": "1.19.0",
"@types/compression": "1.7.0",
"@types/cookie-parser": "1.4.2",
Expand Down
10 changes: 5 additions & 5 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.48.3",
"version": "6.48.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.48.3",
"@tsed/core": "6.48.3",
"@tsed/di": "6.48.3",
"@tsed/platform-test-utils": "6.48.3",
"@tsed/common": "6.48.4",
"@tsed/core": "6.48.4",
"@tsed/di": "6.48.4",
"@tsed/platform-test-utils": "6.48.4",
"@types/koa": "2.11.3",
"@types/koa-bodyparser": "4.3.0",
"@types/koa-compose": "3.2.5",
Expand Down
Loading

0 comments on commit 713c783

Please sign in to comment.