Skip to content

Commit

Permalink
Github CI build: __run_2 v6.95.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 6, 2021
1 parent f277f60 commit c315952
Show file tree
Hide file tree
Showing 55 changed files with 382 additions and 382 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packages/third-parties/*",
"docs"
],
"version": "6.94.0",
"version": "6.95.0",
"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.94.0",
"version": "6.95.0",
"description": "A TypeScript Framework on top of Express",
"private": true,
"author": "Romain Lenzotti",
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.94.0",
"version": "6.95.0",
"description": "Core module for Ts.ED Framework",
"private": false,
"source": "./src/index.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/di",
"version": "6.94.0",
"version": "6.95.0",
"description": "DI module for Ts.ED Framework",
"private": false,
"source": "./src/index.ts",
Expand All @@ -18,8 +18,8 @@
"build:esm": "tsc --build tsconfig.compile.esm.json"
},
"dependencies": {
"@tsed/core": "6.94.0",
"@tsed/schema": "6.94.0",
"@tsed/core": "6.95.0",
"@tsed/schema": "6.95.0",
"tslib": "2.2.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/graphql/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/apollo",
"version": "6.94.0",
"version": "6.95.0",
"description": "Apollo package for Ts.ED framework",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -22,9 +22,9 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "6.94.0",
"@tsed/core": "6.94.0",
"@tsed/di": "6.94.0",
"@tsed/common": "6.95.0",
"@tsed/core": "6.95.0",
"@tsed/di": "6.95.0",
"@tsed/logger": "^6.0.0",
"@types/graphql": "14.5.0",
"apollo-datasource": "^3.2.0",
Expand All @@ -36,9 +36,9 @@
"graphql": "15.7.2"
},
"peerDependencies": {
"@tsed/common": "^6.94.0",
"@tsed/core": "^6.94.0",
"@tsed/di": "^6.94.0",
"@tsed/common": "^6.95.0",
"@tsed/core": "^6.95.0",
"@tsed/di": "^6.95.0",
"@tsed/logger": ">6.0.0",
"apollo-datasource": ">=3.0.0",
"apollo-datasource-rest": ">=3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql/graphql-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/graphql",
"version": "6.94.0",
"version": "6.95.0",
"description": "GraphQL package for Ts.ED framework, based on Apollo-server-express and Type-graphql",
"private": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"apollo-server"
],
"dependencies": {
"@tsed/typegraphql": "6.94.0",
"@tsed/typegraphql": "6.95.0",
"tslib": "2.2.0"
},
"devDependencies": {},
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql/typegraphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/typegraphql",
"version": "6.94.0",
"version": "6.95.0",
"description": "TypeGraphQL package for Ts.ED framework, based on Apollo-server-core and Type-graphql",
"private": false,
"source": "./src/index.ts",
Expand All @@ -20,12 +20,12 @@
"test": "cross-env NODE_ENV=test nyc mocha"
},
"dependencies": {
"@tsed/apollo": "6.94.0",
"@tsed/apollo": "6.95.0",
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/common": "6.94.0",
"@tsed/core": "6.94.0",
"@tsed/common": "6.95.0",
"@tsed/core": "6.95.0",
"@types/graphql": "^14.5.0",
"class-validator": "~0.13.1",
"graphql-passport": "0.6.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/orm/adapters-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/adapters-redis",
"version": "6.94.0",
"version": "6.95.0",
"description": "Redis adapter for Ts.ED",
"private": false,
"source": "./src/index.ts",
Expand All @@ -19,21 +19,21 @@
"test": "cross-env NODE_ENV=test yarn jest"
},
"dependencies": {
"@tsed/adapters": "6.94.0",
"@tsed/adapters": "6.95.0",
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/core": "6.94.0",
"@tsed/core": "6.95.0",
"@types/ioredis": "4.17.11",
"@types/ioredis-mock": "^5.6.0",
"ioredis": "4.19.4",
"ioredis-mock": "5.2.0"
},
"peerDependencies": {
"@tsed/adapters": "^6.94.0",
"@tsed/common": "^6.94.0",
"@tsed/core": "^6.94.0",
"@tsed/di": "^6.94.0",
"@tsed/adapters": "^6.95.0",
"@tsed/common": "^6.95.0",
"@tsed/core": "^6.95.0",
"@tsed/di": "^6.95.0",
"ioredis": "^4.19.4",
"ioredis-mock": "^5.2.0",
"uuid": "8.3.2"
Expand Down
26 changes: 13 additions & 13 deletions packages/orm/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/adapters",
"version": "6.94.0",
"version": "6.95.0",
"description": "Database adapters for Ts.ED",
"private": false,
"source": "./src/index.ts",
Expand All @@ -27,21 +27,21 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@tsed/ajv": "6.94.0",
"@tsed/common": "6.94.0",
"@tsed/core": "6.94.0",
"@tsed/di": "6.94.0",
"@tsed/json-mapper": "6.94.0",
"@tsed/schema": "6.94.0",
"@tsed/ajv": "6.95.0",
"@tsed/common": "6.95.0",
"@tsed/core": "6.95.0",
"@tsed/di": "6.95.0",
"@tsed/json-mapper": "6.95.0",
"@tsed/schema": "6.95.0",
"@types/fs-extra": "9.0.6"
},
"peerDependencies": {
"@tsed/ajv": "^6.94.0",
"@tsed/common": "^6.94.0",
"@tsed/core": "^6.94.0",
"@tsed/di": "^6.94.0",
"@tsed/json-mapper": "^6.94.0",
"@tsed/schema": "^6.94.0",
"@tsed/ajv": "^6.95.0",
"@tsed/common": "^6.95.0",
"@tsed/core": "^6.95.0",
"@tsed/di": "^6.95.0",
"@tsed/json-mapper": "^6.95.0",
"@tsed/schema": "^6.95.0",
"change-case": "^4.1.2",
"lodash": "^4.17.21"
}
Expand Down
22 changes: 11 additions & 11 deletions packages/orm/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/mongoose",
"version": "6.94.0",
"version": "6.95.0",
"description": "Mongoose package for Ts.ED framework",
"private": false,
"keywords": [
Expand Down Expand Up @@ -30,21 +30,21 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/ajv": "6.94.0",
"@tsed/core": "6.94.0",
"@tsed/di": "6.94.0",
"@tsed/json-mapper": "6.94.0",
"@tsed/ajv": "6.95.0",
"@tsed/core": "6.95.0",
"@tsed/di": "6.95.0",
"@tsed/json-mapper": "6.95.0",
"@tsed/logger": "^6.0.0",
"@tsed/schema": "6.94.0",
"@tsed/schema": "6.95.0",
"mongoose": "^5.12.2"
},
"peerDependencies": {
"@tsed/ajv": "^6.94.0",
"@tsed/core": "^6.94.0",
"@tsed/di": "^6.94.0",
"@tsed/json-mapper": "^6.94.0",
"@tsed/ajv": "^6.95.0",
"@tsed/core": "^6.95.0",
"@tsed/di": "^6.95.0",
"@tsed/json-mapper": "^6.95.0",
"@tsed/logger": ">=6.0.0",
"@tsed/schema": "^6.94.0",
"@tsed/schema": "^6.95.0",
"mongoose": ">=5.12.2"
}
}
22 changes: 11 additions & 11 deletions packages/orm/objection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/objection",
"version": "6.94.0",
"version": "6.95.0",
"description": "Objection.js package for Ts.ED framework",
"private": false,
"source": "./src/index.ts",
Expand All @@ -22,11 +22,11 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/ajv": "6.94.0",
"@tsed/core": "6.94.0",
"@tsed/di": "6.94.0",
"@tsed/json-mapper": "6.94.0",
"@tsed/schema": "6.94.0",
"@tsed/ajv": "6.95.0",
"@tsed/core": "6.95.0",
"@tsed/di": "6.95.0",
"@tsed/json-mapper": "6.95.0",
"@tsed/schema": "6.95.0",
"knex": "^0.95.11",
"mssql": "^7.2.1",
"mysql": "^2.18.1",
Expand All @@ -38,11 +38,11 @@
"sqlite3": "^5.0.2"
},
"peerDependencies": {
"@tsed/ajv": "^6.94.0",
"@tsed/core": "^6.94.0",
"@tsed/di": "^6.94.0",
"@tsed/json-mapper": "^6.94.0",
"@tsed/schema": "^6.94.0",
"@tsed/ajv": "^6.95.0",
"@tsed/core": "^6.95.0",
"@tsed/di": "^6.95.0",
"@tsed/json-mapper": "^6.95.0",
"@tsed/schema": "^6.95.0",
"knex": ">=0.94.0",
"objection": ">=2.0.0"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/orm/testing-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/testing-mongoose",
"version": "6.94.0",
"version": "6.95.0",
"description": "A TypeScript Framework on top of Express",
"private": false,
"source": "./src/index.ts",
Expand All @@ -23,14 +23,14 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/common": "6.94.0",
"@tsed/core": "6.94.0",
"@tsed/mongoose": "6.94.0"
"@tsed/common": "6.95.0",
"@tsed/core": "6.95.0",
"@tsed/mongoose": "6.95.0"
},
"peerDependencies": {
"@tsed/common": "^6.94.0",
"@tsed/core": "^6.94.0",
"@tsed/mongoose": "^6.94.0",
"@tsed/common": "^6.95.0",
"@tsed/core": "^6.95.0",
"@tsed/mongoose": "^6.95.0",
"mongoose": "^5.12.2"
}
}
18 changes: 9 additions & 9 deletions packages/orm/typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/typeorm",
"version": "6.94.0",
"version": "6.95.0",
"description": "TypeORM package for Ts.ED framework",
"private": false,
"source": "./src/index.ts",
Expand All @@ -22,17 +22,17 @@
"tslib": "2.2.0"
},
"devDependencies": {
"@tsed/core": "6.94.0",
"@tsed/di": "6.94.0",
"@tsed/json-mapper": "6.94.0",
"@tsed/schema": "6.94.0",
"@tsed/core": "6.95.0",
"@tsed/di": "6.95.0",
"@tsed/json-mapper": "6.95.0",
"@tsed/schema": "6.95.0",
"typeorm": "^0.2.26"
},
"peerDependencies": {
"@tsed/core": "^6.94.0",
"@tsed/di": "^6.94.0",
"@tsed/json-mapper": "^6.94.0",
"@tsed/schema": "^6.94.0",
"@tsed/core": "^6.95.0",
"@tsed/di": "^6.95.0",
"@tsed/json-mapper": "^6.95.0",
"@tsed/schema": "^6.95.0",
"typeorm": "^0.2.26"
}
}
4 changes: 2 additions & 2 deletions packages/perf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/perf",
"version": "6.94.0",
"version": "6.95.0",
"description": "Perf module tool",
"private": false,
"source": "./src/index.ts",
Expand All @@ -18,7 +18,7 @@
"build:esm": "tsc --build tsconfig.compile.esm.json"
},
"dependencies": {
"@tsed/core": "6.94.0",
"@tsed/core": "6.95.0",
"chalk": "^4.1.0",
"tslib": "2.2.0"
},
Expand Down

0 comments on commit c315952

Please sign in to comment.