Skip to content

Commit

Permalink
Github CI build: __run_2 v7.59.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 22, 2024
1 parent 19ca1d2 commit 6ca6bfd
Show file tree
Hide file tree
Showing 60 changed files with 515 additions and 515 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.59.0",
"version": "7.59.1",
"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.59.0",
"version": "7.59.1",
"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.59.0",
"version": "7.59.1",
"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": "7.59.0",
"version": "7.59.1",
"description": "Core module for Ts.ED Framework",
"private": false,
"source": "./src/index.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/di",
"version": "7.59.0",
"version": "7.59.1",
"description": "DI module for Ts.ED Framework",
"private": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -28,17 +28,17 @@
"tslib": "2.6.2"
},
"devDependencies": {
"@tsed/core": "7.59.0",
"@tsed/core": "7.59.1",
"@tsed/eslint": "7.44.1",
"@tsed/logger": ">=6.2.2",
"@tsed/schema": "7.59.0",
"@tsed/schema": "7.59.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0"
},
"peerDependencies": {
"@tsed/core": "^7.59.0",
"@tsed/core": "^7.59.1",
"@tsed/logger": ">=6.2.2",
"@tsed/schema": "^7.59.0"
"@tsed/schema": "^7.59.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
@@ -1,6 +1,6 @@
{
"name": "@tsed/engines",
"version": "7.59.0",
"version": "7.59.1",
"description": "Template engines library. Provide an API to adding custom engines from decorators.",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
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": "7.59.0",
"version": "7.59.1",
"description": "Apollo package for Ts.ED framework",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -25,9 +25,9 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "7.59.0",
"@tsed/core": "7.59.0",
"@tsed/di": "7.59.0",
"@tsed/common": "7.59.1",
"@tsed/core": "7.59.1",
"@tsed/di": "7.59.1",
"@tsed/eslint": "7.44.1",
"@tsed/logger": ">=6.2.2",
"@tsed/typescript": "7.44.1",
Expand All @@ -42,9 +42,9 @@
"graphql": "15.7.2"
},
"peerDependencies": {
"@tsed/common": "^7.59.0",
"@tsed/core": "^7.59.0",
"@tsed/di": "^7.59.0",
"@tsed/common": "^7.59.1",
"@tsed/core": "^7.59.1",
"@tsed/di": "^7.59.1",
"@tsed/logger": ">=6.2.2",
"apollo-datasource": ">=3.0.0",
"apollo-datasource-rest": ">=3.0.0",
Expand Down
14 changes: 7 additions & 7 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.59.0",
"version": "7.59.1",
"description": "An extension to allow GraphQL over WebSockets using graphql-ws protocol",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -24,19 +24,19 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "7.59.0",
"@tsed/core": "7.59.0",
"@tsed/di": "7.59.0",
"@tsed/common": "7.59.1",
"@tsed/core": "7.59.1",
"@tsed/di": "7.59.1",
"@tsed/eslint": "7.44.1",
"@tsed/logger": ">=6.2.2",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0",
"graphql-ws": "^5.14.2"
},
"peerDependencies": {
"@tsed/common": "^7.59.0",
"@tsed/core": "^7.59.0",
"@tsed/di": "^7.59.0",
"@tsed/common": "^7.59.1",
"@tsed/core": "^7.59.1",
"@tsed/di": "^7.59.1",
"@tsed/logger": ">=6.2.2",
"graphql-ws": ">=5.14.2"
}
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": "7.59.0",
"version": "7.59.1",
"description": "TypeGraphQL package for Ts.ED framework, based on Apollo-server-core and Type-graphql",
"private": false,
"source": "./src/index.ts",
Expand All @@ -24,12 +24,12 @@
"lint:fix": "eslint '**/*.{ts,js}' --fix"
},
"dependencies": {
"@tsed/apollo": "7.59.0",
"@tsed/apollo": "7.59.1",
"tslib": "2.6.1"
},
"devDependencies": {
"@tsed/common": "7.59.0",
"@tsed/core": "7.59.0",
"@tsed/common": "7.59.1",
"@tsed/core": "7.59.1",
"@tsed/eslint": "7.44.1",
"@tsed/typescript": "7.44.1",
"@types/graphql": "^14.5.0",
Expand Down
16 changes: 8 additions & 8 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": "7.59.0",
"version": "7.59.1",
"description": "Redis adapter for Ts.ED",
"private": false,
"source": "./src/index.ts",
Expand All @@ -22,21 +22,21 @@
"lint:fix": "eslint '**/*.{ts,js}' --fix"
},
"dependencies": {
"@tsed/adapters": "7.59.0",
"@tsed/ioredis": "7.59.0",
"@tsed/adapters": "7.59.1",
"@tsed/ioredis": "7.59.1",
"tslib": "2.6.1"
},
"devDependencies": {
"@tsed/core": "7.59.0",
"@tsed/core": "7.59.1",
"@tsed/eslint": "7.44.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0"
},
"peerDependencies": {
"@tsed/adapters": "^7.59.0",
"@tsed/common": "^7.59.0",
"@tsed/core": "^7.59.0",
"@tsed/di": "^7.59.0",
"@tsed/adapters": "^7.59.1",
"@tsed/common": "^7.59.1",
"@tsed/core": "^7.59.1",
"@tsed/di": "^7.59.1",
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2",
"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": "7.59.0",
"version": "7.59.1",
"description": "Database adapters for Ts.ED",
"private": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -32,24 +32,24 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@tsed/ajv": "7.59.0",
"@tsed/common": "7.59.0",
"@tsed/core": "7.59.0",
"@tsed/di": "7.59.0",
"@tsed/ajv": "7.59.1",
"@tsed/common": "7.59.1",
"@tsed/core": "7.59.1",
"@tsed/di": "7.59.1",
"@tsed/eslint": "7.44.1",
"@tsed/json-mapper": "7.59.0",
"@tsed/schema": "7.59.0",
"@tsed/json-mapper": "7.59.1",
"@tsed/schema": "7.59.1",
"@tsed/typescript": "7.44.1",
"@types/fs-extra": "11.0.3",
"eslint": "^8.12.0"
},
"peerDependencies": {
"@tsed/ajv": "^7.59.0",
"@tsed/common": "^7.59.0",
"@tsed/core": "^7.59.0",
"@tsed/di": "^7.59.0",
"@tsed/json-mapper": "^7.59.0",
"@tsed/schema": "^7.59.0"
"@tsed/ajv": "^7.59.1",
"@tsed/common": "^7.59.1",
"@tsed/core": "^7.59.1",
"@tsed/di": "^7.59.1",
"@tsed/json-mapper": "^7.59.1",
"@tsed/schema": "^7.59.1"
},
"peerDependenciesMeta": {
"@tsed/ajv": {
Expand Down
10 changes: 5 additions & 5 deletions packages/orm/ioredis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/ioredis",
"version": "7.59.0",
"version": "7.59.1",
"description": "IO Redis connection for Ts.ED",
"private": false,
"source": "./src/index.ts",
Expand All @@ -25,8 +25,8 @@
"tslib": "2.6.1"
},
"devDependencies": {
"@tsed/core": "7.59.0",
"@tsed/di": "7.59.0",
"@tsed/core": "7.59.1",
"@tsed/di": "7.59.1",
"@tsed/eslint": "7.44.1",
"@tsed/typescript": "7.44.1",
"@types/ioredis-mock": "^5.6.0",
Expand All @@ -35,8 +35,8 @@
"ioredis-mock": "8.2.2"
},
"peerDependencies": {
"@tsed/core": "^7.59.0",
"@tsed/di": "^7.59.0",
"@tsed/core": "^7.59.1",
"@tsed/di": "^7.59.1",
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2"
}
Expand Down
20 changes: 10 additions & 10 deletions packages/orm/mikro-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/mikro-orm",
"version": "7.59.0",
"version": "7.59.1",
"description": "MikroORM package for Ts.ED framework",
"private": false,
"source": "./src/index.ts",
Expand All @@ -27,23 +27,23 @@
"devDependencies": {
"@mikro-orm/core": "^5.2.2",
"@mikro-orm/mongodb": "^5.2.2",
"@tsed/common": "7.59.0",
"@tsed/core": "7.59.0",
"@tsed/di": "7.59.0",
"@tsed/common": "7.59.1",
"@tsed/core": "7.59.1",
"@tsed/di": "7.59.1",
"@tsed/eslint": "7.44.1",
"@tsed/json-mapper": "7.59.0",
"@tsed/json-mapper": "7.59.1",
"@tsed/logger": ">=6.1.1",
"@tsed/schema": "7.59.0",
"@tsed/testing-mongoose": "7.59.0",
"@tsed/schema": "7.59.1",
"@tsed/testing-mongoose": "7.59.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0",
"ts-mockito": "^2.6.1"
},
"peerDependencies": {
"@mikro-orm/core": ">=4.5.9",
"@tsed/common": "^7.59.0",
"@tsed/core": "^7.59.0",
"@tsed/di": "^7.59.0",
"@tsed/common": "^7.59.1",
"@tsed/core": "^7.59.1",
"@tsed/di": "^7.59.1",
"@tsed/logger": ">=6.2.2"
}
}
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": "7.59.0",
"version": "7.59.1",
"description": "Mongoose package for Ts.ED framework",
"private": false,
"keywords": [
Expand Down Expand Up @@ -33,24 +33,24 @@
"tslib": "2.6.1"
},
"devDependencies": {
"@tsed/ajv": "7.59.0",
"@tsed/core": "7.59.0",
"@tsed/di": "7.59.0",
"@tsed/ajv": "7.59.1",
"@tsed/core": "7.59.1",
"@tsed/di": "7.59.1",
"@tsed/eslint": "7.44.1",
"@tsed/json-mapper": "7.59.0",
"@tsed/json-mapper": "7.59.1",
"@tsed/logger": ">=6.2.2",
"@tsed/schema": "7.59.0",
"@tsed/schema": "7.59.1",
"@tsed/typescript": "7.44.1",
"eslint": "^8.12.0",
"mongoose": "6.11.3"
},
"peerDependencies": {
"@tsed/ajv": "^7.59.0",
"@tsed/core": "^7.59.0",
"@tsed/di": "^7.59.0",
"@tsed/json-mapper": "^7.59.0",
"@tsed/ajv": "^7.59.1",
"@tsed/core": "^7.59.1",
"@tsed/di": "^7.59.1",
"@tsed/json-mapper": "^7.59.1",
"@tsed/logger": ">=6.2.2",
"@tsed/schema": "^7.59.0",
"@tsed/schema": "^7.59.1",
"mongoose": ">=6.0.0"
}
}

0 comments on commit 6ca6bfd

Please sign in to comment.