Skip to content

Commit

Permalink
Github CI build: __run_2 v7.80.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 24, 2024
1 parent 92da539 commit 0cc8cde
Show file tree
Hide file tree
Showing 70 changed files with 374 additions and 570 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/docs",
"version": "7.79.4",
"version": "7.80.0",
"description": "Documentation Ts.ED",
"private": true,
"scripts": {
Expand Down
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/utils/*",
"docs"
],
"version": "7.79.4",
"version": "7.80.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": "7.79.4",
"version": "7.80.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
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/core",
"description": "Core module for Ts.ED Framework",
"type": "commonjs",
"version": "7.79.4",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/di",
"description": "DI module for Ts.ED Framework",
"type": "commonjs",
"version": "7.79.4",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "lib/esm/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"webpack": "^5.75.0"
},
"peerDependencies": {
"@tsed/core": "7.79.4",
"@tsed/core": "7.80.0",
"@tsed/logger": ">=6.7.5",
"@tsed/schema": "7.79.4"
"@tsed/schema": "7.80.0"
},
"peerDependenciesMeta": {
"@tsed/core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/engines",
"description": "Template engines library. Provide an API to adding custom engines from decorators.",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/apollo",
"description": "Apollo package for Ts.ED framework",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -44,9 +44,9 @@
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/common": "7.79.3",
"@tsed/core": "7.79.3",
"@tsed/di": "7.79.3",
"@tsed/common": "7.80.0",
"@tsed/core": "7.80.0",
"@tsed/di": "7.80.0",
"@tsed/logger": ">=6.7.5",
"apollo-datasource": ">=3.0.0",
"apollo-datasource-rest": ">=3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql/graphql-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/graphql-ws",
"version": "7.79.4",
"version": "7.80.0",
"description": "An extension to allow GraphQL over WebSockets using graphql-ws protocol",
"type": "commonjs",
"source": "./src/index.ts",
Expand Down Expand Up @@ -35,9 +35,9 @@
"typescript": "4.9.5"
},
"peerDependencies": {
"@tsed/common": "7.79.4",
"@tsed/core": "7.79.4",
"@tsed/di": "7.79.4",
"@tsed/common": "7.80.0",
"@tsed/core": "7.80.0",
"@tsed/di": "7.80.0",
"@tsed/logger": ">=6.7.5",
"graphql-ws": ">=5.14.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/typegraphql",
"description": "TypeGraphQL package for Ts.ED framework, based on Apollo-server-core and Type-graphql",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/orm/adapters-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/adapters-redis",
"description": "Redis adapter for Ts.ED",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/adapters": "7.79.3",
"@tsed/common": "7.79.3",
"@tsed/core": "7.79.3",
"@tsed/di": "7.79.3",
"@tsed/adapters": "7.80.0",
"@tsed/common": "7.80.0",
"@tsed/core": "7.80.0",
"@tsed/di": "7.80.0",
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2",
"uuid": "^9.0.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/orm/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/adapters",
"description": "Database adapters for Ts.ED",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -46,12 +46,12 @@
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/ajv": "7.79.3",
"@tsed/common": "7.79.3",
"@tsed/core": "7.79.3",
"@tsed/di": "7.79.3",
"@tsed/json-mapper": "7.79.3",
"@tsed/schema": "7.79.3"
"@tsed/ajv": "7.80.0",
"@tsed/common": "7.80.0",
"@tsed/core": "7.80.0",
"@tsed/di": "7.80.0",
"@tsed/json-mapper": "7.80.0",
"@tsed/schema": "7.80.0"
},
"peerDependenciesMeta": {
"@tsed/ajv": {
Expand Down
6 changes: 3 additions & 3 deletions packages/orm/ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/ioredis",
"description": "IO Redis connection for Ts.ED",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/core": "7.79.3",
"@tsed/di": "7.79.3",
"@tsed/core": "7.80.0",
"@tsed/di": "7.80.0",
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/orm/mikro-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/mikro-orm",
"description": "MikroORM package for Ts.ED framework",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -44,9 +44,9 @@
},
"peerDependencies": {
"@mikro-orm/core": ">=4.5.9",
"@tsed/common": "7.79.3",
"@tsed/core": "7.79.3",
"@tsed/di": "7.79.3",
"@tsed/common": "7.80.0",
"@tsed/core": "7.80.0",
"@tsed/di": "7.80.0",
"@tsed/logger": ">=6.7.5"
}
}
12 changes: 6 additions & 6 deletions packages/orm/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/mongoose",
"description": "Mongoose package for Ts.ED framework",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"keywords": [
"tsed",
"mongoose",
Expand Down Expand Up @@ -47,12 +47,12 @@
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/ajv": "7.79.3",
"@tsed/core": "7.79.3",
"@tsed/di": "7.79.3",
"@tsed/json-mapper": "7.79.3",
"@tsed/ajv": "7.80.0",
"@tsed/core": "7.80.0",
"@tsed/di": "7.80.0",
"@tsed/json-mapper": "7.80.0",
"@tsed/logger": ">=6.7.5",
"@tsed/schema": "7.79.3",
"@tsed/schema": "7.80.0",
"mongoose": ">=6.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/orm/objection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/objection",
"description": "Objection.js package for Ts.ED framework",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -40,11 +40,11 @@
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/ajv": "7.79.3",
"@tsed/core": "7.79.3",
"@tsed/di": "7.79.3",
"@tsed/json-mapper": "7.79.3",
"@tsed/schema": "7.79.3",
"@tsed/ajv": "7.80.0",
"@tsed/core": "7.80.0",
"@tsed/di": "7.80.0",
"@tsed/json-mapper": "7.80.0",
"@tsed/schema": "7.80.0",
"knex": ">=0.94.0",
"objection": ">=2.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/orm/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/prisma",
"description": "Generate Ts.ED JsonSchema based on Prisma models",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -56,10 +56,10 @@
},
"peerDependencies": {
"@prisma/client": ">=4.0.0",
"@tsed/core": "7.79.3",
"@tsed/di": "7.79.3",
"@tsed/json-mapper": "7.79.3",
"@tsed/schema": "7.79.3"
"@tsed/core": "7.80.0",
"@tsed/di": "7.80.0",
"@tsed/json-mapper": "7.80.0",
"@tsed/schema": "7.80.0"
},
"keywords": [
"TypeScript",
Expand Down
4 changes: 2 additions & 2 deletions packages/orm/testcontainers-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/testcontainers-mongo",
"description": "A module to test Ts.ED code that use MongoDB as database using Test Containers",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"peerDependencies": {
"@testcontainers/mongodb": ">=10.11.0",
"@tsed/common": "workspace:*",
"@tsed/core": "7.79.3",
"@tsed/core": "7.80.0",
"@tsed/di": "workspace:*",
"@tsed/mongoose": "workspace:*",
"testcontainers": ">=10.11.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/orm/testing-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/testing-mongoose",
"description": "A module to test Ts.ED code that use MongoDB as database",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -33,9 +33,9 @@
"typescript": "4.9.5"
},
"peerDependencies": {
"@tsed/common": "7.79.3",
"@tsed/core": "7.79.3",
"@tsed/mongoose": "7.79.3",
"@tsed/common": "7.80.0",
"@tsed/core": "7.80.0",
"@tsed/mongoose": "7.80.0",
"mongoose": ">=6.0.0"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/orm/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/typeorm",
"description": "TypeORM package for Ts.ED framework",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/core": "7.79.3",
"@tsed/di": "7.79.3",
"@tsed/json-mapper": "7.79.3",
"@tsed/schema": "7.79.3",
"@tsed/core": "7.80.0",
"@tsed/di": "7.80.0",
"@tsed/json-mapper": "7.80.0",
"@tsed/schema": "7.80.0",
"typeorm": "^0.2.26"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/perf",
"description": "Perf module tool",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"private": true,
"source": "./src/index.ts",
"main": "lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/common",
"description": "A TypeScript Framework on top of Express",
"type": "commonjs",
"version": "7.79.4",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/platform/platform-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/platform-cache",
"description": "Platform cache module for Ts.ED Framework",
"type": "commonjs",
"version": "7.79.3",
"version": "7.80.0",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/core": "7.79.3",
"@tsed/di": "7.79.3",
"@tsed/json-mapper": "7.79.3",
"@tsed/schema": "7.79.3"
"@tsed/core": "7.80.0",
"@tsed/di": "7.80.0",
"@tsed/json-mapper": "7.80.0",
"@tsed/schema": "7.80.0"
},
"peerDependenciesMeta": {
"@tsed/core": {
Expand Down
Loading

0 comments on commit 0cc8cde

Please sign in to comment.