Skip to content

Commit

Permalink
Github CI build: __run_3 v8.4.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 13, 2025
1 parent 01dc13d commit 3fc6721
Show file tree
Hide file tree
Showing 71 changed files with 388 additions and 419 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-new",
"version": "8.4.0",
"version": "8.4.1",
"type": "module",
"scripts": {
"docs:dev": "yarn build:api:summary && vitepress dev .",
Expand Down
8 changes: 5 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"packages/utils/*",
"docs"
],
"version": "8.4.0",
"version": "8.4.1",
"command": {
"bootstrap": {
"npmClientArgs": ["--no-package-lock"]
"npmClientArgs": [
"--no-package-lock"
]
}
}
}
}
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": "8.4.0",
"version": "8.4.1",
"description": "A TypeScript Framework on top of Express",
"private": true,
"author": "Romain Lenzotti",
Expand Down
4 changes: 2 additions & 2 deletions 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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@tsed/barrels": "workspace:*",
"@tsed/monorepo-utils": "2.3.9",
"@tsed/monorepo-utils": "2.3.11",
"@tsed/typescript": "workspace:*",
"@tsed/vitest": "workspace:*",
"eslint": "9.12.0",
Expand Down
8 changes: 4 additions & 4 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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -43,10 +43,10 @@
"webpack": "^5.75.0"
},
"peerDependencies": {
"@tsed/core": ">=8.0.0",
"@tsed/hooks": ">=8.0.0",
"@tsed/core": ">=8.4.1",
"@tsed/hooks": ">=8.4.1",
"@tsed/logger": ">=7.0.1",
"@tsed/schema": ">=8.0.0"
"@tsed/schema": ">=8.4.1"
},
"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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"peerDependencies": {
"@apollo/server": ">=4.10.4",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/core": ">=8.4.1",
"@tsed/di": ">=8.4.1",
"@tsed/logger": ">=7.0.1",
"@tsed/platform-http": ">=8.0.0",
"@tsed/platform-http": ">=8.4.1",
"graphql": ">16.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/graphql/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/graphql-ws",
"description": "An extension to allow GraphQL over WebSockets using graphql-ws protocol",
"type": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"typescript": "5.4.5"
},
"peerDependencies": {
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/core": ">=8.4.1",
"@tsed/di": ">=8.4.1",
"@tsed/logger": ">=7.0.1",
"@tsed/platform-http": ">=8.0.0",
"@tsed/platform-http": ">=8.4.1",
"graphql-ws": ">=5.14.2"
}
}
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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/hooks",
"description": "Hooks module for Ts.ED Framework",
"type": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"tslib": "2.7.0"
},
"devDependencies": {
"@tsed/monorepo-utils": "2.3.9",
"@tsed/monorepo-utils": "2.3.11",
"@tsed/typescript": "workspace:*",
"@tsed/vitest": "workspace:*",
"eslint": "9.12.0",
Expand Down
12 changes: 6 additions & 6 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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/adapters": ">=8.0.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/hooks": ">=8.0.0",
"@tsed/platform-http": ">=8.0.0",
"@tsed/adapters": ">=8.4.1",
"@tsed/core": ">=8.4.1",
"@tsed/di": ">=8.4.1",
"@tsed/hooks": ">=8.4.1",
"@tsed/platform-http": ">=8.4.1",
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2",
"uuid": "^10.0.0"
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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -47,12 +47,12 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/ajv": ">=8.0.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/json-mapper": ">=8.0.0",
"@tsed/platform-http": ">=8.0.0",
"@tsed/schema": ">=8.0.0"
"@tsed/ajv": ">=8.4.1",
"@tsed/core": ">=8.4.1",
"@tsed/di": ">=8.4.1",
"@tsed/json-mapper": ">=8.4.1",
"@tsed/platform-http": ">=8.4.1",
"@tsed/schema": ">=8.4.1"
},
"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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/core": ">=8.4.1",
"@tsed/di": ">=8.4.1",
"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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -45,9 +45,9 @@
},
"peerDependencies": {
"@mikro-orm/core": ">=4.5.9",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/core": ">=8.4.1",
"@tsed/di": ">=8.4.1",
"@tsed/logger": ">=7.0.1",
"@tsed/platform-http": ">=8.0.0"
"@tsed/platform-http": ">=8.4.1"
}
}
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": "module",
"version": "8.4.0",
"version": "8.4.1",
"keywords": [
"tsed",
"mongoose",
Expand Down Expand Up @@ -49,12 +49,12 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/ajv": ">=8.0.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/json-mapper": ">=8.0.0",
"@tsed/ajv": ">=8.4.1",
"@tsed/core": ">=8.4.1",
"@tsed/di": ">=8.4.1",
"@tsed/json-mapper": ">=8.4.1",
"@tsed/logger": ">=7.0.1",
"@tsed/schema": ">=8.0.0",
"@tsed/schema": ">=8.4.1",
"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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -41,11 +41,11 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/ajv": ">=8.0.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/json-mapper": ">=8.0.0",
"@tsed/schema": ">=8.0.0",
"@tsed/ajv": ">=8.4.1",
"@tsed/core": ">=8.4.1",
"@tsed/di": ">=8.4.1",
"@tsed/json-mapper": ">=8.4.1",
"@tsed/schema": ">=8.4.1",
"knex": ">=0.94.0",
"objection": ">=2.0.0"
},
Expand Down
12 changes: 6 additions & 6 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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@tsed/core": "workspace:*",
"@tsed/di": "workspace:*",
"@tsed/json-mapper": "workspace:*",
"@tsed/monorepo-utils": "2.3.9",
"@tsed/monorepo-utils": "2.3.11",
"@tsed/schema": "workspace:*",
"@tsed/typescript": "workspace:*",
"@types/change-case": "^2.3.1",
Expand All @@ -57,10 +57,10 @@
},
"peerDependencies": {
"@prisma/client": ">=6.0.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/json-mapper": ">=8.0.0",
"@tsed/schema": ">=8.0.0"
"@tsed/core": ">=8.4.1",
"@tsed/di": ">=8.4.1",
"@tsed/json-mapper": ">=8.4.1",
"@tsed/schema": ">=8.4.1"
},
"keywords": [
"TypeScript",
Expand Down
8 changes: 4 additions & 4 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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"peerDependencies": {
"@testcontainers/mongodb": ">=10.11.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/platform-http": ">=8.0.0",
"@tsed/core": ">=8.4.1",
"@tsed/di": ">=8.4.1",
"@tsed/platform-http": ">=8.4.1",
"mongodb": ">=6",
"testcontainers": ">=10.11.0"
}
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": "module",
"version": "8.4.0",
"version": "8.4.1",
"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": "module",
"version": "8.4.0",
"version": "8.4.1",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand Down
Loading

0 comments on commit 3fc6721

Please sign in to comment.